DMC_DELETE_SHADOW_DDIC 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 DMC_DELETE_SHADOW_DDIC 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: P_USER = D Last Changed By
Title: Delete all !! shadow DDIC objects
Text Symbol: 001 = Delete all shadow DDIC objects
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DD_TABL_DEL CALL FUNCTION 'DD_TABL_DEL' EXPORTING tabname = gs_dd02l-tabname del_state = 'M'.
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.
DMC_DELETE_SHADOW_DDIC - Delete all !! shadow DDIC objects DMC_DELETE_SHADOW_DDIC - Delete all !! shadow DDIC objects DMC_DELETE_MIGRATED_TABLE_ROWS - MWB: Call Deletion Function for Transferred Table Entries DMC_DELETE_MIGRATED_TABLE_ROWS - MWB: Call Deletion Function for Transferred Table Entries DMC_DELETE_FILE_INFO - MWB: Deletion of File Information for a Given Run ID DMC_DELETE_FILE_INFO - MWB: Deletion of File Information for a Given Run ID