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 71076a2 commit f913796Copy full SHA for f913796
src/z2ui5_cl_demo_app_155.clas.abap
@@ -76,7 +76,7 @@ CLASS z2ui5_cl_demo_app_155 IMPLEMENTATION.
76
77
TRY.
78
DATA(lo_prev) = client->get_app( client->get( )-s_draft-id_prev_app ).
79
- DATA(lv_text) = CAST z2ui5_cl_popup_textedit( lo_prev )->get_result( ).
+ DATA(lv_text) = CAST z2ui5_cl_popup_textedit( lo_prev )->result( )-text.
80
client->message_box_display( `the result is ` && lv_text ).
81
CATCH cx_root.
82
ENDTRY.
0 commit comments