Skip to content

Commit 7a6a420

Browse files
authored
Update dx.md
1 parent bf02e70 commit 7a6a420

File tree

1 file changed

+2
-2
lines changed
  • docs/advanced/technical

1 file changed

+2
-2
lines changed

docs/advanced/technical/dx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ DATA event TYPE string.
157157
CALL FUNCTION 'POPUP_TO_CONFIRM'
158158
EXPORTING
159159
titlebar = 'Title'
160-
text_question = 'Do you have a great day?'
160+
text_question = 'Do you like dinosaurs?'
161161
IMPORTING
162162
answer = event.
163163
@@ -181,7 +181,7 @@ CLASS zcl_app_alv_event IMPLEMENTATION.
181181
182182
IF client->check_on_init( ).
183183
client->nav_app_call( z2ui5_cl_pop_to_confirm=>factory(
184-
i_question_text = `Do you have a great day?`
184+
i_question_text = 'Do you like dinosaurs?'
185185
i_title = `Title`
186186
i_event_confirm = `YES`
187187
i_event_cancel = `NO` ) ).

0 commit comments

Comments
 (0)