Thanks to visit codestin.com Credit goes to github.com
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 e0a8292 commit b846e73Copy full SHA for b846e73
src/z2ui5_cl_demo_app_344.clas.abap
@@ -88,8 +88,10 @@ CLASS z2ui5_cl_demo_app_344 IMPLEMENTATION.
88
IF <val> <> <table>.
89
client->message_toast_display( 'ERROR - mo_layout_obj_2->mr_data <> mt_data!' ).
90
ENDIF.
91
+
92
+ ASSIGN mt_data2->* TO FIELD-SYMBOL(<table2>).
93
ASSIGN mo_layout_obj2->mr_data->* TO FIELD-SYMBOL(<val2>).
- IF <val2> <> <table>.
94
+ IF <table2> <> <val2>.
95
client->message_toast_display( 'ERROR - mo_layout_obj_2->mr_data <> ms_data!' ).
96
97
0 commit comments