/AWS1/CL_HNCBTCUPSERTTBLROWSRS¶
BatchUpsertTableRowsResult
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_rows TYPE /AWS1/CL_HNCUPSERTROWSRESULT=>TT_UPSERTROWSRESULTMAP TT_UPSERTROWSRESULTMAP¶
A map with the batch item id as the key and the result of the upsert operation as the value. The result of the upsert operation specifies whether existing rows were updated or a new row was appended, along with the list of row ids that were affected.
iv_workbookcursor TYPE /AWS1/HNCWORKBOOKCURSOR /AWS1/HNCWORKBOOKCURSOR¶
The updated workbook cursor after updating or appending rows in 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 or appended 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 or appended.
Queryable Attributes¶
rows¶
A map with the batch item id as the key and the result of the upsert operation as the value. The result of the upsert operation specifies whether existing rows were updated or a new row was appended, along with the list of row ids that were affected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROWS() |
Getter for ROWS, with configurable default |
ASK_ROWS() |
Getter for ROWS w/ exceptions if field has no value |
HAS_ROWS() |
Determine if ROWS has a value |
workbookCursor¶
The updated workbook cursor after updating or appending rows in 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 or appended 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 or appended.
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 |