SAP Reports / Programs

RLLT2800 SAP ABAP Report - Transfer Orders for Each Group







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

LT28 - Display Transfer Order / Reference


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 RLLT2800. "Basic submit
SUBMIT RLLT2800 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLT2800 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: LGTYP = Storage Type
Selection Text: KOBER = Picking Area
Selection Text: DUNKL = Foreground/Background Proc.
Title: Transfer Orders for Each Group
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: 055 = Open Conf.
Text Symbol: 054 = TO Number No.Items Error Note............................................
Text Symbol: 052 = _ Note.......................................................
Text Symbol: 051 = Reference No. Typ Name..................................... Creat.Date Error
Text Symbol: 050 = Program Parameter
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 = | C Plnt Batch TO Date Qu
Text Symbol: 021 = |TO Number Item Material C S T Typ Storage Bin Targ.Qty UoM Qu
Text Symbol: 013 = Picking area
Text Symbol: 012 = Src. Stor. Ty.
Text Symbol: 011 = Whse Number
Text Symbol: 010 = Reference No.
Text Symbol: 009 = Zero stck check active: Please conf. TO manually
Text Symbol: 008 = Reference Number Not Selected
Text Symbol: 007 = Reference Number Does Not Exist in Table T311
Text Symbol: 006 = Reference No. Is 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 RLLT2800

INCLUDE RLKOMM91.
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.



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