SAP Reports / Programs | Production Planning and Control | Material Requirements Planning | Master Data(PP-MRP-BD) SAP PP

RMMDBTCH SAP ABAP Report - Material Requirements Planning







RMMDBTCH 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 RMMDBTCH into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MDML - Calculation of Multilevel Delay
MDEX - MRP Data Extractor
MSDS - LTP Evaluation Report Coverages
MSEX - LTP Data Extractor
MDUM - Convert Planned Orders into PReqs
MDDS - Evaluation Report Ranges of Coverage
MDRE - Checking Plnng File In BCKGRND Mode
MDAB - Planning File - Set Up BATCH
MPDR - Print in BATCH Mode
MPBT - Total Forecast In BATCH Mode
MSAB - LTP: set up plnng file entries BATCH
MSAC - LTP: delete plnng file entries BATCH
MSBT - Long-term plng:plng background job
MDBT - MRP Run In Batch
MDBS - MPS - total planning run
OMDP - Check Consistency for Planning File
OMDO - Create Planning File


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RMMDBTCH. "Basic submit
SUBMIT RMMDBTCH AND RETURN. "Return to original report after report execution complete
SUBMIT RMMDBTCH VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Material Requirements Planning
Text Symbol: 001 = Total Planning
Text Symbol: 002 = Total forecast
Text Symbol: 003 = Print forecast
Text Symbol: 004 = Set up planning file entries
Text Symbol: 005 = Plnning file entries consistency check
Text Symbol: 006 = Long-term plnning total plnning run
Text Symbol: 007 = Long-term plnng; set up planning file entries
Text Symbol: 008 = Long-term plnng: Delete planning file entries
Text Symbol: 009 = Long-term plng; set up data for PURCHIS
Text Symbol: 010 = MPS - total plng run
Text Symbol: 011 = Convert planned orders into PReqs
Text Symbol: 015 = Evaln Report Ranges of Cov.
Text Symbol: 016 = LTP Evaluation Report Coverages
Text Symbol: 017 = MRP Data Extractor
Text Symbol: 018 = LTP Data Extractor
Text Symbol: 019 = Calculation of Multilev. Delay


INCLUDES used within this REPORT RMMDBTCH

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

BP_JOBVARIANT_SCHEDULE CALL FUNCTION 'BP_JOBVARIANT_SCHEDULE' EXPORTING TITLE_NAME = TITLE JOB_NAME = JOB PROG_NAME = REPID.

BATCH_REQUEST CALL FUNCTION 'BATCH_REQUEST' EXPORTING REPORT = REPID VARIANT = VARIANT.



Contribute (Add Comments)

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 RMMDBTCH or its description.