SAP Reports / Programs

RLS10200 SAP ABAP Report - Recalculate capacity data and weight data in the warehouse







RLS10200 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RLS10200 calculates the capacity data of the storage bins, the 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 RLS10200 into the relevant SAP transactions such as SE38 or SE80


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 RLS10200. "Basic submit
SUBMIT RLS10200 AND RETURN. "Return to original report after report execution complete
SUBMIT RLS10200 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: WDATU = Goods receipt date
Selection Text: UPDATE = Update immediately
Selection Text: SORKZ = Sort indicator
Selection Text: S1_LGTYP = ?...(S1_LGTYP)
Selection Text: S1_LGPLA = ?...(S1_LGPLA)
Selection Text: S1_LGNUM = ?...(S1_LGNUM)
Selection Text: KAPA_NEU = Recalculate capacity data
Selection Text: GEWI_NEU = Recalculate weight data
Selection Text: BESTQ = Stock category
Selection Text: %_SKP004 = ?...(%_SKP004)
Title: Recalculate capacity data and weight data in the warehouse
Text Symbol: 033 = :
Text Symbol: 032 = Unit of weight in the warehouse number
Text Symbol: 031 = Unit of weight:
Text Symbol: 030 = Log program:
Text Symbol: 029 = Not all storage bins processed due to open transfer orders
Text Symbol: 028 = No changes made since storage bins are blocked (enqueue)
Text Symbol: 027 = Storage units changed
Text Symbol: 026 = Quants changed
Text Symbol: 025 = Storage bins changed
Text Symbol: 024 = |WNo|Ty.|Stor.bin |Quant | Material| Mat.weight |Det.mat.weight|
Text Symbol: 023 = Quants with errors with respect to weight data
Text Symbol: 022 = |WNo|Ty.|Stor.bin |Area | Material weight| Determined mat.weight|
Text Symbol: 021 = Storage bins with errors in weight data
Text Symbol: 018 = |WNo|Ty.|Stor.bin |SUT| Storage unit| Mat.weight | Det.mat.weight |
Text Symbol: 017 = |WNo|Ty.|Stor.bin |SUT| Storage unit| Cap.consumpt.|Det.cap.consumpt.|
Text Symbol: 016 = Storage units with errors in weight data
Text Symbol: 015 = Storage units with errors in capacity data
Text Symbol: 014 = |WNo|Ty.|Stor.bin |Quant | Material| Capac.used |Cap.usge deter|
Text Symbol: 013 = Quants with errors with respect to capacity data
Text Symbol: 012 = |WNo|Ty.|Stor.bin |Area | Rem.capacity |Rem.capacity determined |
Text Symbol: 011 = Storage bins with errors in the capacity data
Text Symbol: 009 = No storage units with incorrect weight data found
Text Symbol: 008 = Whse no.:
Text Symbol: 007 = No quants with incorrect weight data found
Text Symbol: 006 = No storage bins with incorrect weight data found
Text Symbol: 005 = No storage units with incorrect capacity data found





Text Symbol: 004 = No quants with incorrect capacity data found
Text Symbol: 003 = No storage bins with incorrect capacity data found
Text Symbol: 002 = W E I G H T D A T A
Text Symbol: 001 = C A P A C I T Y D A T A


INCLUDES used within this REPORT RLS10200

INCLUDE MLLVSKON.


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:

UNIT_CONVERSION CALL FUNCTION 'UNIT_CONVERSION' EXPORTING MEINH = P_ILAGP-GEWEI MEINS = T340D-GEWEI MGAME = P_ILAGP-LGEWI IMPORTING O_MGLME = P_HLP_LGEWI.

L_BIN_LOCATION_ENQUEUE CALL FUNCTION 'L_BIN_LOCATION_ENQUEUE' EXPORTING I_ENQUE = T340D-ENQUE I_LGNUM = P_LGNUM I_LGTYP = P_LGTYP I_LGPLA = P_LGPLA I_LENUM = INIT_LENUM EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

L_PLATZ_POSITION_MISCHEN CALL FUNCTION 'L_PLATZ_POSITION_MISCHEN' EXPORTING LGPLA = P_LGPLA PLPOS = P_PLPOS IMPORTING O_LGPLA = P_LGPLA.

UNIT_CONVERSION CALL FUNCTION 'UNIT_CONVERSION' EXPORTING MEINH = MARA-GEWEI MEINS = T340D-GEWEI MGAME = HLP_QGEWI IMPORTING O_MGLME = HLP_QGEWI.



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