/AWS1/CL_BDCCONFBNDLTOOLENTRY¶
Maps a tool name to its JSON path within a configuration bundle.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_toolname TYPE /AWS1/BDCRECTOOLNAME /AWS1/BDCRECTOOLNAME¶
The name of the tool.
iv_tooldescriptionjsonpath TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING¶
The JSON path within the configuration bundle's components that contains the tool description.
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 |
toolDescriptionJsonPath¶
The JSON path within the configuration bundle's components that contains the tool description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOOLDESCRIPTIONJSONPATH() |
Getter for TOOLDESCRIPTIONJSONPATH, with configurable defaul |
ASK_TOOLDESCRIPTIONJSONPATH() |
Getter for TOOLDESCRIPTIONJSONPATH w/ exceptions if field ha |
HAS_TOOLDESCRIPTIONJSONPATH() |
Determine if TOOLDESCRIPTIONJSONPATH 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_CONFBUNDLETOOLENTRYLIST¶
TYPES TT_CONFBUNDLETOOLENTRYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCCONFBNDLTOOLENTRY WITH DEFAULT KEY
.