SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Data Modeler(BC-DWB-TOO-DMO) SAP BC

RUDUTI55 SAP ABAP Report - DM: Compare doc. module with header (unreachable doc. module)







RUDUTI55 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 RUDUTI55 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 RUDUTI55. "Basic submit
SUBMIT RUDUTI55 AND RETURN. "Return to original report after report execution complete
SUBMIT RUDUTI55 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: PIDENT = Doc. module name
Selection Text: PLANGU = Language
Selection Text: POBJECT = Doc. module name
Selection Text: POLD = Leave modules < 4.0
Title: DM: Compare doc. module with header (unreachable doc. module)
Text Symbol: D02 = modules?
Text Symbol: D01 = Delete listed
Text Symbol: 001 = Statistics
Text Symbol: 002 = Doc. module total
Text Symbol: 003 = Doc. module without header
Text Symbol: D00 = Delete Doc. modules
002 Doc. module without header
004 Ident Doc. module Created by Date Changed by Date


INCLUDES used within this REPORT RUDUTI55

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = 'Möchten Sie die aufgelisteten'(D01) TEXTLINE2 = 'Bausteine löschen?'(D02) TITEL = 'Löschen Dokubausteine'(D00) * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = ANSWER.

DOCU_DEL CALL FUNCTION 'DOCU_DEL' EXPORTING * ACTCLASS = ' ' * GENERIC = ' ' ID = K_IM LANGU = D_DOKIL-LANGU OBJECT = D_DOKIL-OBJECT TYP = D_DOKIL-TYP EXCEPTIONS RET_CODE = 1 OTHERS = 2.



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