SAP Reports / Programs

RUTNTCHK SAP ABAP Report - DD: Consistency Check Between ABAP Dictionary and Runtime Object







RUTNTCHK 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 RUTNTCHK into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RUTNTCHK. "Basic submit
SUBMIT RUTNTCHK AND RETURN. "Return to original report after report execution complete
SUBMIT RUTNTCHK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SHOWONLY = Display only
Selection Text: STATUS = A (active) N (inactive)
Selection Text: TABNAME = Object name
Selection Text: TTYPE = Object type
Selection Text: USENEW = Usage of ALV
Title: DD: Consistency Check Between ABAP Dictionary and Runtime Object
Text Symbol: 014 = Flag 2
Text Symbol: 013 = Flag 1
Text Symbol: 012 = Digi
Text Symbol: 011 = EID
Text Symbol: 010 = ABT
Text Symbol: 009 = TID
Text Symbol: 008 = ExLn
Text Symbol: 007 = Offs
Text Symbol: 006 = Deci
Text Symbol: 005 = DDLn
Text Symbol: 004 = DDtp
Text Symbol: 003 = Pos
Text Symbol: 002 = Runtime object
Text Symbol: 001 = DDIC source
Text Symbol: 019 = Mid
Text Symbol: 020 = Checktable
Text Symbol: 021 = CRSTAMP
Text Symbol: 022 = ABSTAMP
Text Symbol: 023 = DYSTAMP
Text Symbol: 018 = Conv
Text Symbol: 036 = Refname
Text Symbol: 034 = Bp2
Text Symbol: 033 = Bp1
Text Symbol: 032 = Buf
Text Symbol: 031 = Al
Text Symbol: 030 = Md
Text Symbol: 029 = Kln
Text Symbol: 028 = #Ky
Text Symbol: 027 = Len
Text Symbol: 026 = #Fl
Text Symbol: 025 = Fo
Text Symbol: 024 = Tp





Text Symbol: 015 = Pr
Text Symbol: A02 = Runtime Object
Text Symbol: A01 = Field name
Text Symbol: 101 = Moved from Pos
Text Symbol: 100 = Moved to Pos
Text Symbol: 050 = Fields: Consistent with DDIC source
Text Symbol: 049 = Fields: Inconsistent with DDIC source
Text Symbol: 048 = Header: Consistent with DDIC source
Text Symbol: 047 = Header: Inconsistent with DDIC source
Text Symbol: 046 = Time stamp
Text Symbol: 045 = The runtime object is consistent
Text Symbol: 044 = Fields
Text Symbol: 043 = Header
Text Symbol: 042 = The runtime object is not consistent:
Text Symbol: 041 = No active runtime object exists
Text Symbol: 040 = Generated from DD->
Text Symbol: 039 = Runtime object ->
Text Symbol: 038 = DBLn
Text Symbol: A03 = No inactive runtime object exists
Text Symbol: A14 = Leafcnt
Text Symbol: A13 = Active DDIC source missing or incorrect
Text Symbol: A12 = FlagByte
Text Symbol: A11 = Dtel
Text Symbol: A10 = Dept
Text Symbol: A09 = Unlg
Text Symbol: A08 = Polg
Text Symbol: A07 = Flag6
Text Symbol: A06 = Flag5
Text Symbol: A05 = Flag4
Text Symbol: A04 = Flag3
Text Symbol: 037 = DB
Text Symbol: 017 = RefField
Text Symbol: 016 = RefTable


INCLUDES used within this REPORT RUTNTCHK

INCLUDE RADBTMAC.
INCLUDE RADBTOUM.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

GUI_HAS_ACTIVEX call function 'GUI_HAS_ACTIVEX' importing return = gui_has_activex.






GUI_HAS_JAVABEANS call function 'GUI_HAS_JAVABEANS' importing return = gui_has_activex.

DD_GET_NAMETAB call function 'DD_GET_NAMETAB' exporting status = 'A' tabname = tabname get_all = 'X' importing x030l_wa = x030l_nt tables x031l_tab = x031l_nt exceptions not_found = 1 no_fields = 2 others = 3.

DD_GET_NAMETAB call function 'DD_GET_NAMETAB' exporting status = 'N' tabname = tabname get_all = 'X' importing x030l_wa = x030l_nt tables x031l_tab = x031l_nt exceptions not_found = 1 no_fields = 2 others = 3.

RS_VERS_COMPARE_TAB call function 'RS_VERS_COMPARE_TAB' exporting keylen = keylen tables tab1 = fields_nt2 tab2 = fields_dd2 index_tab = ddcomptab.

RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' tables nodetab = node exceptions tree_failure = 1 id_not_found = 2 wrong_relationship = 3 others = 4.

RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting status = 'OWN' exceptions others = 1.

DD_TBFD_GET call function 'DD_TBFD_GET' exporting get_state = 'A' tabl_name = 'DCTX030L' withtext = 'X' tables dd03p_tab_a = add03p1 dd03p_tab_n = ndd03p exceptions illegal_value = 1 op_failure = 2 others = 3.

DD_TBFD_GET call function 'DD_TBFD_GET' exporting get_state = 'A' tabl_name = 'DCTX031L' withtext = 'X' tables dd03p_tab_a = add03p2 dd03p_tab_n = ndd03p exceptions illegal_value = 1 op_failure = 2 others = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RUTNTCHK or its description.