SAP Function CFG_API_GET_SPECIALIZATIONS - Configuration: List of specialisations

Parameter Reference Type Length Default Optional Text
CONFIG_ID COMT_CFGM_CONFIG_ID g 8 Configuration Identifier
INST_ID COMT_CFGD_INSTID C 8 Internal identifier of a Instance

Parameter Reference Type Length Text
SPECIALIZATIONS COMT_CFGM_SPECIALIZATION_I h 32 Table of specializations

Functionality
This function module returns possible specializations of a class whichis used as a position within a bill of materials.
You have to specify a CONFIG_ID and a INST_ID to identify whosespecializations should be fetched.
If CONFIG_ID and INST_ID could not been resolved the function modulewill run into a command exception.

Notes
The output is table has the line type with the following fields:

  • SPEC_NAME:,,Name of the specialization, usually product ID

  • SPEC_LNAME:,,language dependent name

  • SPEC_ID:,,,,id of the specialization, can be used in the
  • CFG_API_SPECIALIZE function module as ,,,,,,,,,,SPEC_TYPE in theCFG_API_SPECIALIZE command for a explicit specialization
    • SPEC_PID:,,,,id of the parent instance
    • Further information
      See also function modules CFG_API_SPECIALIZE and CFG_API_UNSPECIALIZE