/AWS1/CL_HNCBTCUPDTBLROWSRSLT¶
BatchUpdateTableRowsResult
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.
Optional arguments:¶
it_failedbatchitems TYPE /AWS1/CL_HNCFAILEDBATCHITEM=>TT_FAILEDBATCHITEMS TT_FAILEDBATCHITEMS¶
The list of batch items in the request that could not be updated in the table. Each element in this list contains one item from the request that could not be updated in the table along with the reason why that item could not be updated.
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 |
failedBatchItems¶
The list of batch items in the request that could not be updated in the table. Each element in this list contains one item from the request that could not be updated in the table along with the reason why that item could not be updated.
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 |