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 97d32ae commit 7647c26Copy full SHA for 7647c26
src/01/02/z2ui5_cl_core_srv_attri.clas.abap
@@ -75,8 +75,8 @@ 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
+ lr_attri->o_typedescr->type_kind = cl_abap_classdescr=>typekind_num OR
+ lr_attri->o_typedescr->type_kind = cl_abap_classdescr=>typekind_numeric
80
).
81
CLEAR lr_attri->r_ref->*.
82
CLEAR lr_attri->r_ref.
0 commit comments