/AWS1/CL_BDCSKILLDEFINITION¶
The structured skill definition with a schema version and inline content.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_schemaversion TYPE /AWS1/BDCSCHEMAVERSION /AWS1/BDCSCHEMAVERSION¶
The schema version of the skill definition. If you don't specify a version, the service detects it automatically.
iv_inlinecontent TYPE /AWS1/BDCINLINECONTENT /AWS1/BDCINLINECONTENT¶
The inline content of the skill definition.
Queryable Attributes¶
schemaVersion¶
The schema version of the skill definition. If you don't specify a version, the service detects it automatically.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAVERSION() |
Getter for SCHEMAVERSION, with configurable default |
ASK_SCHEMAVERSION() |
Getter for SCHEMAVERSION w/ exceptions if field has no value |
HAS_SCHEMAVERSION() |
Determine if SCHEMAVERSION has a value |
inlineContent¶
The inline content of the skill definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INLINECONTENT() |
Getter for INLINECONTENT, with configurable default |
ASK_INLINECONTENT() |
Getter for INLINECONTENT w/ exceptions if field has no value |
HAS_INLINECONTENT() |
Determine if INLINECONTENT has a value |