Skip to content

/AWS1/CL_BDNINVOKEACTSTEPRSP

InvokeActStepResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_calls TYPE /AWS1/CL_BDNCALL=>TT_CALLS TT_CALLS

A list of tool calls that the act wants to execute in this step.

iv_stepid TYPE /AWS1/BDNUUIDSTRING /AWS1/BDNUUIDSTRING

The unique identifier for this execution step.


Queryable Attributes

calls

A list of tool calls that the act wants to execute in this step.

Accessible with the following methods

Method Description
GET_CALLS() Getter for CALLS, with configurable default
ASK_CALLS() Getter for CALLS w/ exceptions if field has no value
HAS_CALLS() Determine if CALLS has a value

stepId

The unique identifier for this execution step.

Accessible with the following methods

Method Description
GET_STEPID() Getter for STEPID, with configurable default
ASK_STEPID() Getter for STEPID w/ exceptions if field has no value
HAS_STEPID() Determine if STEPID has a value