RMDDSUPPLY01 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 RMDDSUPPLY01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MDDO - Evaluation Report RoCs Online
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: PV_CLEAN = Cleanup Interval (h)
Selection Text: PV_CLMOD = Deletion Mode
Selection Text: PV_CRIT = Provisionally Crit. Materials
Selection Text: PV_NOLVM = Excl. Materials w. Delet. Flag
Selection Text: PV_GSAEN = D .
Selection Text: PV_NOGSA = D .
Selection Text: PV_SVGRP = D .
Selection Text: SO_BERID = D .
Selection Text: SO_BERW1 = D .
Selection Text: SO_BERW2 = D .
Selection Text: SO_BERW4 = D .
Selection Text: SO_BESKZ = D .
Selection Text: SO_DISGR = D .
Selection Text: SO_DISMM = D .
Selection Text: SO_DISPO = D .
Selection Text: SO_LIFNR = D .
Selection Text: SO_LINE1 = D .
Selection Text: SO_MAABC = D .
Selection Text: SO_MATNR = D .
Selection Text: SO_MMSTA = D .
Selection Text: SO_MTART = D .
Selection Text: SO_PRGRP = D .
Selection Text: SO_SOBSL = D .
Selection Text: SO_WERKS = D .
Selection Text: PV_ALGSA = All Irrespective of Flag
Title: Evaluation Report for Current Range of Coverage
Text Symbol: 001 = Please set up parallel processing to read planning situation for user!
Text Symbol: 002 = Plant
Text Symbol: 004 = MRP Area
Text Symbol: 010 = MRP Controller
Text Symbol: 012 = Vendor
Text Symbol: 014 = Production Line
Text Symbol: 016 = Product Group
Text Symbol: 101 = There were
Text Symbol: 102 = data records selected.
Text Symbol: 103 = data records deleted.
Text Symbol: 201 = Del. Mode
Text Symbol: 202 = Cleanup Interval (h)
INCLUDE MM61XDBR.
INCLUDE MM61XVAL.
No SAP DATABASE tables are accessed within this REPORT code!
MD_SELECTION_MAT_LIST_RANGE CALL FUNCTION 'MD_SELECTION_MAT_LIST_RANGE' EXPORTING iv_plscn = rm61r-plscn ir_werks = range_werks ir_berid = range_berid iv_dspkz = lv_dspkz ir_dispo = range_dispo iv_liekz = lv_liekz ir_lifnr = range_lifnr iv_flikz = lv_flikz ir_line1 = range_line1 iv_prgkz = lv_prgkz ir_prgrp = range_prgrp ir_matnr = range_matnr ir_disgr = range_disgr ir_beskz = range_beskz ir_dismm = range_dismm ir_mtart = range_mtart ir_sobsl = range_sobsl ir_maabc = range_maabc ir_mmsta = range_mmsta iv_gsaen = rm61r-gsaen iv_nogsa = rm61r-nogsa iv_nolvm = lv_nolvm TABLES mdmwx = mdmwx EXCEPTIONS error_message = 01.
MD_CHECK_PRELIM_CRIT_MATERIAL CALL FUNCTION 'MD_CHECK_PRELIM_CRIT_MATERIAL' EXPORTING iv_plscn = rm61r-plscn iv_matnr = mdmwx-matnr iv_werks = mdmwx-werks iv_berid = mdmwx-berid ir_berw1 = range_berw1 ir_berw2 = range_berw2 ir_berw4 = range_berw4 iv_crit_ds = pv_crit IMPORTING ev_selected = lv_valid.
MD_READ_SR_LIST_PREFETCH CALL FUNCTION 'MD_READ_SR_LIST_PREFETCH' EXPORTING is_cm61x = cm61x is_sfilt = ls_sfilt iv_svgrp = paruser-svgrp iv_maxtask = paruser-maxtask iv_packsize = paruser-packsize iv_cmode = char1 iv_nobuf = xflag TABLES it_mdmwx = mdmwx et_materials = lt_materials EXCEPTIONS error_with_servergroup = 1 error_with_rfc = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMDDSUPPLY01 - Evaluation Report for Current Range of Coverage RMDDSUPPLY01 - Evaluation Report for Current Range of Coverage RMDBVM10 - Reset planning file entries DBVM/DBVL to MDVM/MDVL RMDBVM10 - Reset planning file entries DBVM/DBVL to MDVM/MDVL RMDBVM00 - Conversion of planning file entries MDVM/MDVL into DBVM/DBVL RMDBVM00 - Conversion of planning file entries MDVM/MDVL into DBVM/DBVL