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 e923958 commit b5f79d3Copy full SHA for b5f79d3
src/z2ui5_cl_demo_app_128.clas.abap
@@ -62,7 +62,7 @@ CLASS z2ui5_cl_demo_app_128 IMPLEMENTATION.
62
text = 'go to app 127'
63
press = client->_event_client(
64
val = client->cs_event-cross_app_nav_to_ext
65
- t_arg = VALUE #( ( `{ semanticObject: "Z2UI5_CL_DEMO_APP_127", action: "display " }` ) ( `{ ProductID : "123234" }`) )
+ t_arg = VALUE #( ( `{ semanticObject: "Z2UI5_CL_DEMO_APP_127", action: "display" }` ) ( `{ ProductID : "123234" }`) )
66
)
67
)->stringify( ) ).
68
0 commit comments