SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

RSDDCHECK_ACT SAP ABAP Report - Recursive Consistency Check for DDIC Runtime Objects







RSDDCHECK_ACT 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 RSDDCHECK_ACT 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 RSDDCHECK_ACT. "Basic submit
SUBMIT RSDDCHECK_ACT AND RETURN. "Return to original report after report execution complete
SUBMIT RSDDCHECK_ACT 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: TYPENAME = Type Name
Selection Text: TYPEKIND = D Kind of Type
Selection Text: REPORT = For Program
Selection Text: REPID = Program
Selection Text: PROGOBJ = Program Objects
Selection Text: OBJECT = Single Objects
Selection Text: CIFNAME = Class
Selection Text: CIF = For Class
Title: Recursive Consistency Check for DDIC Runtime Objects
Text Symbol: T26 = (Name tab)
Text Symbol: T25 = (Source)
Text Symbol: T22 = Fields:
Text Symbol: T20 = -- Header:
Text Symbol: T12 = Dict. Objects
Text Symbol: T11 = Fields
Text Symbol: T10 = Header
Text Symbol: T06 = Display List of Enhancement Categories
Text Symbol: T05 = Display List of All Check Results
Text Symbol: T04 = All Objects Belonging to Program or Class
Text Symbol: T03 = Class
Text Symbol: T02 = Program
Text Symbol: T01 = Individual Objects
Text Symbol: ST2 = Display Options
Text Symbol: ST1 = Selection of Objects to Check
Text Symbol: Q02 = Display Runtime Object
Text Symbol: Q01 = Activate Object
Text Symbol: P01 = Activation is running ...
Text Symbol: LHK = All Objects are consistent
Text Symbol: LH2 = Enhancement Categories
Text Symbol: LH1 = Hierarchy Display of All Checked Objects
Text Symbol: LH0 = Objects with Inconsistent Runtime Object
Text Symbol: IN0 = ShrtInfo


INCLUDES used within this REPORT RSDDCHECK_ACT

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:

DDIF_TYPEINFO_GET call function 'DDIF_TYPEINFO_GET' exporting typename = objc importing typekind = ttype gotstate = gotstate.

SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * text = info.

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = objc state = 'A' importing gotstate = gotstate dd02v_wa = chk-dd02v tables dd03p_tab = dd03 exceptions illegal_input = 1 others = 2.

DDIF_TTYP_GET call function 'DDIF_TTYP_GET' exporting name = objc state = 'A' importing gotstate = gotstate dd40v_wa = dd40v tables dd42v_tab = dd42 exceptions illegal_input = 1 others = 2.

DDIF_VIEW_GET call function 'DDIF_VIEW_GET' exporting name = objc state = 'A' importing gotstate = gotstate tables dd26v_tab = dd26v exceptions illegal_input = 1 others = 2.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = 'Aktivierung läuft ...'(p01).

RS_DD_ACTIVATE call function 'RS_DD_ACTIVATE' exporting objname = chk-name objtype = eutype importing ok = rc exceptions others = 0.

HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'TX' dokname = 'RSDDCHECK_0' doktitle = 'Kurzinfo'(in0) tables links = links exceptions others = 0.

HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'TX' dokname = 'RSDDCHECK_1' doktitle = 'Kurzinfo'(in0) tables links = links exceptions others = 0.

HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'TX' dokname = 'RSDDCHECK_2' doktitle = 'Kurzinfo'(in0) tables links = links exceptions others = 0.

RS_DD_ACTIVATE call function 'RS_DD_ACTIVATE' exporting objname = chk-name objtype = eutype importing ok = rc 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 RSDDCHECK_ACT or its description.