Purpose
Returns a table row proxy object for an empty row.
Syntax
jbo<RefStructType>TableRow createEmptyRow();
Parameters
None
.Return Value
A table row proxy object of type
jbo<RefStructType>TableRow where <RefStructType> is the reference structure type.Exceptions
Throw JRfcRemoteException.
Description
The created empty row that is returned to the caller is not appended to or inserted into the table parameter.
Related Information
The Table Row Classes