/AWS1/CL_BDCTOOLDESCINPUT¶
A tool description input containing the tool name and its current description.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_toolname TYPE /AWS1/BDCRECTOOLNAME /AWS1/BDCRECTOOLNAME¶
The name of the tool.
io_tooldescription TYPE REF TO /AWS1/CL_BDCTOOLDESCCONFIG /AWS1/CL_BDCTOOLDESCCONFIG¶
The current description of the tool to optimize.
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 |
toolDescription¶
The current description of the tool to optimize.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOOLDESCRIPTION() |
Getter for TOOLDESCRIPTION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TOOLDESCRIPTIONLIST¶
TYPES TT_TOOLDESCRIPTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCTOOLDESCINPUT WITH DEFAULT KEY
.