Skip to content

/AWS1/CL_APCDEPLOYPARAMETERS

Optional deployment parameters for an experiment run, including extension parameters and tags.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_dynamicextensionparams TYPE /AWS1/CL_APCDYNAMICPARAMMAP_W=>TT_DYNAMICPARAMETERMAP TT_DYNAMICPARAMETERMAP

A map of extension parameters for the deployment.

it_tags TYPE /AWS1/CL_APCTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The tags to assign to the deployment.


Queryable Attributes

DynamicExtensionParameters

A map of extension parameters for the deployment.

Accessible with the following methods

Method Description
GET_DYNAMICEXTENSIONPARAMS() Getter for DYNAMICEXTENSIONPARAMETERS, with configurable def
ASK_DYNAMICEXTENSIONPARAMS() Getter for DYNAMICEXTENSIONPARAMETERS w/ exceptions if field
HAS_DYNAMICEXTENSIONPARAMS() Determine if DYNAMICEXTENSIONPARAMETERS has a value

Tags

The tags to assign to the deployment.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value