Skip to content

/AWS1/CL_BDOFROMURLSYNCCONF

Configuration for synchronizing from a URL-based MCP server.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_url TYPE /AWS1/BDOMCPSERVERURL /AWS1/BDOMCPSERVERURL

The HTTPS URL of the MCP server to synchronize from.

Optional arguments:

it_credentialproviderconfs TYPE /AWS1/CL_BDOREGRECCREDPVDRCONF=>TT_REGRECORDCREDPVDRCONFLIST TT_REGRECORDCREDPVDRCONFLIST

Optional list of credential provider configurations for authenticating with the MCP server. At most one credential provider configuration can be specified.


Queryable Attributes

url

The HTTPS URL of the MCP server to synchronize from.

Accessible with the following methods

Method Description
GET_URL() Getter for URL, with configurable default
ASK_URL() Getter for URL w/ exceptions if field has no value
HAS_URL() Determine if URL has a value

credentialProviderConfigurations

Optional list of credential provider configurations for authenticating with the MCP server. At most one credential provider configuration can be specified.

Accessible with the following methods

Method Description
GET_CREDENTIALPROVIDERCONFS() Getter for CREDENTIALPROVIDERCONFS, with configurable defaul
ASK_CREDENTIALPROVIDERCONFS() Getter for CREDENTIALPROVIDERCONFS w/ exceptions if field ha
HAS_CREDENTIALPROVIDERCONFS() Determine if CREDENTIALPROVIDERCONFS has a value