AppendToTable 

Purpose

Appends a new, initialized row to the table parameter, and returns a reference to a reference structure type proxy object that represents the newly appended row.

Syntax

AType& AppendToTable();

Parameters

None.

Return Value

Returns a reference to an object of the reference structure type proxy class. AType denotes the reference structure type proxy class.

Exceptions

Throw const char* for failure to append a memory block by RFC Library.

Description

This function appends a row to the embedded table parameter and initializes all the fields within the row. Then it returns a reference to an object of the reference structure type proxy class. For example, if the table parameter’s reference structure type is BAPI0015_1 , then the returned reference is a reference to a CBoBapi0015_1 .

Related Information

The Reference Structure Type Classes

GetConstRow

GetRow

RemoveRow