/AWS1/CL_CNTBTCUPDATATBLVALRSP¶
BatchUpdateDataTableValueResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_successful TYPE /AWS1/CL_CNTBTCUPDATATBLVALS00=>TT_BTCUPDDATATBLVALSUCCRSLTLST TT_BTCUPDDATATBLVALSUCCRSLTLST¶
A list of successfully updated values with their new lock versions and identifiers.
it_failed TYPE /AWS1/CL_CNTBTCUPDATATBLVALF00=>TT_BTCUPDDATATBLVALFAILRSLTLST TT_BTCUPDDATATBLVALFAILRSLTLST¶
A list of values that failed to be updated with error messages explaining the failure reason.
Queryable Attributes¶
Successful¶
A list of successfully updated values with their new lock versions and identifiers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSFUL() |
Getter for SUCCESSFUL, with configurable default |
ASK_SUCCESSFUL() |
Getter for SUCCESSFUL w/ exceptions if field has no value |
HAS_SUCCESSFUL() |
Determine if SUCCESSFUL has a value |
Failed¶
A list of values that failed to be updated with error messages explaining the failure reason.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILED() |
Getter for FAILED, with configurable default |
ASK_FAILED() |
Getter for FAILED w/ exceptions if field has no value |
HAS_FAILED() |
Determine if FAILED has a value |