Ansicht
Dokumentation

RDDVIEWC - Compare View Definition in ABAP Dictionary and Database

RDDVIEWC - Compare View Definition in ABAP Dictionary and Database

ABAP Short Reference   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

Description

Compare the view definitions stored in the ABAP Dictionary and in the database.

Requirements

Output

Database log. (On screen with PROTNAME = '$LISTE')

Example

Call:

The report can be executed independently or can be called as an external PERFORM:
PERFORM DB_CHECK(VIEWCK)
USING VALUE(VIEWNAME)
CHANGING VALUE(ERR). "STRUCTURE DDERR

VIEWNAME is the name of the view to be checked. The log name is passed in ERR-PROTNAME.
Return to ERR-SEVERITY and ERR-ERRNUM:
N 0 : The views are defined identically in the DD and
in the DB.
F 101: View is not active in the DD.
F 102: View is not defined in the database.
F 103: View definitions are inconsistent.






Addresses (Business Address Services)   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 968 Date: 20240601 Time: 183957     sap01-206 ( 13 ms )