SAP Function CFG_API_GET_EXT_CONFIG - Gets external representation of a configuration

Parameter Reference Type Length Default Optional Text
CONFIG_ID COMT_CFGM_CONFIG_ID g 8 Configuration Identifier

Parameter Reference Type Length Text
EXT_CONFIG COMT_CFGM_CONFIG v 416 External Interface Configuration

Functionality
This function module returns the so called external representation of aconfiguration, specified via the CONFIG_ID parameter.
The configuration is returned via the EXT_CONFIG paramter as aCOMT_CFGM_CONFIG structure, which can be used further, be persisted,compared or used for a restore of a configuration when passed as a inputto the CFG_API_CREATE_CONFIG command.

Further information
Take a look at the data structure COMT_CFGM_CONFIG and the functionmodule CFG_API_CREATE_CONFIG.