/AWS1/CL_QSTOVERRIDEDSPARAMOP¶
A transform operation that overrides the dataset parameter values that are defined in another dataset.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
IV_PARAMETERNAME
TYPE /AWS1/QSTDATASETPARAMETERNAME
/AWS1/QSTDATASETPARAMETERNAME
¶
The name of the parameter to be overridden with different values.
Optional arguments:¶
IV_NEWPARAMETERNAME
TYPE /AWS1/QSTDATASETPARAMETERNAME
/AWS1/QSTDATASETPARAMETERNAME
¶
The new name for the parameter.
IO_NEWDEFAULTVALUES
TYPE REF TO /AWS1/CL_QSTNEWDEFAULTVALUES
/AWS1/CL_QSTNEWDEFAULTVALUES
¶
The new default values for the parameter.
Queryable Attributes¶
ParameterName¶
The name of the parameter to be overridden with different values.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PARAMETERNAME() |
Getter for PARAMETERNAME, with configurable default |
ASK_PARAMETERNAME() |
Getter for PARAMETERNAME w/ exceptions if field has no value |
HAS_PARAMETERNAME() |
Determine if PARAMETERNAME has a value |
NewParameterName¶
The new name for the parameter.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEWPARAMETERNAME() |
Getter for NEWPARAMETERNAME, with configurable default |
ASK_NEWPARAMETERNAME() |
Getter for NEWPARAMETERNAME w/ exceptions if field has no va |
HAS_NEWPARAMETERNAME() |
Determine if NEWPARAMETERNAME has a value |
NewDefaultValues¶
The new default values for the parameter.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEWDEFAULTVALUES() |
Getter for NEWDEFAULTVALUES |