/AWS1/CL_FRMTEMPLATEPARAMETER¶
The TemplateParameter data type.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_parameterkey TYPE /AWS1/FRMPARAMETERKEY /AWS1/FRMPARAMETERKEY¶
The name associated with the parameter.
iv_defaultvalue TYPE /AWS1/FRMPARAMETERVALUE /AWS1/FRMPARAMETERVALUE¶
The default value associated with the parameter.
iv_noecho TYPE /AWS1/FRMNOECHO /AWS1/FRMNOECHO¶
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
iv_description TYPE /AWS1/FRMDESCRIPTION /AWS1/FRMDESCRIPTION¶
User defined description associated with the parameter.
Queryable Attributes¶
ParameterKey¶
The name associated with the parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERKEY() |
Getter for PARAMETERKEY, with configurable default |
ASK_PARAMETERKEY() |
Getter for PARAMETERKEY w/ exceptions if field has no value |
HAS_PARAMETERKEY() |
Determine if PARAMETERKEY has a value |
DefaultValue¶
The default value associated with the parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTVALUE() |
Getter for DEFAULTVALUE, with configurable default |
ASK_DEFAULTVALUE() |
Getter for DEFAULTVALUE w/ exceptions if field has no value |
HAS_DEFAULTVALUE() |
Determine if DEFAULTVALUE has a value |
NoEcho¶
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOECHO() |
Getter for NOECHO, with configurable default |
ASK_NOECHO() |
Getter for NOECHO w/ exceptions if field has no value |
HAS_NOECHO() |
Determine if NOECHO has a value |
Description¶
User defined description associated with the parameter.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TEMPLATEPARAMETERS¶
TYPES TT_TEMPLATEPARAMETERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FRMTEMPLATEPARAMETER WITH DEFAULT KEY
.