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

RLLS2600_OLD SAP ABAP Report - ABAP for LS26







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


Text pool values


Title: ABAP for LS26
Text Symbol: 003 = |Typ|Plnt Sloc S C Batch N| Quantity | For putaway| For picking|
Text Symbol: 004 = |Plnt S C | Quantity | For putaway| For picking|
Text Symbol: 005 = Material
Text Symbol: 006 = Totaling
Text Symbol: 011 = Whse number
Text Symbol: 014 = Special stock no. Tot.qty
Text Symbol: 015 = --------------------------------------------
Text Symbol: 017 = Total qty:


INCLUDES used within this REPORT RLLS2600_OLD

INCLUDE MLLVSKON.
INCLUDE MLLVSFLD.


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_MM_STOCK_ERP_DISPLAY CALL FUNCTION 'L_MM_STOCK_ERP_DISPLAY' DESTINATION RFCDES EXPORTING I_MATNR = LQUA-MATNR TABLES T_WERKE = HLP_SEL_WERKE T_LGORTE = HLP_SEL_LGORTE EXCEPTIONS COMMUNICATION_FAILURE = 1 SYSTEM_FAILURE = 2.

VBWS_UNITS_OF_MATERIAL CALL FUNCTION 'VBWS_UNITS_OF_MATERIAL' EXPORTING I_MATNR = MLVS-MATNR * LEADING_UNIT = ' ' * VALUATION_RELEVANCE = ' ' TABLES WS_MARM_TAB = WSTAB.

L_POPUP_MATERIALMENGENEINHEIT CALL FUNCTION 'L_POPUP_MATERIALMENGENEINHEIT' EXPORTING MENGENEINHEIT_ALT = ALTME IMPORTING MENGENEINHEIT_NEU = ALTME TABLES MENGENEINHEIT_TAB = METAB.

VB_BATCH_DEFINITION CALL FUNCTION 'VB_BATCH_DEFINITION' IMPORTING KZDCH = FLG_KZDCH "Definitionsebene Charge KZDZV = FLG_KZDZV "Zustandsverwaltung TABLES WERKE = I_WERKE. "Zustandsverwaltete Werke

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MCHAR RETURN = MTCOR TABLES SEQMAT01 = DUM_TAB EXCEPTIONS MATERIAL_NOT_FOUND = 1 BATCH_NOT_FOUND = 2 OTHERS = 99.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MLVS RETURN = MTCOR TABLES SEQMAT01 = DUM_TAB.

L_LGORT_LGNUM_CHECK CALL FUNCTION 'L_LGORT_LGNUM_CHECK' EXPORTING I_WERKS = SELTAB_WERKS-LOW I_LGORT = SELTAB_LGORT-LOW * I_LGNUM = * I_LGDAT = ' ' * I_SPRAS = ' ' IMPORTING E_T320 = T320 * E_T340D = * E_LNUMT = EXCEPTIONS LGNUM_OR_LGORT_OBLIGATORY = 1 LGORT_NOT_DETERMINED = 2 LGNUM_OR_LGORT_WRONG = 3 ENTRY_NOT_IN_T320 = 4 WERKS_LGNUM_NOT_VALID = 5 STANDARD_LGORT_NOT_DETERMINED = 6 LGNUM_DATA_DOES_NOT_EXIST = 7 LGNUM_TEXT_DOES_NOT_EXIST = 8 OTHERS = 9.

L_WMS_CEN_IM_SYNC_RECEIVER CALL FUNCTION 'L_WMS_CEN_IM_SYNC_RECEIVER' EXPORTING I_WERKS = DEC_T320-WERKS I_LGORT = DEC_T320-LGORT I_LGNUM = T320-LGNUM IMPORTING E_RECEIVER = RECEIVER E_RFCTYPE = RFCTYPE EXCEPTIONS NOT_UNIQUE_RECEIVER = 1 NO_RFC_DESTINATION_MAINTAINED = 2 ERROR_IN_ALE = 3 ERROR_IN_WM_CUSTOMIZING = 4 INCONSISTENCY_BETWEEN_WM_ALE = 5 OTHERS = 6.



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