Show TOC Anfang des Inhaltsbereichs

Hintergrunddokumentation RfcAppendRow  Dokument im Navigationsbaum lokalisieren

Use

Appends the given structure at the end of the table.

Structure

   RFC_RC SAP_API RfcAppendRow(RFC_TABLE_HANDLE tableHandle, RFC_STRUCTURE_HANDLE structHandle, RFC_ERROR_INFO* errorInfo);

 

          tableHandle:  handle to the table;

          structHandle: handle to the to be added structure ;

 

 

Ende des Inhaltsbereichs