Skip to content

/AWS1/CL_HNCBTCCRETBLROWSRSLT

BatchCreateTableRowsResult

CONSTRUCTOR

IMPORTING

Required arguments:

iv_workbookcursor TYPE /AWS1/HNCWORKBOOKCURSOR /AWS1/HNCWORKBOOKCURSOR

The updated workbook cursor after adding the new rows at the end of the table.

it_createdrows TYPE /AWS1/CL_HNCCREATEDROWSMAP_W=>TT_CREATEDROWSMAP TT_CREATEDROWSMAP

The map of batch item id to the row id that was created for that item.

Optional arguments:

it_failedbatchitems TYPE /AWS1/CL_HNCFAILEDBATCHITEM=>TT_FAILEDBATCHITEMS TT_FAILEDBATCHITEMS

The list of batch items in the request that could not be added to the table. Each element in this list contains one item from the request that could not be added to the table along with the reason why that item could not be added.


Queryable Attributes

workbookCursor

The updated workbook cursor after adding the new rows at the end of the table.

Accessible with the following methods

Method Description
GET_WORKBOOKCURSOR() Getter for WORKBOOKCURSOR

createdRows

The map of batch item id to the row id that was created for that item.

Accessible with the following methods

Method Description
GET_CREATEDROWS() Getter for CREATEDROWS, with configurable default
ASK_CREATEDROWS() Getter for CREATEDROWS w/ exceptions if field has no value
HAS_CREATEDROWS() Determine if CREATEDROWS has a value

failedBatchItems

The list of batch items in the request that could not be added to the table. Each element in this list contains one item from the request that could not be added to the table along with the reason why that item could not be added.

Accessible with the following methods

Method Description
GET_FAILEDBATCHITEMS() Getter for FAILEDBATCHITEMS, with configurable default
ASK_FAILEDBATCHITEMS() Getter for FAILEDBATCHITEMS w/ exceptions if field has no va
HAS_FAILEDBATCHITEMS() Determine if FAILEDBATCHITEMS has a value