Skip to content

Commit bb2ca94

Browse files
committed
Drop last I_SalesOrderTP mention from Draft Handling page
1 parent 8a0642a commit bb2ca94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cookbook/eml_cds_sql/draft_handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ COMMIT ENTITIES.
7474

7575
With the primitives in hand, the rest of this page walks step by step through a full abap2UI5 app that edits a bank record through its standard BO draft.
7676

77-
On S/4HANA or BTP ABAP Environment (Steampunk), many business objects already ship as draft-enabled BOs (e.g. `I_BankTP`, `I_SalesOrderTP`). You don't build a BO and you don't create a draft table — SAP provides both. Your abap2UI5 app just calls the standard BO via EML, which sidesteps the whole lock-during-think-time problem.
77+
On S/4HANA or BTP ABAP Environment (Steampunk), many business objects already ship as draft-enabled BOs `I_BankTP` is one of them. You don't build a BO and you don't create a draft table — SAP provides both. Your abap2UI5 app just calls the standard BO via EML, which sidesteps the whole lock-during-think-time problem.
7878

7979
The session can stay **stateless**: the draft survives between roundtrips in SAP's draft-shadow table, and the lock is held by the BO framework as long as the draft exists. Closing the browser without activating or discarding leaves the draft for the same user to resume later — no `set_session_stateful( )`, no `ENQUEUE_*`, no custom Z table.
8080

0 commit comments

Comments
 (0)