Skip to content

/AWS1/CL_BDCTOOLDESCOUTPUT

The output for a single tool description recommendation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_toolname TYPE /AWS1/BDCRECTOOLNAME /AWS1/BDCRECTOOLNAME

The name of the tool.

Optional arguments:

iv_recommendedtooldesc TYPE /AWS1/BDCTOOLDESCRIPTIONTEXT /AWS1/BDCTOOLDESCRIPTIONTEXT

The optimized tool description text generated by the recommendation.

iv_explanation TYPE /AWS1/BDCRECEXPLANATION /AWS1/BDCRECEXPLANATION

An explanation of why the recommendation was generated for this tool and what patterns were identified in the agent traces.


Queryable Attributes

toolName

The name of the tool.

Accessible with the following methods

Method Description
GET_TOOLNAME() Getter for TOOLNAME, with configurable default
ASK_TOOLNAME() Getter for TOOLNAME w/ exceptions if field has no value
HAS_TOOLNAME() Determine if TOOLNAME has a value

recommendedToolDescription

The optimized tool description text generated by the recommendation.

Accessible with the following methods

Method Description
GET_RECOMMENDEDTOOLDESC() Getter for RECOMMENDEDTOOLDESCRIPTION, with configurable def
ASK_RECOMMENDEDTOOLDESC() Getter for RECOMMENDEDTOOLDESCRIPTION w/ exceptions if field
HAS_RECOMMENDEDTOOLDESC() Determine if RECOMMENDEDTOOLDESCRIPTION has a value

explanation

An explanation of why the recommendation was generated for this tool and what patterns were identified in the agent traces.

Accessible with the following methods

Method Description
GET_EXPLANATION() Getter for EXPLANATION, with configurable default
ASK_EXPLANATION() Getter for EXPLANATION w/ exceptions if field has no value
HAS_EXPLANATION() Determine if EXPLANATION 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_TOOLDESCRIPTIONRESULTLIST

TYPES TT_TOOLDESCRIPTIONRESULTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCTOOLDESCOUTPUT WITH DEFAULT KEY
.