You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/launchpad.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,16 @@ Use these parameters for target mapping in your Launchpad configuration:
16
16
- ID: `z2ui5`
17
17
- Parameter: `app_start / Z2UI5_CL_MY_APP`
18
18
19
+
### Cross App Navigation
20
+
We recommend backend communication only for view changes or popup calls. With a Launchpad, consider navigating via the Launchpad to use browser navigation and history:
Copy file name to clipboardExpand all lines: docs/development/navigation/inner_cross_app.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,16 +49,7 @@ ENDMETHOD.
49
49
Sounds familiar? The abap2UI5 framework echoes classic `call screen` and `leave to screen` behavior.
50
50
:::
51
51
52
-
### Launchpad
53
-
We recommend backend communication only for view changes or popup calls. With a Launchpad, consider navigating via the Launchpad to use browser navigation and history:
0 commit comments