PPPIDRMA 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 PPPIDRMA into the relevant SAP transactions such as SE38 or SE80
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: AUFNR = Process Order
Title: Order Record: Material List
Text Symbol: 026 = Plnt
Text Symbol: 027 = Oper.
Text Symbol: 028 = Ph
Text Symbol: 029 = SbOp
Text Symbol: 030 = LT
Text Symbol: 031 = Committed Quantity
Text Symbol: 032 = Withdrawal Quantity
Text Symbol: 033 = Quantity :
Text Symbol: 034 = BK
Text Symbol: 035 = SP
Text Symbol: 036 = DP
Text Symbol: 037 = of
Text Symbol: 038 = Reservation Number
Text Symbol: AAR = Order Record: Store Material List
Text Symbol: CHA = Batch :
Text Symbol: CPR = Batch Record: Store Material List
Text Symbol: CRS = Batch Record: Simulate Material List
Text Symbol: EBR = Batch Record
Text Symbol: MMB = Material Quantity Calculation List
Text Symbol: PAG = Page
Text Symbol: SIM = Simulation
Text Symbol: VON = of
Text Symbol: 025 = DI
Text Symbol: 001 = Order Record: Simulate Material List
Text Symbol: 002 = Page:
Text Symbol: 003 = Process Order :
Text Symbol: 004 = Date:
Text Symbol: 005 = Plant :
Text Symbol: 006 = Time :
Text Symbol: 007 = Description :
Text Symbol: 008 = Material :
Text Symbol: 009 = Mat. Description:
Text Symbol: 010 = Reservation :
Text Symbol: 011 = Item
Text Symbol: 012 = Material
Text Symbol: 013 = Requirement Qty
INCLUDE LPPPITXT.
INCLUDE LCOKOVAL.
No SAP DATABASE tables are accessed within this REPORT code!
MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MSFCV RETURN = MTCOR EXCEPTIONS OTHERS = 01.
CO_ML_CALCULATION_SHEET_GET CALL FUNCTION 'CO_ML_CALCULATION_SHEET_GET' EXPORTING CAUFVD_IMP = CAUFVD PI_ORDER_DISPLAY = ' ' TABLES AFVGD_IMP = AFVGD_TAB RESBD_IMP = RESBD_TAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPPIDRMA - Order Record: Material List PPPIDRMA - Order Record: Material List PPPID000 - Order Information System: Detailed List Report Goods Movements PPPID000 - Order Information System: Detailed List Report Goods Movements PPPICPRE - Batch Record: Delete Header Record PPPICPRE - Batch Record: Delete Header Record