Skip to content

Commit f913796

Browse files
committed
popup demos
1 parent 71076a2 commit f913796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z2ui5_cl_demo_app_155.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ CLASS z2ui5_cl_demo_app_155 IMPLEMENTATION.
7676

7777
TRY.
7878
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( ).
79+
DATA(lv_text) = CAST z2ui5_cl_popup_textedit( lo_prev )->result( )-text.
8080
client->message_box_display( `the result is ` && lv_text ).
8181
CATCH cx_root.
8282
ENDTRY.

0 commit comments

Comments
 (0)