SAP Reports / Programs

RUTDBTABPOS SAP ABAP Report - DBTABPOS_VALID flag in runtime object







RUTDBTABPOS 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 RUTDBTABPOS 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 RUTDBTABPOS. "Basic submit
SUBMIT RUTDBTABPOS AND RETURN. "Return to original report after report execution complete
SUBMIT RUTDBTABPOS 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: S_TABS = D .
Selection Text: P_WHAT = Choose
Selection Text: P_REPAIR = Sets missing DBTABPOS
Selection Text: P_FORCE = Writes nametab without check
Selection Text: P_DETAIL = Detailed log
Title: DBTABPOS_VALID flag in runtime object
Text Symbol: T03 = Expert option (to be used by experts only)
Text Symbol: T02 = Options
Text Symbol: T01 = Objects to be checked
Text Symbol: S01 = Tables selected individually
Text Symbol: S00 = All Java tables
Text Symbol: L05 = Program is running in FORCE mode
Text Symbol: L04 = Version
Text Symbol: L03 = Program is running in REPAIR mode
Text Symbol: L02 = Program is running in TEST mode
Text Symbol: L01 = Log for program
Text Symbol: 016 = Runtime objects successfully overwritten
Text Symbol: 015 = Error; log cannot be displayed
Text Symbol: 014 = DBTABPOS is not set for all tables
Text Symbol: 013 = DBTABPOS is set for all tables
Text Symbol: 012 = DBTABPOS missing for table
Text Symbol: 011 = Overwrite nametab for table
Text Symbol: 010 = 2nd check: Number of objects w/o DBTABPOS flag:
Text Symbol: 009 = Error while writing table nametab
Text Symbol: 008 = Error while reading table nametab
Text Symbol: 007 = Errors have occurred; see log above
Text Symbol: 006 = Tables found with missing DBTABPOS flag
Text Symbol: 005 = DBTABPOS is ok for all checked tables
Text Symbol: 004 = Error while reading Bit 7 of
Text Symbol: 003 = Error while reading the nametab table header
Text Symbol: 002 = Number of objects without a DBTABPOS flag:
Text Symbol: 001 = Number of objects to be checked:


INCLUDES used within this REPORT RUTDBTABPOS

No INCLUDES are used within this REPORT code!


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:

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = 'P_WHAT' values = list.

TR_READ_AND_DISPLAY_LOG call function 'TR_READ_AND_DISPLAY_LOG' exporting iv_log_type = 'DB' iv_logname_db = l_log iv_display_level = 9 iv_with_long_text_icon = space iv_with_refresh_icon = space iv_with_level = space exceptions invalid_input = 1 access_error = 2 others = 3.

TR_WRITE_LOG call function 'TR_WRITE_LOG' exporting iv_log_type = 'DB' iv_logname_db = l_log tables it_msgs = lt_msg exceptions others = 0.



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 RUTDBTABPOS or its description.