appendRow 

Purpose

Appends a row to the table parameter.

Syntax

void appendRow(jbo<RefStructType>TableRow tableRow);

Parameters

tableRow: a table row proxy object. This object is of type jbo<RefStructType>TableRow where <RefStructType> is the ABAP reference structure type defined in R/3 transaction SE11.

Return Value

None.

Exceptions

Throws JRfcRemoteException.

Related Information

The Table Row Classes