We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c4039 commit 97d32aeCopy full SHA for 97d32ae
src/01/02/z2ui5_cl_core_srv_attri.clas.abap
@@ -75,9 +75,9 @@ CLASS z2ui5_cl_core_srv_attri IMPLEMENTATION.
75
76
"extra case - conversion exit alpha numeric
77
IF lr_attri->bind_type = z2ui5_if_core_types=>cs_bind_type-two_way AND (
78
- lr_attri->o_typedescr->type_kind <> cl_abap_classdescr=>typekind_num or
79
- lr_attri->o_typedescr->type_kind <> cl_abap_classdescr=>typekind_numeric
80
- ).
+ lr_attri->o_typedescr->type_kind <> cl_abap_classdescr=>typekind_num OR
+ lr_attri->o_typedescr->type_kind <> cl_abap_classdescr=>typekind_numeric
+ ).
81
CLEAR lr_attri->r_ref->*.
82
CLEAR lr_attri->r_ref.
83
CONTINUE.
0 commit comments