Skip to content

Commit d54bac1

Browse files
authored
Update statefulness.md
1 parent 52229c8 commit d54bac1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/development/specific/statefulness.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,3 @@ A few rules of thumb:
5252
- **Always release on exit.** Wire `set_session_stateful( abap_false )` into your back / cancel / save handlers, not just the happy path.
5353
- **Keep sessions short.** A stateful session is a held resource, not a place to park work indefinitely.
5454
- **Public cloud is stateless only.** S/4 Public Cloud and BTP-hosted scenarios do not support stateful sessions — design for the stateless model from day one if cloud-readiness matters.
55-
56-
#### Related
57-
- [Locks](./locks.md) — strategies for locking business objects, including stateless and stateful patterns
58-
- [Performance](../../configuration/performance.md) — sizing considerations for productive deployments

0 commit comments

Comments
 (0)