SAP ABAP Function Module DD_COMPARE_TAB (Compares two table versions)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDIC (Package) ABAP Dictionary
Basic Data
Function Module DD_COMPARE_TAB Compares two table versions  
Function Group SDD2   DD: Utilities for database operations  
Program Name SAPLSDD2    
INCLUDE Name LSDD2U08    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting FIELDNAME TYPE DD03L-FIELDNAME first different field
Exporting SUBRC TYPE SYST-SUBRC '0' = versions are equal, else unequal
Importing SAPTAB TYPE DD02L-AS4LOCAL 'X' 'X' = SAP table; ' ' = Pool/cluster
Importing SOURCE1 TYPE DD02L-AS4LOCAL 'B' = DB, 'S' = SAP name table, 'D' = DD
Importing SOURCE2 TYPE DD02L-AS4LOCAL 'B' = DB, 'S' = SAP name table, 'D' = DD
Importing TABNAME TYPE DD02L-TABNAME Table name
Importing VERS1 TYPE DD02L-AS4LOCAL 'A'=Active,'N'=Inactive, N-version, 'M'= newest version
Importing VERS2 TYPE DD02L-AS4LOCAL 'A'=Active,'N'=Inactive, N-version, 'M'= newest version
Exception FUNCTION_NOT_YET_SUPPORTED TYPE Function is supported later
               
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  19950113 
SAP Release Created in