DMC_CLEANUP_USAGE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report checks relationships between tables of the migration workbench...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter DMC_CLEANUP_USAGE into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: D_ACTP = delete actual parameters
Selection Text: D_ALL = delete all kinds of zombies
Selection Text: D_CNTN = delete container
Selection Text: D_COBJ = delete conversion objects
Selection Text: D_COPY = control of rule copies
Selection Text: D_CWBINC = delete CWB includes
Selection Text: D_DOCU = delete documentation
Selection Text: D_FIELD = delete fields
Selection Text: D_FORKEY = delete foreign keys
Selection Text: D_PREC = del. precalc / acc.pl / runInf
Selection Text: D_RCALL = delete rule call
Selection Text: D_RFC = delete rfc settings
Selection Text: D_RSDAT = delete RSDAT / SSDAT
Selection Text: D_RSREL = delete structure relationships
Selection Text: D_RULCDE = delete rule coding
Selection Text: D_RULE = delete rules
Selection Text: D_STREE = delete container node
Selection Text: D_STRUCT = delete structure
Selection Text: D_SUBPR = delete subprojects
Selection Text: D_WSTEP = delete worksteps
Selection Text: SO_SUBPR = delete subproject(s)
Title: deletes MWB table entries that are not referenced
Text Symbol: RFC = rfc settings
Text Symbol: RL1 = structure relationships
Text Symbol: RL2 = structure relationsh.
Text Symbol: RS1 = RSDAT entries refer to non-existing containers and would be deleted
Text Symbol: RS2 = RSDAT entries refer to non-existing containers and are deleted
Text Symbol: RU1 = rule calls
Text Symbol: RU2 = rule call
Text Symbol: SB1 = subprojects
Text Symbol: SP1 = refers to a non-existing subproject and would be deleted!
Text Symbol: SP2 = refers to a to-be-deleted subproject and would be deleted!
Text Symbol: SPR = refers to a non-existing subproject and is deleted!
Text Symbol: SS1 = SSDAT entries refer to non-existing containers and are deleted
Text Symbol: SS2 = SSDAT entries refer to non-existing containers and would be deleted
Text Symbol: ST1 = container node
Text Symbol: ST2 = structures
Text Symbol: ST3 = structure
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
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 DMC_CLEANUP_USAGE or its description.
DMC_CLEANUP_USAGE - deletes MWB table entries that are not referenced DMC_CLEANUP_USAGE - deletes MWB table entries that are not referenced DMC_CHECK_OBJ_EQUAL_STATUS_O02 - DMCCHECKOBJEQUALSTATUSO02 DMC_CHECK_OBJ_EQUAL_STATUS_O01 - DMCCHECKOBJEQUALSTATUSO01 DMC_CHECK_OBJ_EQUAL - MWB: Program for Checking Objects for Equality DMC_CHECK_OBJ_EQUAL - MWB: Program for Checking Objects for Equality