/AWS1/CL_BDCSERVERDEFINITION¶
The MCP server definition with a schema version and inline content. The schemaVersion identifies the version of the MCP server configuration schema.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_schemaversion TYPE /AWS1/BDCSCHEMAVERSION /AWS1/BDCSCHEMAVERSION¶
The schema version of the MCP server configuration. The schema version identifies the format of the server definition content.
iv_inlinecontent TYPE /AWS1/BDCINLINECONTENT /AWS1/BDCINLINECONTENT¶
The inline content of the server definition.
Queryable Attributes¶
schemaVersion¶
The schema version of the MCP server configuration. The schema version identifies the format of the server definition content.
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 server 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 |