Show TOC Start of Content Area

Object documentation RfcSubmitTransaction   Locate the document in its SAP Library structure

Use

Executes all function modules in the backend system, that have accumulated in the transaction so far.

This step can be repeated until it finally succeeds (RFC_OK). The transaction handling in the backend system protects against duplicates.

Structure

   RFC_RC SAP_API RfcSubmitTransaction(RFC_TRANSACTION_HANDLE tHandle);

 

       tHandle       : transaction handle;

 

 

End of Content Area