SAP Reports / Programs

RUPCHKDD SAP ABAP Report - ABAP Dictionary mass processing (parallel version)







RUPCHKDD 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 RUPCHKDD 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 RUPCHKDD. "Basic submit
SUBMIT RUPCHKDD AND RETURN. "Return to original report after report execution complete
SUBMIT RUPCHKDD 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: PARTACT = Partially Active
Selection Text: PARALLEL = Parallel Execution
Selection Text: NOTEST = Without Test Dev. Classes
Selection Text: MINOBJS = Min. Objects per Task
Selection Text: MCOBNAME = Matchcode Object Name
Selection Text: MCIDCLAS = Matchcode ID Type
Selection Text: MAXTASKS = Max. Parallel Tasks
Selection Text: MAXOBJS = Max. Objects per Task
Selection Text: ENQUNAME = Lock Object Name
Selection Text: DESCRIPT = Type of Check
Selection Text: CHKVIEW = Check Views
Selection Text: CHKTTYP = Check Table Types
Selection Text: CHKTABT = Check Technical Settings
Selection Text: CHKTABL = Check Tables
Selection Text: CHKSQLT = Check Phys. Pool/Cluster
Selection Text: CHKSHLP = Check Search Helps
Selection Text: CHKNODD = Do not search in DD def. obj.
Selection Text: CHKMCOB = Check Matchcode Objects
Selection Text: CHKMCID = Check Matchcode IDs
Selection Text: CHKINDX = Check Indexes
Selection Text: CHKENQU = Check Lock Objects
Selection Text: CHKDTEL = Check Data Elements
Selection Text: CHKDOMA = Check Domains
Selection Text: AS4LOCAL = Version
Selection Text: VIEWNAME = D .
Selection Text: TTYPNAME = D .
Selection Text: TABLNAME = D .
Selection Text: SQLTNAME = D .
Selection Text: SHLPNAME = D .
Selection Text: RESPONS = D .
Selection Text: DTELNAME = D .
Selection Text: DOMANAME = D .
Selection Text: DEVCLASS = D .
Selection Text: COMFILE = D .
Selection Text: VIEWCLAS = View Type
Selection Text: TABLCLAS = Table Category
Selection Text: SQLTCLAS = SQL Table Class
Selection Text: SORTTYPE = By object type + name





Selection Text: SORTDEVC = By development class + author
Selection Text: SHLPCLAS = Search Help Type
Selection Text: SFWOFF = Check Switched Off Objects
Selection Text: RESPERC = % of System Resources
Selection Text: REPID = Report with Check FORMs
Selection Text: REPAIR = Additional Parameters
Selection Text: PROTOCOL = Display Log
Selection Text: PROTNAME = Log Name
Selection Text: PROTAPP = Append Log
Selection Text: PARVERBO = Detailed Task Log
Title: ABAP Dictionary mass processing (parallel version)
Text Symbol: 970 = Fork
Text Symbol: 964 = SrchHelpType
Text Symbol: 963 = Search Help Name
Text Symbol: 960 = Log Output
Text Symbol: 954 = Parameter
Text Symbol: 953 = Development Class and Author
Text Symbol: 952 = Object Type and Name
Text Symbol: 062 = Dev. Class/Author
Text Symbol: 061 = Object Type/Name
Text Symbol: 060 = Sorted by
Text Symbol: 057 = Detailed Log
Text Symbol: 054 = Maximum Tasks
Text Symbol: 053 = % of resources
Text Symbol: 052 = Maximum per task
Text Symbol: 051 = Minimum Objects
Text Symbol: 050 = Parallel Start
Text Symbol: 049 = Minimum Seconds,
Text Symbol: 048 = Append Log
Text Symbol: 047 = Display Log
Text Symbol: 046 = Only part.act.
Text Symbol: 045 = Version
Text Symbol: 042 = Obj. not defined in DD
Text Symbol: 041 = Matchcode IDs
Text Symbol: 040 = Matchcode Objects
Text Symbol: 039 = Search Helps
Text Symbol: 038 = Lock Objects
Text Symbol: 037 = Views
Text Symbol: 036 = Phys. Pool/Cluster





Text Symbol: 035 = Indexes
Text Symbol: 034 = Technical Settings
Text Symbol: 033 = Tables
Text Symbol: 032 = Table Types
Text Symbol: 031 = Data Elements
Text Symbol: 030 = Domains
Text Symbol: 110 = Request Select
Text Symbol: 951 = Sorted by
Text Symbol: 947 = Author
Text Symbol: 945 = Request
Text Symbol: 944 = Packages
Text Symbol: 941 = Objects not defined in DD
Text Symbol: 935 = Table Type Name
Text Symbol: 934 = Activation Status
Text Symbol: 933 = Version
Text Symbol: 932 = Matchcode ID Type
Text Symbol: 931 = Matchcode Object Name
Text Symbol: 930 = Select objects by development class and request
Text Symbol: 929 = Lock Object Name
Text Symbol: 928 = View Type
Text Symbol: 927 = View Name
Text Symbol: 926 = SQL Table Type
Text Symbol: 925 = SQL Table Name
Text Symbol: 924 = Table Category
Text Symbol: 923 = Table Name
Text Symbol: 922 = Data Element Name
Text Symbol: 921 = Domain Name
Text Symbol: 920 = Select Objects by Name
Text Symbol: 911 = Check Object Types
Text Symbol: 910 = Obj. types for checking
Text Symbol: 801 = Size of DD object buffer
Text Symbol: 201 = CHECK Objects
Text Symbol: 200 = SELECT Objects
Text Symbol: 118 = Select non-DD


INCLUDES used within this REPORT RUPCHKDD

INCLUDE RUPCHKDD_TYP.
INCLUDE RADBTTM0.
INCLUDE RADBTOUM.
INCLUDE RADBTLOM.
INCLUDE RADPROPV.



INCLUDE RADMASB1.


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:

ENQUEUE_EDDMUTEX CALL FUNCTION 'ENQUEUE_EDDMUTEX' EXPORTING name = enqname EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DD_MASS_CHECK_PAR CALL FUNCTION 'DD_MASS_CHECK_PAR' EXPORTING chk_control = task-app-chkctrl TABLES objdirtab = objtab counter = statistics.

DD_MASS_CHECK_PAR CALL FUNCTION 'DD_MASS_CHECK_PAR' EXPORTING chk_control = task-app-chkctrl TABLES objdirtab = task-app-objtab counter = task-app-stat.

DD_MASS_CHECK_PAR CALL FUNCTION 'DD_MASS_CHECK_PAR' STARTING NEW TASK task-name DESTINATION task-server PERFORMING receive_task ON END OF TASK EXPORTING chk_control = task-app-chkctrl TABLES objdirtab = task-app-objtab EXCEPTIONS communication_failure = 1 system_failure = 2 RESOURCE_FAILURE = 3.

DD_CONCATENATE_LOGS CALL FUNCTION 'DD_CONCATENATE_LOGS' EXPORTING target = targetprot delete_parts = 'X' TABLES parts = prottab.



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