Menu

SAP Function Module BAPI_CFGINST_INCONSIST_CHECK

Checks whether instance has inconsistencies and returns inconsistencies

The Function Module BAPI_CFGINST_INCONSIST_CHECK (Checks whether instance has inconsistencies and returns inconsistencies) 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_INCONSIST_CHECK
Short Text Checks whether instance has inconsistencies and returns inconsistencies
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
INSTANCE LIKE BAPICU-INSTANCE Instance to which the call refers

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
CONTRADICTING_CHARACTS_VALS LIKE BAPICUCHV1 Inconsistent characteristic values
CSTR_CONFLICTS LIKE BAPICUCFL1 Constraint violations
DOMAIN_CONFLICTS LIKE BAPICUCHV1 Inconsistent restrictions to allowed values
INCONSISTENT_CHARACTS LIKE BAPICUCHD Inconsistent characteristics
INCONSISTENT_CHARACTS_VALS LIKE BAPICUCHV1 Inconsistent characteristic values

Exceptions

This function module does not define any Exceptions.