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

RLLT2600 SAP ABAP Report - Transfer Orders for Storage Bin







RLLT2600 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to display and confirm transfer orders for a storage bin in a warehouse number and a storage type If you have several transfer order items in the system, selections called up by this function can take a long time and add to the system load...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 RLLT2600 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

LT26 - Transfer orders for storage bin


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 RLLT2600. "Basic submit
SUBMIT RLLT2600 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLT2600 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: ZUSATZ = Additional Selections
Selection Text: SUBST = Subsystem Items
Selection Text: LISTV = Layout
Selection Text: LAGERTYP = Storage Type
Selection Text: LAGERPLA = Storage Bin
Selection Text: LAGERNUM = Warehouse Number
Title: Transfer Orders for Storage Bin
Text Symbol: 040 = Additional selection options for transfer orders
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: 028 = Confirmtn status
Text Symbol: 027 = Ret.
Text Symbol: 026 = Dest
Text Symbol: 025 = Src
Text Symbol: 024 = Reference Stor.Bin Selection
Text Symbol: 023 = All TO Items
Text Symbol: 022 = Only Confirmed TO Items
Text Symbol: 021 = Only Open TO Items
Text Symbol: 007 = | C Plnt Batch TO Date |
Text Symbol: 006 = |TO Number Item Material C S T Typ Storage Bin Targ.Qty UoM Q|
Text Symbol: 005 = Whse
Text Symbol: 003 = R
Text Symbol: 002 = D
Text Symbol: 001 = S


INCLUDES used within this REPORT RLLT2600

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.

FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' EXPORTING KIND = SEL_KIND EXPRESSIONS = OLD_SELECT FIELD_GROUPS_KEY = SEL_VIEW IMPORTING SELECTION_ID = SELECTID WHERE_CLAUSES = TWHERE EXPRESSIONS = TEXPR FIELD_RANGES = TRANGE NUMBER_OF_ACTIVE_FIELDS = ACTNUM TABLES TABLES_TAB = TABELLEN FIELDS_TAB = FELDER EXCEPTIONS FIELDS_INCOMPLETE = 1 FIELDS_NO_JOIN = 2 FIELD_NOT_FOUND = 3 NO_TABLES = 4 TABLE_NOT_FOUND = 5 EXPRESSION_NOT_SUPPORTED = 6 INCORRECT_EXPRESSION = 7 ILLEGAL_KIND = 8 AREA_NOT_FOUND = 9 INCONSISTENT_AREA = 10 KIND_F_NO_FIELDS_LEFT = 11 KIND_F_NO_FIELDS = 12 TOO_MANY_FIELDS = 13 OTHERS = 14.

FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING SELECTION_ID = SELECTID TITLE = TEXT-040 STATUS = HLP_STATUS IMPORTING WHERE_CLAUSES = TWHERE EXPRESSIONS = TEXPR FIELD_RANGES = TRANGE NUMBER_OF_ACTIVE_FIELDS = ACTNUM TABLES FIELDS_TAB = FELDER EXCEPTIONS INTERNAL_ERROR = 1 NO_ACTION = 2 SELID_NOT_FOUND = 5 ILLEGAL_STATUS = 6 OTHERS = 7.

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