Skip to content

/AWS1/CL_MEM=>RESETPARAMETERGROUP()

About ResetParameterGroup

Modifies the parameters of a parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire parameter group, specify the AllParameters and ParameterGroupName parameters.

Method Signature

IMPORTING

Required arguments:

IV_PARAMETERGROUPNAME TYPE /AWS1/MEMSTRING /AWS1/MEMSTRING

The name of the parameter group to reset.

Optional arguments:

IV_ALLPARAMETERS TYPE /AWS1/MEMBOOLEAN /AWS1/MEMBOOLEAN

If true, all parameters in the parameter group are reset to their default values. If false, only the parameters listed by ParameterNames are reset to their default values.

IT_PARAMETERNAMES TYPE /AWS1/CL_MEMPARAMNAMELIST_W=>TT_PARAMETERNAMELIST TT_PARAMETERNAMELIST

An array of parameter names to reset to their default values. If AllParameters is true, do not use ParameterNames. If AllParameters is false, you must specify the name of at least one parameter to reset.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_MEMRESETPARAMGROUPRSP /AWS1/CL_MEMRESETPARAMGROUPRSP