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 d512661 commit be8f6e0Copy full SHA for be8f6e0
docs/get_started/hello_world.md
@@ -16,7 +16,7 @@ ENDCLASS.
16
CLASS zcl_app_hello_world IMPLEMENTATION.
17
METHOD z2ui5_if_app~main.
18
19
- client->message_box_display( |Hello World| ).
+ client->message_box_display( `Hello World` ).
20
21
ENDMETHOD.
22
ENDCLASS.
@@ -37,8 +37,8 @@ CLASS z2ui5_cl_app_hello_world IMPLEMENTATION.
37
38
39
client->view_display( z2ui5_cl_xml_view=>factory(
40
- )->page( |abap2UI5 - Hello World|
41
- )->text( |My Text| ) ).
+ )->page( `abap2UI5 - Hello World`
+ )->text( `My Text` ) ).
42
43
44
0 commit comments