/AWS1/CL_LKF=>STARTTRANSACTION()
¶
About StartTransaction¶
Starts a new transaction and returns its transaction ID. Transaction IDs are opaque objects that you can use to identify a transaction.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_TRANSACTIONTYPE
TYPE /AWS1/LKFTRANSACTIONTYPE
/AWS1/LKFTRANSACTIONTYPE
¶
Indicates whether this transaction should be read only or read and write. Writes made using a read-only transaction ID will be rejected. Read-only transactions do not need to be committed.