Skip to content

/AWS1/CL_BDZFLOWTRACENODEINP04

Represents an item in the execution chain for flow trace node input tracking.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_nodename TYPE /AWS1/BDZNODENAME /AWS1/BDZNODENAME

The name of the node in the execution chain.

iv_type TYPE /AWS1/BDZFLOWCONTROLNODETYPE /AWS1/BDZFLOWCONTROLNODETYPE

The type of execution chain item. Supported values are Iterator and Loop.

Optional arguments:

iv_index TYPE /AWS1/BDZINTEGER /AWS1/BDZINTEGER

The index position of this item in the execution chain.


Queryable Attributes

nodeName

The name of the node in the execution chain.

Accessible with the following methods

Method Description
GET_NODENAME() Getter for NODENAME, with configurable default
ASK_NODENAME() Getter for NODENAME w/ exceptions if field has no value
HAS_NODENAME() Determine if NODENAME has a value

index

The index position of this item in the execution chain.

Accessible with the following methods

Method Description
GET_INDEX() Getter for INDEX, with configurable default
ASK_INDEX() Getter for INDEX w/ exceptions if field has no value
HAS_INDEX() Determine if INDEX has a value

type

The type of execution chain item. Supported values are Iterator and Loop.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE 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_FLOWTRACENODEINPUTEXECCHAIN

TYPES TT_FLOWTRACENODEINPUTEXECCHAIN TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZFLOWTRACENODEINP04 WITH DEFAULT KEY
.