Menu

SAP Function Module BAPI_CFGINST_CHARCS_VALS_READ

Displays current values or allowed values of chars of an instance

The Function Module BAPI_CFGINST_CHARCS_VALS_READ (Displays current values or allowed values of chars of an instance) is a standard Function Module in SAP ERP and is part of the function group CUW1 within the package CUW.

Technical Information

Function Module BAPI_CFGINST_CHARCS_VALS_READ
Short Text Displays current values or allowed values of chars of an instance
Function Group CUW1
Package CUW
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ALLOWED_VALUES LIKE BAPICU-CHECKED 'X' Ind. for search criterion 'allowed char. vals'
ASSIGNED_VALUES LIKE BAPICU-CHECKED ' ' Ind. for search criterion 'characteristic values'
DEFAULT_VALUES LIKE BAPICU-CHECKED ' ' Ind. for search criterion 'defined default values'
DEFINED_VALUES LIKE BAPICU-CHECKED ' ' Ind. for search criterion 'defined allowed values'
INSTANCE LIKE BAPICU-INSTANCE Instance to which the call refers
LANGUAGE LIKE BAPICU-LANGU SY-LANGU Language required for characteristic values

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHARACTS LIKE BAPICUCHD Characteristics to be found
CHARACTS_VALS LIKE BAPICUCHV Values per characteristic (search result)

Exceptions

This function module does not define any Exceptions.