SAP Reports / Programs

RDDPROCR SAP ABAP Report - Generate DD09L Entries







RDDPROCR 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 RDDPROCR 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 RDDPROCR. "Basic submit
SUBMIT RDDPROCR AND RETURN. "Return to original report after report execution complete
SUBMIT RDDPROCR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Generate DD09L Entries
Text Symbol: 008 = : error reading nametab
Text Symbol: 009 = : internal error storing nametab
Text Symbol: 010 = : DD09L entry successfully generated
Text Symbol: 011 = : DD09L entry not generated correctly
Text Symbol: 012 = : error reading nametab, current DD09L entry already existed
Text Symbol: 013 = : nametab maintained, curr. DD09L entry already existed
Text Symbol: 014 = : error writing nametab during maintenance
Text Symbol: 001 = Generate DD09L entries for tables from TPROT
Text Symbol: 002 = and associated nametab entries
Text Symbol: 003 = Previous initialization 0 bit of H flag
Text Symbol: 004 = and possibly transfer to BUFSTATE
Text Symbol: 005 = Initialization and poss. transfer to BUFSTATE successful
Text Symbol: 006 = Abend: table TPROT does not exist
Text Symbol: 007 = Abend: no DD09L entries generated
Text Symbol: 022 = Tables with error messages are not logged
Text Symbol: 023 = Otherwise errors have no effect on the system
Text Symbol: 024 = XPRA can be repeated when the errors to tables have been corrected
Text Symbol: 025 = TPROT tables are not logged
Text Symbol: 026 = Otherwise the error has no effect on the system
Text Symbol: 027 = XPRA can be repeated when table TPROT has data
Text Symbol: 015 = : active DD09L entry already existed
Text Symbol: 016 = : table does not exist
Text Symbol: 017 = Numbers of tables to be logged :
Text Symbol: 018 = Number of tables :
Text Symbol: 019 = DD09L entries generated :
Text Symbol: 020 = DD09L entries not generated successfully
Text Symbol: 021 = EFFECTS :


INCLUDES used within this REPORT RDDPROCR

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:

APPEND_PROTOCOL CALL FUNCTION 'APPEND_PROTOCOL' EXPORTING ACCEPT_NOT_INIT = 'X' TABLES XMSG = SPROT_U_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 RDDPROCR or its description.