Skip to content

/AWS1/CL_SHBFEATUREDETAIL

Contains the status and metadata for an opt-in feature.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_featurestatus TYPE /AWS1/SHBFEATURESTATUS /AWS1/SHBFEATURESTATUS

The current enablement status of the feature. Valid values: ENABLED | DISABLED.

iv_updatedat TYPE /AWS1/SHBTIMESTAMP /AWS1/SHBTIMESTAMP

The date and time when the feature status was last updated.


Queryable Attributes

FeatureStatus

The current enablement status of the feature. Valid values: ENABLED | DISABLED.

Accessible with the following methods

Method Description
GET_FEATURESTATUS() Getter for FEATURESTATUS, with configurable default
ASK_FEATURESTATUS() Getter for FEATURESTATUS w/ exceptions if field has no value
HAS_FEATURESTATUS() Determine if FEATURESTATUS has a value

UpdatedAt

The date and time when the feature status was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT 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_FEATURES

TYPES TT_FEATURES TYPE HASHED TABLE OF /AWS1/CL_SHBFEATUREDETAIL=>TS_FEATURES_MAPROW WITH UNIQUE KEY key
.

TS_FEATURES_MAPROW

TYPES: BEGIN OF TS_FEATURES_MAPROW,
  key TYPE /AWS1/SHBFEATURENAMEKEY,
  value TYPE REF TO /AWS1/CL_SHBFEATUREDETAIL,
END OF TS_FEATURES_MAPROW.