/AWS1/CL_EVYLAUNCHGROUPCONFIG¶
A structure that defines one launch group in a launch. A launch group is a variation of the feature that you are including in the launch.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_name
TYPE /AWS1/EVYGROUPNAME
/AWS1/EVYGROUPNAME
¶
A name for this launch group.
iv_feature
TYPE /AWS1/EVYFEATURENAME
/AWS1/EVYFEATURENAME
¶
The feature that this launch is using.
iv_variation
TYPE /AWS1/EVYVARIATIONNAME
/AWS1/EVYVARIATIONNAME
¶
The feature variation to use for this launch group.
Optional arguments:¶
iv_description
TYPE /AWS1/EVYDESCRIPTION
/AWS1/EVYDESCRIPTION
¶
A description of the launch group.
Queryable Attributes¶
name¶
A name for this launch group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
A description of the launch group.
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 |
feature¶
The feature that this launch is using.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FEATURE() |
Getter for FEATURE, with configurable default |
ASK_FEATURE() |
Getter for FEATURE w/ exceptions if field has no value |
HAS_FEATURE() |
Determine if FEATURE has a value |
variation¶
The feature variation to use for this launch group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VARIATION() |
Getter for VARIATION, with configurable default |
ASK_VARIATION() |
Getter for VARIATION w/ exceptions if field has no value |
HAS_VARIATION() |
Determine if VARIATION 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_LAUNCHGROUPCONFIGLIST
¶
TYPES TT_LAUNCHGROUPCONFIGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EVYLAUNCHGROUPCONFIG WITH DEFAULT KEY
.