SAP Reports / Programs

RUTNTCHECK SAP ABAP Report - ABAP Dictionary







RUTNTCHECK 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 RUTNTCHECK 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 RUTNTCHECK. "Basic submit
SUBMIT RUTNTCHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RUTNTCHECK 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: TTYPE = Object Type
Selection Text: TABNAME2 = Object Name 2
Selection Text: TABNAME1 = Object Name 1
Selection Text: STATE2 = Status of Object 2
Selection Text: STATE1 = Status of Object 1
Selection Text: SOURCE2 = Source of Object 2
Selection Text: SOURCE1 = Source of Object 1
Title: ABAP Dictionary
Text Symbol: 103 = Header of inactive source in nametab form
Text Symbol: 102 = Fields of inactive ICNV30L/31L entry
Text Symbol: 101 = Header of inactive ICNV30L/31L entry
Text Symbol: 100 = Fields of active ICNV30L/31L entry
Text Symbol: 099 = Header of active ICNV30L/31L entry
Text Symbol: 098 = Gen. DD:
Text Symbol: 097 = Inact. NT:
Text Symbol: 096 = Act. NT:
Text Symbol: 095 = Fields of inactive runtime object
Text Symbol: 094 = Header of inactive runtime object
Text Symbol: 093 = Fields of active runtime object
Text Symbol: 092 = Header of active runtime object
Text Symbol: 091 = Fields of active source in nametab form
Text Symbol: 090 = Header of active source in nametab form
Text Symbol: 085 = is
Text Symbol: 084 = Maint./help view
Text Symbol: 083 = Projection view
Text Symbol: 082 = Bit 7
Text Symbol: 081 = Bit 6
Text Symbol: 080 = Bit 5
Text Symbol: 079 = Bit 4
Text Symbol: 104 = Fields of inactive source in nametab form
Text Symbol: 110 = Active runtime object
Text Symbol: 111 = Inactive runtime object
Text Symbol: 112 = Active source
Text Symbol: 113 = Active ICNV30L/31L entry
Text Symbol: 114 = Inactive ICNV30L/31L entry
Text Symbol: 115 = and
Text Symbol: 116 = has
Text Symbol: 117 = Active ICNV30L/31L entry





Text Symbol: 118 = Inactive ICNV30L/31L entry
Text Symbol: 119 = Active ICNV30L/31L:
Text Symbol: 120 = Inactive ICNV30L/31L:
Text Symbol: 121 = Active ICNV30L/31L
Text Symbol: 122 = Inactive ICNV30L/31L
Text Symbol: 123 = for
Text Symbol: 124 = Inactive source
Text Symbol: 125 = Inact. DD:
Text Symbol: 126 = Gener. from DD (inact.)
Text Symbol: 127 = Moved to Pos
Text Symbol: 128 = Moved from Pos
Text Symbol: 129 = Runtime Object
Text Symbol: 078 = Bit 3
Text Symbol: 031 = Header of Runtime Object: Help for Flag3
Text Symbol: 030 = Header of Runtime Object: Help for Flag2
Text Symbol: 029 = Header of Runtime Object: Help for Flag1
Text Symbol: 028 = Fields of Runtime Object: Help for Flag4
Text Symbol: 027 = Fields of Runtime Object: Help for Flag3
Text Symbol: 026 = Fields of Runtime Object: Help for Flag2
Text Symbol: 025 = Fields of Runtime Object: Help for Flag1
Text Symbol: 022 = Inactive DD Source
Text Symbol: 021 = @1B@There is no entry for & with status inactive in ICNV30L/31L
Text Symbol: 020 = @1B@There is no entry for & with status active in ICNV30L/31L
Text Symbol: 019 = do(es) not exist
Text Symbol: 018 = Source
Text Symbol: 017 = Active Runtime Object
Text Symbol: 016 = Inactive Runtime Object
Text Symbol: 015 = Active DD Source
Text Symbol: 013 = @1B@Inactive DDIC source for & missing or incorrect
Text Symbol: 012 = @1B@Active DDIC source for & missing or incorrect
Text Symbol: 011 = @1B@There is no inactive runtime object for &
Text Symbol: 010 = @1B@There is no active runtime object for &
Text Symbol: 007 = @1B@Fields:
Text Symbol: 006 = @1B@Hdr:
Text Symbol: 005 = @01@Fields:
Text Symbol: 004 = Inconsistent
Text Symbol: 003 = Consistent
Text Symbol: 001 = @01@Hdr:
Text Symbol: 077 = Bit 2





Text Symbol: 076 = Bit 1
Text Symbol: 075 = Bit 0
Text Symbol: 074 = Information about runtime object
Text Symbol: 073 = Inactive Runtime Object
Text Symbol: 072 = Gener. from DD
Text Symbol: 071 = Active Runtime Object
Text Symbol: 070 = Pooled Table
Text Symbol: 069 = Table Pool
Text Symbol: 068 = Cluster Table
Text Symbol: 067 = Table Cluster
Text Symbol: 066 = Data Element
Text Symbol: 065 = Table Type
Text Symbol: 064 = Database View
Text Symbol: 063 = Struct.
Text Symbol: 062 = Transparent Table
Text Symbol: 042 = Time Stamp DYNP:
Text Symbol: 041 = Time Stamp ABAP:
Text Symbol: 040 = Time Stamp Runtime Object:
Text Symbol: 037 = Comparison:
Text Symbol: 036 = Check:
Text Symbol: 035 = Display:
Text Symbol: 034 = Header of Runtime Object: HElp for Flag6
Text Symbol: 033 = Header of Runtime Object: Help for Flag5
Text Symbol: 032 = Header of Runtime Object: Help for Flag4


INCLUDES used within this REPORT RUTNTCHECK

INCLUDE RUTNTCHECK_TYP.


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:

DD_TBFD_GET call function 'DD_TBFD_GET' exporting get_state = 'A' tabl_name = structurename withtext = 'X' tables dd03p_tab_a = dd03p_tab exceptions illegal_value = 1 op_failure = 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 = ddcompare.

POPUP_DISPLAY_TEXT call function 'POPUP_DISPLAY_TEXT' exporting popup_title = 'Informationen zum Laufzeitobjekt'(074) text_object = 'SE14_NAMETAB_INFO' exceptions others = 1.

DD_RTOBJ_GET call function 'DD_RTOBJ_GET' exporting name = icnvname rtobj = rtobj importing x030l_wa = x030l_wa tables x031l_tab = x031l_tab exceptions op_failure = 1 nametab_not_found = 2 others = 3.

DD_GET_NAMETAB call function 'DD_GET_NAMETAB' exporting status = control_struc-status tabname = tabname get_all = 'X' importing r_status = read_status x030l_wa = x030l_wa tables x031l_tab = x031l_tab exceptions not_found = 1 no_fields = 2 others = 3.

DD_RTOBJ_GET call function 'DD_RTOBJ_GET' exporting name = icnvname rtobj = rtobj importing x030l_wa = x030l_wa tables x031l_tab = x031l_tab exceptions op_failure = 1 nametab_not_found = 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 RUTNTCHECK or its description.