SAP Reports / Programs | Production Planning and Control | Sales and Operations Planning | Distribution Requirements Planning(PP-SOP-DRP) SAP PP

RDRPDEPM SAP ABAP Report - Deployment for material







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


Transaction Code(s):

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

DRPM - Deployment for Material


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 RDRPDEPM. "Basic submit
SUBMIT RDRPDEPM AND RETURN. "Return to original report after report execution complete
SUBMIT RDRPDEPM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RDRPDEPM

INCLUDE MMDRPFDE.
INCLUDE MMDRPTP1.


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:

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.



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