/AWS1/CL_FISEXPERIMENTTMPLACT¶
Describes an action for an experiment template.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_actionid TYPE /AWS1/FISACTIONID /AWS1/FISACTIONID¶
The ID of the action.
iv_description TYPE /AWS1/FISEXPERIMENTTMPLACTDESC /AWS1/FISEXPERIMENTTMPLACTDESC¶
A description for the action.
it_parameters TYPE /AWS1/CL_FISEXPERIMENTTMPLAC00=>TT_EXPERIMENTTMPLACTPARAMMAP TT_EXPERIMENTTMPLACTPARAMMAP¶
The parameters for the action.
it_targets TYPE /AWS1/CL_FISEXPERIMENTTMPLAC01=>TT_EXPERIMENTTMPLACTIONTGTMAP TT_EXPERIMENTTMPLACTIONTGTMAP¶
The targets for the action.
it_startafter TYPE /AWS1/CL_FISEXPERIMENTTMPLAC02=>TT_EXPERIMENTTMPLACTSTRTAFRLST TT_EXPERIMENTTMPLACTSTRTAFRLST¶
The name of the action that must be completed before the current action starts.
Queryable Attributes¶
actionId¶
The ID of the action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONID() |
Getter for ACTIONID, with configurable default |
ASK_ACTIONID() |
Getter for ACTIONID w/ exceptions if field has no value |
HAS_ACTIONID() |
Determine if ACTIONID has a value |
description¶
A description for the action.
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 |
parameters¶
The parameters for the action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS has a value |
targets¶
The targets for the action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETS() |
Getter for TARGETS, with configurable default |
ASK_TARGETS() |
Getter for TARGETS w/ exceptions if field has no value |
HAS_TARGETS() |
Determine if TARGETS has a value |
startAfter¶
The name of the action that must be completed before the current action starts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTAFTER() |
Getter for STARTAFTER, with configurable default |
ASK_STARTAFTER() |
Getter for STARTAFTER w/ exceptions if field has no value |
HAS_STARTAFTER() |
Determine if STARTAFTER has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TS_EXPERIMENTTMPLACTMAP_MAPROW¶
TYPES: BEGIN OF TS_EXPERIMENTTMPLACTMAP_MAPROW,
key TYPE /AWS1/FISEXPERIMENTTMPLACTNAME,
value TYPE REF TO /AWS1/CL_FISEXPERIMENTTMPLACT,
END OF TS_EXPERIMENTTMPLACTMAP_MAPROW.
TT_EXPERIMENTTEMPLATEACTIONMAP¶
TYPES TT_EXPERIMENTTEMPLATEACTIONMAP TYPE HASHED TABLE OF /AWS1/CL_FISEXPERIMENTTMPLACT=>TS_EXPERIMENTTMPLACTMAP_MAPROW WITH UNIQUE KEY key
.