Show TOC Start of Content Area

Object documentation RfcCreateTransaction   Locate the document in its SAP Library structure

Use

Creates a container for executing a (multi-step) transactional call.

Structure

RFC_TRANSACTION_HANDLE SAP_API RfcCreateTransaction(RFC_HANDLE rfcHandle, RFC_TID tid, SAP_UC const *queueName);

 

       rfcHandle       : connection handle;

       tid             : trasanction ID used to identify the

                         transaction;

       queueName       : queue name associated with the   

                         transaction. If it is NULL or empty,

                         the transaction is for tRfc

    

 

 

End of Content Area