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 bf02e70 commit 7a6a420Copy full SHA for 7a6a420
docs/advanced/technical/dx.md
@@ -157,7 +157,7 @@ DATA event TYPE string.
157
CALL FUNCTION 'POPUP_TO_CONFIRM'
158
EXPORTING
159
titlebar = 'Title'
160
- text_question = 'Do you have a great day?'
+ text_question = 'Do you like dinosaurs?'
161
IMPORTING
162
answer = event.
163
@@ -181,7 +181,7 @@ CLASS zcl_app_alv_event IMPLEMENTATION.
181
182
IF client->check_on_init( ).
183
client->nav_app_call( z2ui5_cl_pop_to_confirm=>factory(
184
- i_question_text = `Do you have a great day?`
+ i_question_text = 'Do you like dinosaurs?'
185
i_title = `Title`
186
i_event_confirm = `YES`
187
i_event_cancel = `NO` ) ).
0 commit comments