createTIDOffline
Call this service when you want to obtain a transaction ID (TID, which is a GUID) that conforms to the format of SAP TIDs even when not connected to an SAP system. The transaction ID is based on a randomly created UUID version 4. The obtained TID can be used as an input value for clientInvokeTransaction, endocarditis, and clientConfirmTID.
- Input parameters
- None
- Return values
-
- $tid
- Contains the TID.
Example
The service is used in tRFC client scenarios, which require a transactional ID (TID) uniquely identifying the transaction. See also clientConfirmTID.