SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

RLWMPPC1 SAP ABAP Report - WM-PP: Material Stock in Production Storage Bin







RLWMPPC1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report provides an overview of the quantity situation in production storage bins...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RLWMPPC1 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

LX40 - Material Situation Prod. Storage Bin


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 RLWMPPC1. "Basic submit
SUBMIT RLWMPPC1 AND RETURN. "Return to original report after report execution complete
SUBMIT RLWMPPC1 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: WERKS = Plant
Selection Text: SONUM = Special stock number
Selection Text: SOBKZ = Special stock indicator
Selection Text: MATNR = Material
Selection Text: LGTYP = Storage Type
Selection Text: LGPLA = Storage Bin
Selection Text: LGNUM = Warehouse number
Selection Text: CHARG = Batch
Title: WM-PP: Material Stock in Production Storage Bin
Text Symbol: 036 = Transfer Order Qty
Text Symbol: 035 = TR Quantity
Text Symbol: 034 = UoM
Text Symbol: 033 = Item
Text Symbol: 032 = Trans.requirements
Text Symbol: 031 = |No open transfer requirements exist |
Text Symbol: 030 = |TR number |Item | Qty | TO qty |UoM|
Text Symbol: 022 = Order situation |
Text Symbol: 021 = |No order item available |
Text Symbol: 020 = |Order |Item | Rqmnt | Requested | Removed |UoM|GI|DI|RT|SI|
Text Symbol: 015 = Total
Text Symbol: 014 = Stock for putaway
Text Symbol: 013 = |Available stock |
Text Symbol: 012 = |Open TR quantity |
Text Symbol: 011 = |Reserved quantity |
Text Symbol: 010 = |Available quantity |
Text Symbol: 007 = Plnt
Text Symbol: 006 = Special Stock
Text Symbol: 005 = Batch
Text Symbol: 004 = Material
Text Symbol: 003 = Stor.bin
Text Symbol: 002 = StorType
Text Symbol: 001 = Whse number


INCLUDES used within this REPORT RLWMPPC1

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:

L_WMPP_MAT_BIN_SITUATION CALL FUNCTION 'L_WMPP_MAT_BIN_SITUATION' EXPORTING LGNUM = LGNUM NLPLA = LGPLA NLTYP = LGTYP NORES = SPACE LGORT_DETERMINE = HLP_LGORT_DETERMINE "n_1513932 TABLES MATTB = MATTB EXCEPTIONS MORE_QUANTS_FOUND = 1 BIN_NOT_FOUND = 2 DYNAMIC_BIN = 3.

L_WMPP_RS_PER_MAT_BIN CALL FUNCTION 'L_WMPP_RS_PER_MAT_BIN' EXPORTING MATNR = MATNR CHARG = CHARG SOBKZ = SOBKZ SONUM = SONUM WERKS = WERKS LGNUM = LGNUM LGTYP = LGTYP LGPLA = LGPLA TABLES RSSEL = IESB.

L_WMPP_TR_PER_BIN CALL FUNCTION 'L_WMPP_TR_PER_BIN' EXPORTING LGNUM = LGNUM LGPLA = LGPLA LGTYP = LGTYP MATNR = MATNR CHARG = CHARG SOBKZ = SOBKZ SONUM = SONUM WERKS = WERKS TBZUG = T331-TBZUG TABLES TBSEL = ITBS.



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