Skip to content

/AWS1/CL_MDXUPDFLOWOUTPUTRSP

UpdateFlowOutputResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_flowarn TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING

The ARN of the flow that is associated with the updated output.

io_output TYPE REF TO /AWS1/CL_MDXOUTPUT /AWS1/CL_MDXOUTPUT

The new settings of the output that you updated.


Queryable Attributes

FlowArn

The ARN of the flow that is associated with the updated output.

Accessible with the following methods

Method Description
GET_FLOWARN() Getter for FLOWARN, with configurable default
ASK_FLOWARN() Getter for FLOWARN w/ exceptions if field has no value
HAS_FLOWARN() Determine if FLOWARN has a value

Output

The new settings of the output that you updated.

Accessible with the following methods

Method Description
GET_OUTPUT() Getter for OUTPUT