SAP Reports / Programs

RLLT2500 SAP ABAP Report - Transfer orders for each group







RLLT2500 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report, you can display and confirm transfer orders for a specified group...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 RLLT2500 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

LT25 - Display Transfer Order / Group


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 RLLT2500. "Basic submit
SUBMIT RLLT2500 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLT2500 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: SUBST = Subsystem items
Selection Text: QTRAN = Two-step item: Transfer
Selection Text: QENTR = Single-step item
Selection Text: QENTN = Two-step item: Pick
Selection Text: LGTYP = Stor.ty.
Selection Text: KOBER = Picking area
Selection Text: GRUIG = New page for control break
Selection Text: DUNKL = Foreground/background proc.
Title: Transfer orders for each group
Text Symbol: 072 = Dirct
Text Symbol: 071 = Rmvl
Text Symbol: 070 = Alloc
Text Symbol: 067 = with separate transfers :
Text Symbol: 066 = With separate picks :
Text Symbol: 065 = No. of incorrect TOs (backgr):
Text Symbol: 064 = No. of conf. TOs (background):
Text Symbol: 063 = No. of conf. TO items(foregr):
Text Symbol: 062 = No. of TO it. to be confirmed:
Text Symbol: 061 = No. of TOs to be confirmed :
Text Symbol: 056 = Selection of open TO items
Text Symbol: 055 = open confd
Text Symbol: 054 = TO Number C Co No. of itms Error message
Text Symbol: 052 = Note
Text Symbol: 051 = Group Ty. Description Created on
Text Symbol: 050 = Program parameters
Text Symbol: 033 = Do you want to exit this list?
Text Symbol: 032 = The list will not be saved
Text Symbol: 031 = Exit list processing
Text Symbol: 022 = | 2st F Plnt Batch Date TO Ty. Co|
Text Symbol: 021 = |TO Number Itm Material C S T Ty. Stor.bin Targ.qty UoM C QA|
Text Symbol: 013 = Picking area
Text Symbol: 012 = Src.stor.ty.
Text Symbol: 011 = Whse number
Text Symbol: 010 = Group
Text Symbol: 009 = Zero stck check active: Please conf. TO manually
Text Symbol: 008 = Group not selected
Text Symbol: 007 = Group does not exist in Table T311
Text Symbol: 006 = Group blocked in Table T311





Text Symbol: 005 = No printout yet
Text Symbol: 003 = R
Text Symbol: 002 = D
Text Symbol: 001 = S


INCLUDES used within this REPORT RLLT2500

INCLUDE RLT25TOP.
INCLUDE RLLT0090.


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_MESSAGE_AUFBEREITEN CALL FUNCTION 'L_MESSAGE_AUFBEREITEN' EXPORTING I_MESS = LMESS IMPORTING O_TEXT = HLP_TEXT.

L_PRINT_SORT CALL FUNCTION 'L_PRINT_SORT' EXPORTING I_LGNUM = T5_LGNUM I_REFNR = T5_REFNR-LOW I_SORNR = T329F-SORNR I_T312S = T312S IMPORTING I_T312S = T312S TABLES XRLDRI = IRLDRI XVLAGP = VLAGP XNLAGP = NLAGP.



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