Skip to content

/AWS1/CL_BDCHARNTOOLRSLTBLOCK

The result of a tool execution.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_tooluseid TYPE /AWS1/BDCHARNESSTOOLUSEID /AWS1/BDCHARNESSTOOLUSEID

The tool use ID that this result corresponds to.

it_content TYPE /AWS1/CL_BDCHARNTOOLRSCONTBLK=>TT_HARNTOOLRESULTCONTENTBLOCKS TT_HARNTOOLRESULTCONTENTBLOCKS

The content of the tool result.

Optional arguments:

iv_status TYPE /AWS1/BDCHARNESSTOOLUSESTATUS /AWS1/BDCHARNESSTOOLUSESTATUS

The status of the tool execution.

iv_type TYPE /AWS1/BDCHARNESSTOOLUSETYPE /AWS1/BDCHARNESSTOOLUSETYPE

The type of tool use that produced this result.


Queryable Attributes

toolUseId

The tool use ID that this result corresponds to.

Accessible with the following methods

Method Description
GET_TOOLUSEID() Getter for TOOLUSEID, with configurable default
ASK_TOOLUSEID() Getter for TOOLUSEID w/ exceptions if field has no value
HAS_TOOLUSEID() Determine if TOOLUSEID has a value

content

The content of the tool result.

Accessible with the following methods

Method Description
GET_CONTENT() Getter for CONTENT, with configurable default
ASK_CONTENT() Getter for CONTENT w/ exceptions if field has no value
HAS_CONTENT() Determine if CONTENT has a value

status

The status of the tool execution.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

type

The type of tool use that produced this result.

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