Show TOC Anfang des Inhaltsbereichs

Objektdokumentation RfcSubmitTransaction   Dokument im Navigationsbaum lokalisieren

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;

 

 

Ende des Inhaltsbereichs