/AWS1/CL_MPCBATCHDESCRENTSRSP¶
BatchDescribeEntitiesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_entitydetails TYPE /AWS1/CL_MPCENTITYDETAIL=>TT_ENTITYDETAILS TT_ENTITYDETAILS¶
Details about each entity.
it_errors TYPE /AWS1/CL_MPCBATCHDESCRERRORDET=>TT_ERRORS TT_ERRORS¶
A map of errors returned, with
EntityIdas the key anderrorDetailas the value.
Queryable Attributes¶
EntityDetails¶
Details about each entity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTITYDETAILS() |
Getter for ENTITYDETAILS, with configurable default |
ASK_ENTITYDETAILS() |
Getter for ENTITYDETAILS w/ exceptions if field has no value |
HAS_ENTITYDETAILS() |
Determine if ENTITYDETAILS has a value |
Errors¶
A map of errors returned, with
EntityIdas the key anderrorDetailas the value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |