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/advanced/stateful.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
By default, abap2UI5 runs stateless like any other UI5 freestyle app, meaning only REST calls are made to the ABAP backend.
4
4
5
-
## Stateful Sessions
5
+
####Stateful Sessions
6
6
7
7
In private and on-premise scenarios, abap2UI5 can also be used in stateful mode. Check out `Z2UI5_CL_DEMO_APP_135` and `Z2UI5_CL_DEMO_APP_137` for examples.
8
8
9
-
## Locks
9
+
####Locks
10
10
11
11
In certain scenarios, locking of business objects may be needed. Stateful sessions (described above) are one way to achieve this.
12
12
13
-
## Infinite Transactions
13
+
####Infinite Transactions
14
14
15
-
Another option is to create an infinite session in the backend that holds locks while the UI5 app still communicates statelessly. Check out the documentation [here](https://help.sap.com/docs/ABAP_PLATFORM_NEW/6568469cf5a1460a8d85c58b83d21ec2/47db6c68e4282972e10000000a42189b.html?locale=en-US) and see the issues [here](https://github.com/abap2UI5/abap2UI5/issues/2003) and [here](https://github.com/abap2UI5/abap2UI5/issues/1971) for more information.
15
+
Another option is to create an infinite session in the backend that holds locks while the UI5 app still communicates statelessly. Check out the documentation [here](https://help.sap.com/docs/ABAP_PLATFORM_NEW/6568469cf5a1460a8d85c58b83d21ec2/47db6c68e4282972e10000000a42189b.html?locale=en-US) and see the issues [here](https://github.com/abap2UI5/abap2UI5/issues/2003) and [here](https://github.com/abap2UI5/abap2UI5/issues/1971) for more information.
0 commit comments