RUTALLDF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RUTALLDF 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: DD: Analysis Tool: Dictionary Structure Display / Nametab / Database
Text Symbol: 028 = Structure overview: structure
Text Symbol: 027 = Structure overview: cluster table
Text Symbol: 026 = Structure overview: pooled table
Text Symbol: 025 = Structure overview: transparent table
Text Symbol: 022 = Field does not exist
Text Symbol: 021 = === Comparison: ABAP Dictionary - nametab - database ===
Text Symbol: 020 = Table does not exist in database
Text Symbol: 012 = Database
Text Symbol: 011 = Runtime version
Text Symbol: 010 = ABAP Dictionary
Text Symbol: 005 = Cluster Table
Text Symbol: 004 = Pooled table
Text Symbol: 003 = The table does not exist in the database
Text Symbol: 002 = The table exists in the database
Text Symbol: 001 = Transparent table
Text Symbol: 030 = *) The field lengths in the runtime version may differ from
Text Symbol: 046 = Len.*)
Text Symbol: 045 = Type
Text Symbol: 044 = Dec
Text Symbol: 043 = Leng
Text Symbol: 042 = Field type
Text Symbol: 041 = Key
Text Symbol: 040 = Field name
Text Symbol: 037 = Structure overview for table:
Text Symbol: 036 = A table of the same name exists in the database
Text Symbol: 035 = Table is not defined as transparent in the Dictionary
Text Symbol: 033 = Runtime version (nametab) of the table does not exist
Text Symbol: 032 = Table does not exist in the ABAP Dictionary
Text Symbol: 031 = the length entry for the Dictionary / database version.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_EXISTS_TABLE CALL FUNCTION 'DB_EXISTS_TABLE' EXPORTING TABNAME = OBJNAME IMPORTING SUBRC = RC.
DD_TABL_GET CALL FUNCTION 'DD_TABL_GET' EXPORTING GET_STATE = STATE LANGU = SY-LANGU PRID = PRT_ID TABL_NAME = TABELLE WITHTEXT = 'X' IMPORTING DD02V_WA_A = DD02V_WA_A DD02V_WA_N = DD02V_WA_N DD09L_WA_A = DD09L_WA_A DD09L_WA_N = DD09L_WA_N GOT_STATE = GOT_STATE TABLES DD03P_TAB_A = DD03P_TAB_A DD03P_TAB_N = DD03P_TAB_N DD05M_TAB_A = DD05M_TAB_A DD05M_TAB_N = DD05M_TAB_N DD08V_TAB_A = DD08V_TAB_A DD08V_TAB_N = DD08V_TAB_N DD12V_TAB_A = DD12V_TAB_A DD12V_TAB_N = DD12V_TAB_N DD17V_TAB_A = DD17V_TAB_A DD17V_TAB_N = DD17V_TAB_N EXCEPTIONS ACCESS_FAILURE = 01.
DB_GET_TABLE_FIELDS CALL FUNCTION 'DB_GET_TABLE_FIELDS' EXPORTING TABNAME = TABNAME FIELD_INFO = 'A' IMPORTING SUBRC = RC TABLES DBFIELDS = DBFIELDS.
DD_GET_NAMETAB CALL FUNCTION 'DD_GET_NAMETAB' EXPORTING STATUS = STATUS TABNAME = OBJNAME IMPORTING R_MODEFLAG = RMODEFLAG R_STATUS = RSTATUS F_STATUS = FSTATUS X030L_WA = X030L_WA TABLES X031L_TAB = X031L_TAB EXCEPTIONS NOT_FOUND = 01 NO_FIELDS = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RUTALLDF - DD: Analysis Tool: Dictionary Structure Display / Nametab / Database RUTALLDF - DD: Analysis Tool: Dictionary Structure Display / Nametab / Database RUTACTTESET - DD: Activate Technical Settings RUTACTTESET - DD: Activate Technical Settings RUTABL01 - ABAP/4 Dictionary Tables RUTABL01 - ABAP/4 Dictionary Tables