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

RLLT2200 SAP ABAP Report - Transfer orders for storage type







RLLT2200 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 warehouse number and 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 RLLT2200 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

LT22 - Display Transfer Order / Stor. Type


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 RLLT2200. "Basic submit
SUBMIT RLLT2200 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLT2200 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: BDATU = Transfer Order Date
Selection Text: LISTV = Layout
Selection Text: SUBST = Subsystem Items
Title: Transfer orders for storage type
Text Symbol: 001 = S
Text Symbol: 002 = D
Text Symbol: 003 = R
Text Symbol: 005 = Whse
Text Symbol: 006 = |TO Number Item Material C S T Typ Storage Bin Targ.Qty UoM Q|
Text Symbol: 007 = | C Plnt Batch TO Date |
Text Symbol: 031 = Exit List Processing
Text Symbol: 032 = The list will not be saved
Text Symbol: 033 = Do you want to exit this list?
Text Symbol: 050 = Program parameters


INCLUDES used within this REPORT RLLT2200

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_TO_LIST_DISPLAY CALL FUNCTION 'L_TO_LIST_DISPLAY' EXPORTING I_VARIANT = LISTV I_TITLE = '001' I_REPID = SAV_REPID TABLES T_TO_LIST = T_TO_LIST EXCEPTIONS OTHERS = 0.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = I_VARIANT I_SAVE = 'A' * i_tabname_header = * i_tabname_item = * it_default_fieldcat = IMPORTING * e_exit = ES_VARIANT = E_VARIANT EXCEPTIONS NOT_FOUND = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = 'A' CHANGING CS_VARIANT = I_VARIANT.



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