DMC_MT_DELETE 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_MT_DELETE 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_DEFINE = Define conversion objects
Selection Text: P_FRCGEN = Force regeneration
Selection Text: P_GENER = Generate runtime objects
Selection Text: P_PROJ = Project
Selection Text: P_R_REL = Version Receiver
Selection Text: P_R_RFC = RFC Destination for Receiver
Selection Text: P_R_SID = Receiver Systen ID
Selection Text: P_SPROJ = Subproject
Selection Text: P_SUFFIX = Identification
Selection Text: P_S_REL = Version Sender
Selection Text: P_S_RFC = RFC Destination for Sender
Selection Text: P_S_SID = Sender System ID
Title: MWB: Tool for Deleting All Conversion Objects of a Mass Transfer
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DMC_DELETE_OBJECT CALL FUNCTION 'DMC_DELETE_OBJECT' EXPORTING typex = '003' project_id = p_proj subproject_id = p_sproj conv_object_id = ident_convobj applic = p_applic im_with_popup = false EXCEPTIONS object_does_not_exist = 1 invalid_application = 2 applic_not_set = 3 OTHERS = 4.
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_MT_DELETE - MWB: Tool for Deleting All Conversion Objects of a Mass Transfer DMC_MT_DELETE - MWB: Tool for Deleting All Conversion Objects of a Mass Transfer DMC_MT_DEFINITION - MWB: Tool for Defining All Conversion Objects of a Mass Processing DMC_MT_DEFINITION - MWB: Tool for Defining All Conversion Objects of a Mass Processing DMC_MT_DBSIZE_CALC - Calculate storage size needed in receiver system for mass transfer DMC_MT_DBSIZE_CALC - Calculate storage size needed in receiver system for mass transfer