Skip to content

Commit

Permalink
fix navigation (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored May 22, 2024
1 parent e923958 commit b5f79d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_128.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ CLASS z2ui5_cl_demo_app_128 IMPLEMENTATION.
text = 'go to app 127'
press = client->_event_client(
val = client->cs_event-cross_app_nav_to_ext
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" }`) )
)
)->stringify( ) ).

Expand Down

0 comments on commit b5f79d3

Please sign in to comment.