RLWMPPC2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report displays the available stock in a production storage bin or several storage bins (or storage bin section) for a plant, a warehouse number and a storage type...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 RLWMPPC2 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: WERKS = Plant
Selection Text: MATNR = Material
Selection Text: LGTYP = Stor.ty.
Selection Text: LGPLA = Storage bin
Selection Text: LGNUM = Warehouse number
Title: WM-PP: Material Stock in Production Storage Bin
Text Symbol: 064 = Material is for manual staging
Text Symbol: 063 = The material is a release order part
Text Symbol: 062 = The material is a crate part
Text Symbol: 061 = The material is a pick part
Text Symbol: 060 = The material is not relevant for WM-PP interface
Text Symbol: 041 = |No open transfer requirements exist | |
Text Symbol: 040 = |TR number |Item | Qty | TO qty |UoM|
Text Symbol: 031 = Open items ;
Text Symbol: 030 = Quantity short ;
Text Symbol: 020 = |No quants available |
Text Symbol: 011 = |Order |Item|Rqmnt quantity |Requested quantity|Qty removed |UoM |GI|DI|RT|SI|
Text Symbol: 010 = |StorageBin|Material |Status |Available qty |For stock plcmnt |Open TR qty |UoM| |
Text Symbol: 006 = Total
Text Symbol: 005 = Material
Text Symbol: 004 = Stor.bin
Text Symbol: 003 = Plnt
Text Symbol: 002 = Stor.ty.
Text Symbol: 001 = Whse number
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
L_WMPP_RS_PER_MAT_BIN CALL FUNCTION 'L_WMPP_RS_PER_MAT_BIN' EXPORTING MATNR = IQUA-MATNR " CHARG = iqua-charg " SOBKZ = iqua-sobkz " SONUM = iqua-sonum WERKS = WERKS LGNUM = LGNUM LGTYP = LGTYP LGPLA = IQUA-LGPLA " KZDYN = ' ' " NOINI = ' ' " BDART = CON_SEK_BEDARF TABLES RSSEL = IESB.
L_WMPP_TR_PER_BIN CALL FUNCTION 'L_WMPP_TR_PER_BIN' EXPORTING LGNUM = IQUA-LGNUM LGPLA = IQUA-LGPLA LGTYP = IQUA-LGTYP MATNR = IQUA-MATNR CHARG = IQUA-CHARG SOBKZ = IQUA-SOBKZ SONUM = IQUA-SONUM WERKS = IQUA-WERKS TBZUG = T331-TBZUG TABLES TBSEL = ITBS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RLWMPPC2 - WM-PP: Material Stock in Production Storage Bin RLWMPPC2 - WM-PP: Material Stock in Production Storage Bin RLWMPPC1 - WM-PP: Material Stock in Production Storage Bin RLWMPPC1 - WM-PP: Material Stock in Production Storage Bin RLWMMB00 - Program for object type IDPKWMMBXY : IDPKWMMBXY RLWMMB00 - Program for object type IDPKWMMBXY : IDPKWMMBXY