/AWS1/CL_SMIDYNSSMPARAMVALUE¶
The dynamic SSM parameter value.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_variable TYPE /AWS1/SMIVARIABLETYPE /AWS1/SMIVARIABLETYPE¶
Variable dynamic parameters. A parameter value is determined when an incident is created.
Queryable Attributes¶
variable¶
Variable dynamic parameters. A parameter value is determined when an incident is created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VARIABLE() |
Getter for VARIABLE, with configurable default |
ASK_VARIABLE() |
Getter for VARIABLE w/ exceptions if field has no value |
HAS_VARIABLE() |
Determine if VARIABLE 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_DYNAMICSSMPARAMETERS¶
TYPES TT_DYNAMICSSMPARAMETERS TYPE HASHED TABLE OF /AWS1/CL_SMIDYNSSMPARAMVALUE=>TS_DYNAMICSSMPARAMETERS_MAPROW WITH UNIQUE KEY key
.
TS_DYNAMICSSMPARAMETERS_MAPROW¶
TYPES: BEGIN OF TS_DYNAMICSSMPARAMETERS_MAPROW,
key TYPE /AWS1/SMISTRING,
value TYPE REF TO /AWS1/CL_SMIDYNSSMPARAMVALUE,
END OF TS_DYNAMICSSMPARAMETERS_MAPROW.