SAP ABAP Function Module DD_DB_CONSISTENCY_CHECK (Test for Consistency Checks)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDDB (Package) ABAP/4 Dictionary: Converter
Basic Data
Function Module DD_DB_CONSISTENCY_CHECK Test for Consistency Checks  
Function Group SDB5   DD: Comparison functions DD <-> DB  
Program Name SAPLSDB5   Basic Tools ABAP Dictionary 
INCLUDE Name LSDB5U02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting NO_DBTABLES TYPE MONI_CHECK-DBTABLES No. of tables missing on the DB
Exporting NO_SAPTABLES TYPE MONI_CHECK-SAPTABLES No. of unknown tables in the dictionary
Exporting NO_DBINDICES TYPE MONI_CHECK-DBINDICES No. of indexes missing on the DB
Exporting NO_SAPINDICES TYPE MONI_CHECK-SAPINDICES No. of unknown indexes in the dictionary
Importing UNIQUE_IND_CHECK TYPE DDREFSTRUC-FLAG SPACE Find only tables without primary key
Importing MISSING_IND_DISP TYPE DDREFSTRUC-FLAG SPACE Display missing indexes (from MONI)
Importing MISSING_IND_COMP TYPE DDREFSTRUC-FLAG SPACE Compute missing indexes (in MONI)
Tables MISS_INDEX TYPE MISSOBJ Indexes missing on the DB
Tables ADDTL_INDEX TYPE MISSOBJ Additional indexes on the DB
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19960524 
SAP Release Created in