/AWS1/CL_PPMCREWHATSAPPFLOWOUT¶
CreateWhatsAppFlowOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_flowid TYPE /AWS1/PPMMETAFLOWID /AWS1/PPMMETAFLOWID¶
The unique identifier assigned to the Flow by Meta.
it_validationerrors TYPE /AWS1/CL_PPMVLDTNERRORLIST_W=>TT_VALIDATIONERRORLIST TT_VALIDATIONERRORLIST¶
A list of validation errors returned by Meta, if any. Validation errors must be resolved before the Flow can be published.
Queryable Attributes¶
flowId¶
The unique identifier assigned to the Flow by Meta.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWID() |
Getter for FLOWID, with configurable default |
ASK_FLOWID() |
Getter for FLOWID w/ exceptions if field has no value |
HAS_FLOWID() |
Determine if FLOWID has a value |
validationErrors¶
A list of validation errors returned by Meta, if any. Validation errors must be resolved before the Flow can be published.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDATIONERRORS() |
Getter for VALIDATIONERRORS, with configurable default |
ASK_VALIDATIONERRORS() |
Getter for VALIDATIONERRORS w/ exceptions if field has no va |
HAS_VALIDATIONERRORS() |
Determine if VALIDATIONERRORS has a value |