/AWS1/CL_OMXEXPORTREADSETDET¶
Details about a read set.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_id
TYPE /AWS1/OMXREADSETID
/AWS1/OMXREADSETID
¶
The set's ID.
iv_status
TYPE /AWS1/OMXREADSETEXPJOBITEMSTAT
/AWS1/OMXREADSETEXPJOBITEMSTAT
¶
The set's status.
Optional arguments:¶
iv_statusmessage
TYPE /AWS1/OMXJOBSTATUSMESSAGE
/AWS1/OMXJOBSTATUSMESSAGE
¶
The set's status message.
Queryable Attributes¶
id¶
The set's ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
status¶
The set's status.
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 |
statusMessage¶
The set's status message.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE 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_EXPORTREADSETDETAILLIST
¶
TYPES TT_EXPORTREADSETDETAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXEXPORTREADSETDET WITH DEFAULT KEY
.