Show TOC Start of Content Area

Object documentation RfcInsertRow   Locate the document in its SAP Library structure

Use

Inserts the given structure at the current position of the table cursor.

Structure

   RFC_RC SAP_API RfcInsertRow(RFC_TABLE_HANDLE tableHandle, RFC_STRUCTURE_HANDLE ructHandle);

 

           tableHandle:  handle to the table;

           structHandle: handle to the to be inserted structure ;

 

 

 

End of Content Area