Description Compare the view definitions stored in the ABAP Dictionary and in thedatabase. Precondition Output Database log. (On screen with PROTNAME = '$LISTE') Call: The report can be executed independently or can be called as anexternal 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 passedin 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. |