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

RLLT0R00 SAP ABAP Report - Request replenishment manually







RLLT0R00 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 RLLT0R00 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

LT0R - Request replenishment manually


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 RLLT0R00. "Basic submit
SUBMIT RLLT0R00 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLT0R00 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: LGNUM = D Warehouse number
Selection Text: LGORT = D Storage location
Selection Text: LGPLA = D Storage bin...
Selection Text: LGTYP = D Storage type
Selection Text: MATNR = D Material
Selection Text: WERKS = D Plant
Title: Request replenishment manually


INCLUDES used within this REPORT RLLT0R00

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:

L_REP_TO_PREPARE call function 'L_REP_TO_PREPARE' EXPORTING i_lrep2 = ls_lrep2 IMPORTING e_lrep1 = ls_lrep1.

L_REP_TO_CREATE call function 'L_REP_TO_CREATE' EXPORTING i_mail = space TABLES it_repl = lt_lrep1.

MATERIAL_READ call function 'MATERIAL_READ' EXPORTING schluessel = mtcom IMPORTING matdaten = p_mlvs return = mtcor TABLES seqmat01 = dum_tab EXCEPTIONS material_not_found = 1.

L_LGORT_LGNUM_CHECK CALL FUNCTION 'L_LGORT_LGNUM_CHECK' EXPORTING I_WERKS = p_werks I_LGORT = P_lgort IMPORTING E_T320 = ls_t320 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.

MATERIAL_READ call function 'MATERIAL_READ' EXPORTING schluessel = mtcom IMPORTING matdaten = mlvst return = mtcor TABLES seqmat01 = dum_tab EXCEPTIONS sloctype_not_found = 01.



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