/AWS1/CL_DIRBATCHREADOPRSP¶
Represents the output of a BatchRead response operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_successfulresponse TYPE REF TO /AWS1/CL_DIRBTCREADSUCCFULRSP /AWS1/CL_DIRBTCREADSUCCFULRSP¶
Identifies which operation in a batch has succeeded.
io_exceptionresponse TYPE REF TO /AWS1/CL_DIRBATCHREADEXCEPTION /AWS1/CL_DIRBATCHREADEXCEPTION¶
Identifies which operation in a batch has failed.
Queryable Attributes¶
SuccessfulResponse¶
Identifies which operation in a batch has succeeded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSFULRESPONSE() |
Getter for SUCCESSFULRESPONSE |
ExceptionResponse¶
Identifies which operation in a batch has failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCEPTIONRESPONSE() |
Getter for EXCEPTIONRESPONSE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BATCHREADOPRESPONSELIST¶
TYPES TT_BATCHREADOPRESPONSELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DIRBATCHREADOPRSP WITH DEFAULT KEY
.