/AWS1/CL_NEDLISTLOADERJOBSOUT¶
ListLoaderJobsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/NEDSTRING /AWS1/NEDSTRING¶
Returns the status of the job list request.
io_payload TYPE REF TO /AWS1/CL_NEDLOADERIDRESULT /AWS1/CL_NEDLOADERIDRESULT¶
The requested list of job IDs.
Queryable Attributes¶
status¶
Returns the status of the job list request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
payload¶
The requested list of job IDs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYLOAD() |
Getter for PAYLOAD |