/AWS1/CL_WKRBTCUSERERRRSPITEM¶
Contains error information for a user operation that failed in a batch user request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_userid TYPE /AWS1/WKRUSERID /AWS1/WKRUSERID¶
The user ID associated with the failed operation.
Optional arguments:¶
iv_field TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The field that caused the error.
iv_reason TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
A description of why the user operation failed.
Queryable Attributes¶
field¶
The field that caused the error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELD() |
Getter for FIELD, with configurable default |
ASK_FIELD() |
Getter for FIELD w/ exceptions if field has no value |
HAS_FIELD() |
Determine if FIELD has a value |
reason¶
A description of why the user operation failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON has a value |
userId¶
The user ID associated with the failed operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERID() |
Getter for USERID, with configurable default |
ASK_USERID() |
Getter for USERID w/ exceptions if field has no value |
HAS_USERID() |
Determine if USERID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BATCHUSERERRORRESPONSEITEMS¶
TYPES TT_BATCHUSERERRORRESPONSEITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_WKRBTCUSERERRRSPITEM WITH DEFAULT KEY
.