RMCHVARDEL 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 RMCHVARDEL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MCH03 - Delete Variant
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_VARNAM = D Variant name
Title: Mass Changes: Delete Variant
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MCH01_VARIANT_EXIST CALL FUNCTION 'MCH01_VARIANT_EXIST' EXPORTING I_VARNAME = P_VARNAM.
I_MASS_VARIANT_DELETE CALL FUNCTION 'I_MASS_VARIANT_DELETE' EXPORTING OBJECT = 'MPLA' WA_MASSVARIANT = GS_VARIANT NODIALOG = 'X'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCHVARDEL - Mass Changes: Delete Variant RMCHVARDEL - Mass Changes: Delete Variant RMCHMPLABATCH - Mass Changes for Maintenance Plans: Background Processing RMCHMPLABATCH - Mass Changes for Maintenance Plans: Background Processing RMCHMPLA - Mass Changes for Maintenance Plans RMCHMPLA - Mass Changes for Maintenance Plans