File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ CLASS z2ui5_cl_core_srv_attri IMPLEMENTATION.
4646
4747 LOOP AT mt_attri->* REFERENCE INTO DATA (lr_attri ).
4848 TRY .
49- lr_attri->r_ref = attri_get_val_ref( lr_attri->name ).
50- lr_attri->o_typedescr = cl_abap_datadescr=>describe_by_data_ref( lr_attri->r_ref ).
49+ lr_attri->r_ref = attri_get_val_ref( lr_attri->name ).
50+ lr_attri->o_typedescr = cl_abap_datadescr=>describe_by_data_ref( lr_attri->r_ref ).
5151
52- IF lr_attri->srtti_data IS NOT INITIAL .
53- ASSIGN lr_attri->r_ref->* TO FIELD-SYMBOL (<val> ).
54- <val> = z2ui5_cl_util=>xml_srtti_parse( lr_attri->srtti_data ).
55- CLEAR lr_attri->srtti_data.
56- ENDIF .
52+ IF lr_attri->srtti_data IS NOT INITIAL .
53+ ASSIGN lr_attri->r_ref->* TO FIELD-SYMBOL (<val> ).
54+ <val> = z2ui5_cl_util=>xml_srtti_parse( lr_attri->srtti_data ).
55+ CLEAR lr_attri->srtti_data.
56+ ENDIF .
5757
58- CATCH cx_root INTO DATA ( x ) .
58+ CATCH cx_root.
5959* ASSERT `` = x->get_text( ).
6060 ENDTRY .
6161 ENDLOOP .
You can’t perform that action at this time.
0 commit comments