SAP Reports / Programs | Basis Components | Security(BC-SEC) SAP BC

RDDPRCHK SAP ABAP Report - Check Table Logging







RDDPRCHK 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 RDDPRCHK into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RDDPRCHK_AUDIT - Customer Tables without Log


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 RDDPRCHK. "Basic submit
SUBMIT RDDPRCHK AND RETURN. "Return to original report after report execution complete
SUBMIT RDDPRCHK 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: WITHCUST = Display Customizing Activity
Selection Text: TABNAME = D Table Name
Selection Text: PS_POSID = D Component ID
Selection Text: EXCEPT = Consider Exceptions
Selection Text: DEVCLASS = D Package
Selection Text: CONTFLAG = D Delivery Class
Title: Check Table Logging
Text Symbol: 036 = Customizing Activities Exist
Text Symbol: 037 = No tables selected
Text Symbol: 038 = DB Operation Runtime SELECT Runtime Others No. Data Records No. Tables Following Selection
Text Symbol: 039 = Select Customizing Activity
Text Symbol: 040 = Select APTREE
Text Symbol: 041 = Select Application Component
Text Symbol: 043 = Select TDDAT
Text Symbol: 044 = Test Run
Text Symbol: 045 = Security Breach
Text Symbol: 046 = Select Current Settings
Text Symbol: 047 = Current Settings:
Text Symbol: 048 = Ignore Exceptions
Text Symbol: 049 = Consider Exceptions
Text Symbol: 050 = with Current Settings
Text Symbol: 051 = without Current Settings
Text Symbol: 052 = with Current Settings and Log
Text Symbol: 053 = with Current Settings but no Log
Text Symbol: 054 = Select CUSAMEN
Text Symbol: 055 = No Current Settings for This Table
Text Symbol: 056 = Current Settings Exist
Text Symbol: S01 = Change Document Object
Text Symbol: S02 = All
Text Symbol: S03 = Available
Text Symbol: S04 = Not Available
Text Symbol: S05 = Customizing Activity
Text Symbol: S06 = Client-Dependence
Text Symbol: S07 = Table Maintenance Using SE16
Text Symbol: S08 = Logging
Text Symbol: S09 = Current Settings
Text Symbol: 035 = Select Delivery Class
Text Symbol: 001 = Technical Attributes Missing





Text Symbol: 002 = No Change Document Object for This Table
Text Symbol: 003 = No Customizing Activities for This Table
Text Symbol: 004 = Statistics
Text Symbol: 005 = with Log
Text Symbol: 006 = without Log
Text Symbol: 007 = with Change Documents
Text Symbol: 008 = without Change Documents
Text Symbol: 009 = with Log and Change Documents
Text Symbol: 010 = with neither Log nor Change Documents
Text Symbol: 011 = with Customizing Activity
Text Symbol: 012 = with Customizing Activity and Log
Text Symbol: 013 = with Customizing Activity without Log
Text Symbol: 014 = Log Not Possible
Text Symbol: 015 = without Customizing Activity
Text Symbol: 016 = Select DD02L
Text Symbol: 017 = microsec
Text Symbol: 018 = Records
Text Symbol: 019 = Select DD09L
Text Symbol: 020 = Select DD02TL
Text Symbol: 021 = Select TADIR
Text Symbol: 022 = Select TCDOB
Text Symbol: 023 = Select TCDOBT
Text Symbol: 024 = Select OBJS
Text Symbol: 025 = Select OBJSUB
Text Symbol: 026 = Object directory entry missing
Text Symbol: 027 = Entire Tables
Text Symbol: 028 = All
Text Symbol: 029 = Table Name Selection
Text Symbol: 030 = Development Class Selection
Text Symbol: 031 = Log Selection
Text Symbol: 032 = Data Type Selection
Text Symbol: 033 = Select
Text Symbol: 034 = Table Maintenance Using SE16
002 Table Change Document Object/Customizing Activity
001 Log Package TabType Clt SE16 Auth A Type Gr Component


INCLUDES used within this REPORT RDDPRCHK

INCLUDE RDDPRCHK_TOP.
INCLUDE MS01CW05.


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:






No SAP FUNCTION MODULES are executed within this report code!



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