SAP Reports / Programs

RLSUB000 SAP ABAP Report - Transfer Orders: Pass on Items to External System







RLSUB000 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 create transfer orders relevant for the WCU interface...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 RLSUB000 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

LX28 - Relevant TO item for ext.system


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 RLSUB000. "Basic submit
SUBMIT RLSUB000 AND RETURN. "Return to original report after report execution complete
SUBMIT RLSUB000 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: BWLVS = WM Movement Type
Selection Text: NLTYP = Destination Storage Type
Selection Text: STORNO = Only TO Item to Be Cancelled
Selection Text: VLTYP = Source Storage Type
Selection Text: ZSYST = Receiving System
Title: Transfer Orders: Pass on Items to External System
Text Symbol: 004 = TO Number WhN C IMM TO Date Plng Date User ID Reference No.
Text Symbol: 005 = Itm Q Material Batch SST Srce Bin DST Dest.Bin Q Qs Qu Q
Text Symbol: 006 = Receiving Sys Variant
Text Symbol: 010 = Receiving system could not be determined (table changes)
Text Symbol: 011 = Pick and Transport. Confirmed
Text Symbol: 012 = No Confirmation Occurred
Text Symbol: 013 = Pick Confirmed
Text Symbol: 014 = Cancelled Item
Text Symbol: 015 = Confirmed Without Difference
Text Symbol: 016 = Confirmed with Difference
Text Symbol: 017 = Empty


INCLUDES used within this REPORT RLSUB000

INCLUDE MLLVSKON.


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_T327A_READ CALL FUNCTION 'L_T327A_READ' EXPORTING I_LGNUM = LTAK-LGNUM I_VLTYP = LTAP-VLTYP I_NLTYP = LTAP-NLTYP I_BWLVS = LTAK-BWLVS IMPORTING O_AKTIV = FLG_POS_AKTIV TABLES O_T327A = XT327A.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = iv_icon_name info = lv_icont_quickinfo text = lv_icont_shorttext IMPORTING RESULT = ic_icon_symbol EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = gv_repid I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' IS_LAYOUT = gs_layout IT_FIELDCAT = xfield I_SAVE = 'A' IT_EVENTS = xevents I_TABNAME_HEADER = 'GT_HEADER' I_TABNAME_ITEM = 'GT_ITEM' IS_KEYINFO = lc_keyinfo I_SUPPRESS_EMPTY_DATA = con_x TABLES T_OUTTAB_HEADER = gt_header[] T_OUTTAB_ITEM = gt_item[] EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = IC_XEVENTS.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = lt_list_commentary.



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