SAP Reports / Programs

RUTCHKSFWDD SAP ABAP Report - Checks fixed-value objects in DDIC







RUTCHKSFWDD 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 RUTCHKSFWDD 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 RUTCHKSFWDD. "Basic submit
SUBMIT RUTCHKSFWDD AND RETURN. "Return to original report after report execution complete
SUBMIT RUTCHKSFWDD 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: LOGSHOW = Display Log Immediately
Selection Text: LOGNAME = Log Name
Selection Text: FILE = File Log
Selection Text: DATABASE = Database Log
Title: Checks fixed-value objects in DDIC
Text Symbol: 020 = Srch Helps
Text Symbol: 019 = Indexes
Text Symbol: 018 = Domains
Text Symbol: 017 = Views
Text Symbol: 016 = Tables
Text Symbol: 015 = Undefined
Text Symbol: 014 = Revised
Text Symbol: 013 = actv.
Text Symbol: 012 = new
Text Symbol: 011 = Index
Text Symbol: 010 = Srch Help
Text Symbol: 009 = Output to Database
Text Symbol: 008 = Output to File
Text Symbol: 007 = Log Parameter
Text Symbol: 006 = Domain
Text Symbol: 005 = View
Text Symbol: 004 = Table
Text Symbol: 001 = Table


INCLUDES used within this REPORT RUTCHKSFWDD

INCLUDE RADBTMAC.
INCLUDE RADBTOUM.
INCLUDE RADBTLOM.


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_DD_TO_E071 call function 'DD_DD_TO_E071' exporting type = objtype name = name_loc ID = indexname IMPORTING OBJECT = object OBJ_NAME = obj_name EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

SFW_GET_SWITCHPOS call function 'SFW_GET_SWITCHPOS' tables switchtab = switchtab.

DD_TBHD_GET call function 'DD_TBHD_GET' EXPORTING GET_STATE = 'M' PRID = prid TABL_NAME = name IMPORTING GOT_STATE = got_state EXCEPTIONS ILLEGAL_VALUE = 1 OP_FAILURE = 2 OTHERS = 3.

DD_VIHD_GET call function 'DD_VIHD_GET' exporting GET_STATE = 'M' PRID = prid view_name = name IMPORTING GOT_STATE = got_state EXCEPTIONS ILLEGAL_VALUE = 1 OTHERS = 2.

DD_TBIX_GET call function 'DD_TBIX_GET' EXPORTING GET_STATE = 'M' INDEXNAME = indexname PRID = 0 TABL_NAME = tabname IMPORTING GOT_STATE = got_state EXCEPTIONS ILLEGAL_VALUE = 1 OTHERS = 2.

DD_DOHD_GET call function 'DD_DOHD_GET' EXPORTING GET_STATE = 'M' PRID = prid DOMAIN_NAME = name IMPORTING GOT_STATE = got_state EXCEPTIONS ILLEGAL_VALUE = 1 OP_FAILURE = 2 OTHERS = 3.

DD_SHHD_GET call function 'DD_SHHD_GET' exporting GET_STATE = 'M' PRID = prid shlp_name = name IMPORTING GOT_STATE = got_state 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 RUTCHKSFWDD or its description.