Skip to content

Commit 392d0b3

Browse files
authored
update
1 parent 3b66a3d commit 392d0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/popups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ENDMETHOD.
6161
#### Separated App
6262
For better source code structure, it's possible to encapsulate popups in separate classes and call them through [navigation](/development/navigation).
6363

64-
#### Stack
64+
#### Call Stack
6565
If you need to manage a stack of multiple popups, remember that abap2UI5 displays only one popup at a time on the frontend. However, you can maintain a popup stack in your backend logic and re-display the previous popup as needed. Check out `Z2UI5_CL_DEMO_APP_161`.
6666

6767
### Popover

0 commit comments

Comments
 (0)