Skip to content

/AWS1/CL_BDOCNCTRPARAMOVERRIDE

Specifies a parameter override for a connector tool, allowing you to control parameter visibility and descriptions.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_path TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING

A JSON Pointer path identifying the parameter (for example, /numberOfResults or /filter).

Optional arguments:

iv_description TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING

An agent-facing description override for this parameter.

iv_visible TYPE /AWS1/BDOBOOLEAN /AWS1/BDOBOOLEAN

Whether this parameter is visible to the agent. If not specified, uses the service default.


Queryable Attributes

path

A JSON Pointer path identifying the parameter (for example, /numberOfResults or /filter).

Accessible with the following methods

Method Description
GET_PATH() Getter for PATH, with configurable default
ASK_PATH() Getter for PATH w/ exceptions if field has no value
HAS_PATH() Determine if PATH has a value

description

An agent-facing description override for this parameter.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

visible

Whether this parameter is visible to the agent. If not specified, uses the service default.

Accessible with the following methods

Method Description
GET_VISIBLE() Getter for VISIBLE, with configurable default
ASK_VISIBLE() Getter for VISIBLE w/ exceptions if field has no value
HAS_VISIBLE() Determine if VISIBLE 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_CONNECTORPARAMETEROVERRIDES

TYPES TT_CONNECTORPARAMETEROVERRIDES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOCNCTRPARAMOVERRIDE WITH DEFAULT KEY
.