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

RLRT0001 SAP ABAP Report - Read Transfer Orders from Archive







RLRT0001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report reads archived transfer orders from the archive...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 RLRT0001 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

LX32 - Archived transfer orders


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 RLRT0001. "Basic submit
SUBMIT RLRT0001 AND RETURN. "Return to original report after report execution complete
SUBMIT RLRT0001 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: BESTQ = Stock Category
Selection Text: LGPLA = Storage Bin
Selection Text: SOBKZ = Special Stock
Selection Text: WERKS = Plant
Title: Read Transfer Orders from Archive
Text Symbol: 001 = From
Text Symbol: 002 = Dest.
Text Symbol: 003 = Back
Text Symbol: 008 = Parameters
Text Symbol: 034 = Confirmed Without Difference
Text Symbol: 035 = Confirmed with Difference
Text Symbol: 036 = Cancelled Item
Text Symbol: 037 = Transmit TO Item to External System
Text Symbol: 038 = Transmit Cancellation Request to External System
Text Symbol: 039 = Pick Confirmed
Text Symbol: 040 = Picking and Transport Confirmed
Text Symbol: 041 = No Confirmation Occurred


INCLUDES used within this REPORT RLRT0001

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:

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_commentary.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = XV_ICON TEXT = LV_TEXT INFO = LV_TEXT IMPORTING RESULT = XV_ICON EXCEPTIONS ICON_NOT_FOUND = 1 OUTPUTFIELD_TOO_SHORT = 2.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' "#EC * EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventcat EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = gc_tab_header i_structure_name = gc_scmrlrt011 i_inclname = g_repid CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = gc_tab_item i_structure_name = gc_scmrlrt011 i_inclname = g_repid CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = gc_status i_callback_user_command = gc_usercommand is_layout = gt_layout it_fieldcat = gt_fieldcat i_save = gc_save is_variant = gs_variant it_events = gt_eventcat i_tabname_header = gc_tab_header i_tabname_item = gc_tab_item is_keyinfo = gs_keyinfo TABLES t_outtab_header = gt_output_header t_outtab_item = gt_output_item EXCEPTIONS program_error = 1 OTHERS = 2.



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