Skip to content

/AWS1/CL_APCFLAGVALUE

The feature flag value configuration for a treatment, including the enabled state and attribute values.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_enabled TYPE /AWS1/APCBOOLEAN /AWS1/APCBOOLEAN

Whether the feature flag is enabled for this treatment.

Optional arguments:

it_attributevalues TYPE /AWS1/CL_APCATTRIBUTEVALUE=>TT_ATTRIBUTEVALUEMAP TT_ATTRIBUTEVALUEMAP

The attribute values associated with this flag value.


Queryable Attributes

Enabled

Whether the feature flag is enabled for this treatment.

Accessible with the following methods

Method Description
GET_ENABLED() Getter for ENABLED

AttributeValues

The attribute values associated with this flag value.

Accessible with the following methods

Method Description
GET_ATTRIBUTEVALUES() Getter for ATTRIBUTEVALUES, with configurable default
ASK_ATTRIBUTEVALUES() Getter for ATTRIBUTEVALUES w/ exceptions if field has no val
HAS_ATTRIBUTEVALUES() Determine if ATTRIBUTEVALUES has a value