Skip to content

/AWS1/CL_BDCTOOLDESCRECRESULT

The result of a tool description recommendation, containing optimized descriptions.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_tools TYPE /AWS1/CL_BDCTOOLDESCOUTPUT=>TT_TOOLDESCRIPTIONRESULTLIST TT_TOOLDESCRIPTIONRESULTLIST

The list of tools with their recommended descriptions.

io_configurationbundle TYPE REF TO /AWS1/CL_BDCRECRSLTCONFBUNDLE /AWS1/CL_BDCRECRSLTCONFBUNDLE

The configuration bundle containing the recommended tool descriptions, if the input was sourced from a configuration bundle.

iv_errorcode TYPE /AWS1/BDCRECERRORCODE /AWS1/BDCRECERRORCODE

The error code if the recommendation failed.

iv_errormessage TYPE /AWS1/BDCRECERRORMESSAGE /AWS1/BDCRECERRORMESSAGE

The error message if the recommendation failed.


Queryable Attributes

tools

The list of tools with their recommended descriptions.

Accessible with the following methods

Method Description
GET_TOOLS() Getter for TOOLS, with configurable default
ASK_TOOLS() Getter for TOOLS w/ exceptions if field has no value
HAS_TOOLS() Determine if TOOLS has a value

configurationBundle

The configuration bundle containing the recommended tool descriptions, if the input was sourced from a configuration bundle.

Accessible with the following methods

Method Description
GET_CONFIGURATIONBUNDLE() Getter for CONFIGURATIONBUNDLE

errorCode

The error code if the recommendation failed.

Accessible with the following methods

Method Description
GET_ERRORCODE() Getter for ERRORCODE, with configurable default
ASK_ERRORCODE() Getter for ERRORCODE w/ exceptions if field has no value
HAS_ERRORCODE() Determine if ERRORCODE has a value

errorMessage

The error message if the recommendation failed.

Accessible with the following methods

Method Description
GET_ERRORMESSAGE() Getter for ERRORMESSAGE, with configurable default
ASK_ERRORMESSAGE() Getter for ERRORMESSAGE w/ exceptions if field has no value
HAS_ERRORMESSAGE() Determine if ERRORMESSAGE has a value