/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.
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 |
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
.