SAP Function CFG_API_GET_CONFIG_INFO - GetConfigInfo

Parameter Reference Type Length Default Optional Text
CONFIG_ID COMT_CFGM_CONFIG_ID g 8 Configuration Identifier
GET_CONTEXT COMT_CFGM_BOOLEAN C 1 'F' X T=True, F=False, ''=False

Parameter Reference Type Length Text
CONFIG_INFO COMT_CFGM_CONFIG_INFO u 136 Configuration Info
CONTEXT COMT_CFGM_CONTEXT_I h 150 CFG: table of context data

Functionality
This function module can give you some basic information about aparticular configuration specified by the CONFIG_ID import parameter.Via the parameter GET_CONTEXT, which is set to false per default, youcan specify if the current context values should be returned.
The returned structure via the parameter CONFIG_INFO has informationsif the configuration is consistent, complete, if it is a single levelconfiguration and basic informations about the knowledgebase and profileused.

Notes
Passing a CONFIG_ID which does not belong to a valid configurationsession will lead to a COMMAND_EXCEPTION.