/AWS1/CL_PP2PUTMSGFEEDBACKRSLT¶
PutMessageFeedbackResult
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_messageid TYPE /AWS1/PP2MESSAGEID /AWS1/PP2MESSAGEID¶
The unique identifier for the message.
iv_messagefeedbackstatus TYPE /AWS1/PP2MESSAGEFEEDBACKSTATUS /AWS1/PP2MESSAGEFEEDBACKSTATUS¶
The current status of the message.
Queryable Attributes¶
MessageId¶
The unique identifier for the message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGEID() |
Getter for MESSAGEID, with configurable default |
ASK_MESSAGEID() |
Getter for MESSAGEID w/ exceptions if field has no value |
HAS_MESSAGEID() |
Determine if MESSAGEID has a value |
MessageFeedbackStatus¶
The current status of the message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGEFEEDBACKSTATUS() |
Getter for MESSAGEFEEDBACKSTATUS, with configurable default |
ASK_MESSAGEFEEDBACKSTATUS() |
Getter for MESSAGEFEEDBACKSTATUS w/ exceptions if field has |
HAS_MESSAGEFEEDBACKSTATUS() |
Determine if MESSAGEFEEDBACKSTATUS has a value |