Skip to content

Commit f3e52f3

Browse files
abapsheepViktor Hoffmann
andauthored
New rtti sample (#520)
* Update * Update --------- Co-authored-by: Viktor Hoffmann <viktor.hoffmann@swisskrono.com>
1 parent 3a7daba commit f3e52f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1936,7 +1936,7 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
19361936
).
19371937
panel->generic_tile( header = 'Model V'
19381938
subheader = 'RTTI Data - Struc'
1939-
press = client->_event( 'Z2UI5_CL_DEMO_APP_330' )
1939+
press = client->_event( 'Z2UI5_CL_DEMO_APP_331' )
19401940
mode = 'LineMode'
19411941
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
19421942
).

src/z2ui5_cl_demo_app_331.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ CLASS z2ui5_cl_demo_app_331 IMPLEMENTATION.
5252
adjustlabelspan = abap_true
5353
)->content( ns = `form` ).
5454

55-
ASSIGN COMPONENT 'ID' OF STRUCTURE mo_table_obj->mr_data TO FIELD-SYMBOL(<value>).
55+
ASSIGN COMPONENT 'ID' OF STRUCTURE mo_table_obj->mr_data->* TO FIELD-SYMBOL(<value>).
5656
IF <value> IS NOT ASSIGNED.
5757
RETURN.
5858
ENDIF.

0 commit comments

Comments
 (0)