SAP Reports / Programs

RUDDUMS1 SAP ABAP Report - EDM Convert Old Documentation -> New EDM







RUDDUMS1 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 RUDDUMS1 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 RUDDUMS1. "Basic submit
SUBMIT RUDDUMS1 AND RETURN. "Return to original report after report execution complete
SUBMIT RUDDUMS1 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: PDMOID = Data model
Selection Text: PDMVERS = Version
Selection Text: PDPRINT = Object list output (X)
Selection Text: PLANGU = Language
Title: EDM Convert Old Documentation -> New EDM
Text Symbol: 129 = Specializations
Text Symbol: 120 = Data model
Text Symbol: 121 = Entity types
Text Symbol: 122 = Specializ. categories
Text Symbol: 124 = Relationships
Text Symbol: 125 = Cluster
Text Symbol: 106 = Entity type examples
Text Symbol: 105 = Data model definitions
Text Symbol: 102 = Specialization categories
Text Symbol: 101 = Entity type comments
Text Symbol: 100 = Entity type definitions
Text Symbol: 107 = Relationship comments
Text Symbol: 112 = Docu. Objects Number Lines
Text Symbol: 111 = Objects Number
Text Symbol: 110 = Data model statistics
Text Symbol: 109 = Cluster definitions
Text Symbol: 108 = Relationship definitions


INCLUDES used within this REPORT RUDDUMS1

INCLUDE SAPMUDI2.


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:

DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING ID = K_IM OBJECT = H_OBJKEY LANGU = PLANGU TYP = K_DOCTYP IMPORTING HEAD = HEAD TABLES LINE = SATZ_TAB EXCEPTIONS RET_CODE.

DOCU_UPD CALL FUNCTION 'DOCU_UPD' EXPORTING ID = K_IM OBJECT = H_OBJKEY LANGU = PLANGU TYP = K_DOCTYP TABLES LINE = SATZ_TAB EXCEPTIONS RET_CODE.

STRING_CONCATENATE CALL FUNCTION 'STRING_CONCATENATE' EXPORTING STRING1 = SATZ_TAB-TDLINE STRING2 = THELP IMPORTING STRING = SATZ_TAB-TDLINE EXCEPTIONS TOO_SMALL = 01.

FORMAT_TEXTLINES CALL FUNCTION 'FORMAT_TEXTLINES' * EXPORTING * CURSOR_COLUMN = E01 * CURSOR_LINE = E02 * ENDLINE = E03 * FORMATWIDTH = E04 * LINEWIDTH = E05 * STARTLINE = E06 * IMPORTING * NEW_CURSOR_COLUMN = I01 * NEW_CURSOR_LINE = I02 TABLES LINES = SATZ_TAB.



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