File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -933,7 +933,11 @@ CLASS z2ui5_cl_util IMPLEMENTATION.
933
933
934
934
METHOD rtti_get_t_attri_by_include .
935
935
936
- DATA (sdescr ) = CAST cl_abap_structdescr( cl_abap_typedescr=>describe_by_name( type->absolute_name ) ).
936
+ cl_abap_typedescr=>describe_by_name( EXPORTING p_name = type->absolute_name
937
+ RECEIVING p_descr_ref = DATA (type_desc )
938
+ EXCEPTIONS type_not_found = 1 ).
939
+
940
+ DATA (sdescr ) = CAST cl_abap_structdescr( type_desc ).
937
941
DATA (comps ) = sdescr->get_components( ).
938
942
939
943
LOOP AT comps REFERENCE INTO DATA (lr_comp ).
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <abapGit version =" v1.0.0" serializer =" LCL_OBJECT_DEVC" serializer_version =" v1.0.0" >
3
+ <asx : abap xmlns : asx =" http://www.sap.com/abapxml" version =" 1.0" >
4
+ <asx : values >
5
+ <DEVC >
6
+ <CTEXT >abap api - https://github.com/oblomov-dev/abap-api</CTEXT >
7
+ </DEVC >
8
+ </asx : values >
9
+ </asx : abap >
10
+ </abapGit >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <abapGit version =" v1.0.0" serializer =" LCL_OBJECT_DEVC" serializer_version =" v1.0.0" >
3
+ <asx : abap xmlns : asx =" http://www.sap.com/abapxml" version =" 1.0" >
4
+ <asx : values >
5
+ <DEVC >
6
+ <CTEXT >abap2UI5 - libs (external)</CTEXT >
7
+ </DEVC >
8
+ </asx : values >
9
+ </asx : abap >
10
+ </abapGit >
You can’t perform that action at this time.
0 commit comments