RDRPDEPM 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 RDRPDEPM into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
DRPM - Deployment for Material
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: D_WERKS = Supplying plant
Selection Text: D_REDUCE = reduce
Selection Text: D_PROTO = Log
Selection Text: D_NO_CHG = do not change
Selection Text: D_MATNR = Material
Selection Text: D_DPLHO = Deployment horizon (days)
Selection Text: D_DELETE = Delete
Selection Text: D_DEDPO = Store result temporarily
Title: Deployment for material
Text Symbol: 025 = Additional Parameters
Text Symbol: 024 = Purch. requisitions
Text Symbol: 023 = Push horizon
Text Symbol: 022 = Confirmed :
Text Symbol: 021 = Roll Fwd :
Text Symbol: 020 = Quantity :
Text Symbol: 019 = Date
Text Symbol: 018 = To
Text Symbol: 017 = Frm
Text Symbol: 016 = Detailed reqmts
Text Symbol: 015 = Target stocks
Text Symbol: 014 = Target :
Text Symbol: 013 = Stock :
Text Symbol: 011 = Nodes :
Text Symbol: 010 = Reqmt :
Text Symbol: 009 = ATD qty :
Text Symbol: 008 = Deploy strategy
Text Symbol: 007 = Safety stock
Text Symbol: 006 = Safety time
Text Symbol: 005 = Del. time
Text Symbol: 004 = Plnt
Text Symbol: 003 = Material :
Text Symbol: 002 = No rel. ord. reqmts for:
Text Symbol: 001 = Error creating purchase order
INCLUDE MMDRPFDE.
INCLUDE MMDRPTP1.
No SAP DATABASE tables are accessed within this REPORT code!
MATERIAL_LESEN CALL FUNCTION 'MATERIAL_LESEN' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = D_MT61D RETURN = MTCOR TABLES SEQMAT01 = DUMMY EXCEPTIONS MATERIAL_NOT_FOUND = 04 PLANT_NOT_FOUND = 08 OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.