SAP ABAP Function Module DD_DB_MISSING_OBJECTS (DD: fehlende Objekte suchen. NICHT MEHR BENUTZEN !!!)
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_MISSING_OBJECTS DD: fehlende Objekte suchen. NICHT MEHR BENUTZEN !!!  
Function Group SDB5   DD: Comparison functions DD <-> DB  
Program Name SAPLSDB5   Basic Tools ABAP Dictionary 
INCLUDE Name LSDB5U01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting TOTAL_TABL TYPE SYST-TABIX Gesamtzahl der DB-Tabellen
Exporting TOTAL_INDX TYPE SYST-TABIX Gesamtzahl der DB-Indizes (incl. Prim)
Exporting TOTAL_VIEW TYPE SYST-TABIX Gesamtzahl der DB-Views
Importing MISS_DB_TABL TYPE DDREFSTRUC-FLAG Suche fehlende DB-Tabellen
Importing ADTL_DB_TABL TYPE DDREFSTRUC-FLAG Suche zusätzliche DB-Tabellen
Importing MISS_DB_KEY TYPE DDREFSTRUC-FLAG Suche fehlende Primär-Indizes
Importing MISS_DB_INDX TYPE DDREFSTRUC-FLAG Suche fehlende Sekundärindizes
Importing ADTL_DB_INDX TYPE DDREFSTRUC-FLAG Suche zusätzliche Indizes
Importing MISS_DB_VIEW TYPE DDREFSTRUC-FLAG Suche fehlende Views
Importing ADTL_DB_VIEW TYPE DDREFSTRUC-FLAG Suche zusätzliche Views
Tables MISS_TABL TYPE MISSOBJ Ergebnis: fehlende Tabellen
Tables ADTL_TABL TYPE MISSOBJ Ergebnis: zusätzliche Tabellen
Tables MISS_KEY TYPE MISSOBJ Ergebnis: fehlende Primär-Indizes
Tables MISS_INDX TYPE MISSOBJ Ergebnis: fehlende Sekundärindizes
Tables ADTL_INDX TYPE MISSOBJ Ergebnis: zusätzliche Indizes
Tables MISS_VIEW TYPE MISSOBJ Ergebnis: fehlende Views
Tables ADTL_VIEW TYPE MISSOBJ Ergebnis: zusätzliche Views
               
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  19951124 
SAP Release Created in