/AWS1/CL_CHSCHANNELMSGSTATST00¶
Stores information about a message status.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_value TYPE /AWS1/CHSCHANNELMESSAGESTATUS /AWS1/CHSCHANNELMESSAGESTATUS¶
The message status value.
iv_detail TYPE /AWS1/CHSSTATUSDETAIL /AWS1/CHSSTATUSDETAIL¶
Contains more details about the message status.
Queryable Attributes¶
Value¶
The message status value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
Detail¶
Contains more details about the message status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETAIL() |
Getter for DETAIL, with configurable default |
ASK_DETAIL() |
Getter for DETAIL w/ exceptions if field has no value |
HAS_DETAIL() |
Determine if DETAIL has a value |