Menu

SAP Function Module DD_COMPARE_TAB

Compares two table versions

The Function Module DD_COMPARE_TAB (Compares two table versions) is a standard Function Module in SAP ERP and is part of the function group SDD2 within the package SDIC.

Technical Information

Function Module DD_COMPARE_TAB
Short Text Compares two table versions
Function Group SDD2
Package SDIC
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
SAPTAB LIKE DD02L-AS4LOCAL 'X' X' - SAP table, ' ' - Pool/cluster
SOURCE1 LIKE DD02L-AS4LOCAL B' - DB, 'S' - SAP name table, 'D' - DD
SOURCE2 LIKE DD02L-AS4LOCAL B' - DB, 'S' - SAP name table, 'D' - DD
TABNAME LIKE DD02L-TABNAME Table name
VERS1 LIKE DD02L-AS4LOCAL A'-Active,'N'-Inactive, N-version, 'M'- newest version
VERS2 LIKE DD02L-AS4LOCAL A'-Active,'N'-Inactive, N-version, 'M'- newest version

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FIELDNAME LIKE DD03L-FIELDNAME first different field
SUBRC LIKE SY-SUBRC 0' - versions are equal, else unequal

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
FUNCTION_NOT_YET_SUPPORTED Function is supported later