Skip to content

/AWS1/CL_LMDEVENTINPUT

Input information for an event.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_payload TYPE /AWS1/LMDINPUTPAYLOAD /AWS1/LMDINPUTPAYLOAD

The input payload.

iv_truncated TYPE /AWS1/LMDTRUNCATED /AWS1/LMDTRUNCATED

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


Queryable Attributes

Payload

The input 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