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 e2606a9 commit 6ebf4e4Copy full SHA for 6ebf4e4
docs/technical/dx.md
@@ -185,7 +185,7 @@ CLASS zcl_app_alv_event IMPLEMENTATION.
185
186
IF client->check_on_init( ).
187
client->nav_app_call( z2ui5_cl_pop_to_confirm=>factory(
188
- i_question_text = 'Do you like dinosaurs?'
+ i_question_text = `Do you like dinosaurs?`
189
i_title = `Title`
190
i_event_confirm = `YES`
191
i_event_cancel = `NO` ) ).
0 commit comments