Skip to content

Commit d4cc581

Browse files
authored
Revise launchpad navigation example in documentation
Updated code example for launchpad navigation in documentation.
1 parent fcd87a7 commit d4cc581

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/development/navigation/navigation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ Sound familiar? The abap2UI5 framework emulates the classic `call screen` and `l
5252
#### Launchpad
5353
We recommend using backend communication exclusively for view changes or popup calls. If you're using a launchpad, consider navigating through the launchpad to utilize browser navigation and history. Here's an example:
5454
```abap
55-
client->follow_up_action( client->_event_client(
55+
client->_event_client(
5656
val = client->cs_event-cross_app_nav_to_ext
5757
t_arg = VALUE #( (
5858
`{ semanticObject: "Z2UI5_CL_LP_SAMPLE_04", action: "display" }`
59-
) ) ) ).
59+
) ) ).
6060
```
6161
To learn more about launchpads and routing, refer to the documentation [here.](/configuration/launchpad)
6262

6363
### Inner App Navigation
6464

65-
Coming Soon... (PRs welcome)
65+
Coming Soon... (PRs welcome)

0 commit comments

Comments
 (0)