Skip to content

/AWS1/CL_EBN=>VALIDATECONFSETTINGS()

About ValidateConfigurationSettings

Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.

This action returns a list of messages indicating any errors or warnings associated with the selection of option values.

Method Signature

IMPORTING

Required arguments:

IV_APPLICATIONNAME TYPE /AWS1/EBNAPPLICATIONNAME /AWS1/EBNAPPLICATIONNAME

The name of the application that the configuration template or environment belongs to.

IT_OPTIONSETTINGS TYPE /AWS1/CL_EBNCONFOPTIONSETTING=>TT_CONFOPTIONSETTINGSLIST TT_CONFOPTIONSETTINGSLIST

A list of the options and desired values to evaluate.

Optional arguments:

IV_TEMPLATENAME TYPE /AWS1/EBNCONFTEMPLATENAME /AWS1/EBNCONFTEMPLATENAME

The name of the configuration template to validate the settings against.

Condition: You cannot specify both this and an environment name.

IV_ENVIRONMENTNAME TYPE /AWS1/EBNENVIRONMENTNAME /AWS1/EBNENVIRONMENTNAME

The name of the environment to validate the settings against.

Condition: You cannot specify both this and a configuration template name.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_EBNCONFSTGSVALIDATI00 /AWS1/CL_EBNCONFSTGSVALIDATI00