/AWS1/CL_BDCMESSAGEMETADATA¶
Metadata information associated with this message.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_eventid TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The identifier of the event associated with this message.
iv_messageindex TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER¶
The position of this message within that event’s ordered list of messages.
Queryable Attributes¶
eventId¶
The identifier of the event associated with this message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTID() |
Getter for EVENTID, with configurable default |
ASK_EVENTID() |
Getter for EVENTID w/ exceptions if field has no value |
HAS_EVENTID() |
Determine if EVENTID has a value |
messageIndex¶
The position of this message within that event’s ordered list of messages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGEINDEX() |
Getter for MESSAGEINDEX, with configurable default |
ASK_MESSAGEINDEX() |
Getter for MESSAGEINDEX w/ exceptions if field has no value |
HAS_MESSAGEINDEX() |
Determine if MESSAGEINDEX 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_MESSAGESLIST¶
TYPES TT_MESSAGESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCMESSAGEMETADATA WITH DEFAULT KEY
.