RSDB4060 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program represents the main part of transaction DB02 for SAP Systems on IBM iSeries...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSDB4060 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: iSeries: DB02 (Main Screen)
Text Symbol: 039 = Missing in Dictionary
Text Symbol: 038 = Missing in Database
Text Symbol: 037 = Size (KB)
Text Symbol: 036 = Count
Text Symbol: 034 = Views
Text Symbol: 033 = Indexes
Text Symbol: 032 = Primary keys
Text Symbol: 031 = Tables
Text Symbol: 030 = Damage Type
Text Symbol: 029 = Type as Table, View, or Index
Text Symbol: 028 = Name of Database Object
Text Symbol: 027 = Damage Type
Text Symbol: 026 = Object Type
Text Symbol: 025 = File Name
Text Symbol: 024 = Error in POPUP_TO_DECIDE_LIST
Text Symbol: 023 = Database Checks
Text Symbol: 022 = Installation Checks:
Text Symbol: 021 = Check: SAP Kernel <-> ABAP Dictionary
Text Symbol: 020 = Check: Database <-> ABAP Dictionary
Text Symbol: 019 = Find database tables without primary keys
Text Symbol: 018 = Error: RSDB4090 returned no error, but DB4TABLE_STAT is empty.
Text Symbol: 016 = Damage Type
Text Symbol: 015 = Object Type
Text Symbol: 014 = Object Name
Text Symbol: 013 = Damaged objects checked on
Text Symbol: 012 = No damaged objects found in database
Text Symbol: 011 = Get New File Statistics?
Text Symbol: 010 = Online
Text Symbol: 009 = Background
Text Symbol: 008 = Perform new analysis?
Text Symbol: 007 = Operation may take a long time!
Text Symbol: 006 = Currently no file statistics available.
Text Symbol: 005 = File statistics available from:
Text Symbol: 004 = Currently no file statistics available.
Text Symbol: 003 = Error: RSDB4090 returned no error but DB4TABLE_STAT is still empty
Text Symbol: 002 = Unexpected ERROR in DB02_DB4_GET_INFO, sy-subrc:
Text Symbol: 001 = Error in DD_DB_CONSISTENCY_CHECK
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DD_DB_CONSISTENCY_CHECK CALL FUNCTION 'DD_DB_CONSISTENCY_CHECK' EXPORTING UNIQUE_IND_CHECK = 'X' EXCEPTIONS OTHERS = 1.
DD_DB_CONSISTENCY_CHECK CALL FUNCTION 'DD_DB_CONSISTENCY_CHECK' "#EC * EXPORTING UNIQUE_IND_CHECK = ' ' MISSING_IND_DISP = ' ' MISSING_IND_COMP = ' ' EXCEPTIONS OTHERS = 1. "#EC *
DD_DB_CONSISTENCY_CHECK CALL FUNCTION 'DD_DB_CONSISTENCY_CHECK' EXPORTING MISSING_IND_DISP = 'X' EXCEPTIONS OTHERS = 1.
POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING MARK_FLAG = ' ' MARK_MAX = 1 TEXTLINE1 = 'Installation Checks:'(022) TITEL = 'Database Checks'(023) IMPORTING ANSWER = I_ANSWER TABLES T_SPOPLI = I_OPTION_TAB EXCEPTIONS NOT_ENOUGH_ANSWERS = 1 TOO_MUCH_ANSWERS = 2 TOO_MUCH_MARKS = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.