Skip to content

/AWS1/CL_LMDEVENTRESULT

Result information for an event.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_payload TYPE /AWS1/LMDOPERATIONPAYLOAD /AWS1/LMDOPERATIONPAYLOAD

The result payload.

iv_truncated TYPE /AWS1/LMDTRUNCATED /AWS1/LMDTRUNCATED

Indicates if the error payload was truncated due to size limits.


Queryable Attributes

Payload

The result payload.

Accessible with the following methods

Method Description
GET_PAYLOAD() Getter for PAYLOAD, with configurable default
ASK_PAYLOAD() Getter for PAYLOAD w/ exceptions if field has no value
HAS_PAYLOAD() Determine if PAYLOAD has a value

Truncated

Indicates if the error payload was truncated due to size limits.

Accessible with the following methods

Method Description
GET_TRUNCATED() Getter for TRUNCATED, with configurable default
ASK_TRUNCATED() Getter for TRUNCATED w/ exceptions if field has no value
HAS_TRUNCATED() Determine if TRUNCATED has a value