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

RLSUB010 SAP ABAP Report - Overview of WM Messages Transmitted to External Systems







RLSUB010 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to gain a global overview of the data that were sent from the WMS to external systems via 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 RLSUB010 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

LX30 - Overview of WM messages 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 RLSUB010. "Basic submit
SUBMIT RLSUB010 AND RETURN. "Return to original report after report execution complete
SUBMIT RLSUB010 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: ITANUM = Transfer Order
Selection Text: ILGNUM = Warehouse Number
Selection Text: IBDATU = Transfer Order Date
Title: Overview of WM Messages Transmitted to External Systems
Text Symbol: 136 = Variant:
Text Symbol: 135 = Description:
Text Symbol: 133 = Sender:
Text Symbol: 132 = Receiver:
Text Symbol: 131 = Empty
Text Symbol: 130 = Confirmed with Difference
Text Symbol: 129 = Confirmed Without Difference
Text Symbol: 128 = Cancelled Item
Text Symbol: 127 = Pick Confirmed
Text Symbol: 126 = No Confirmation Occurred
Text Symbol: 125 = Pick and Transport. Confirmed
Text Symbol: 120 = W/O Variant
Text Symbol: 112 = Released
Text Symbol: 111 = Open
Text Symbol: 110 = Confirmed
Text Symbol: 102 = Reference No.
Text Symbol: 101 = Transfer Order Items
Text Symbol: 100 = Messages


INCLUDES used within this REPORT RLSUB010

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:

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES NODETAB = NODES.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING CALLBACK_PROGRAM = 'RLSUB010' CALLBACK_USER_COMMAND = 'HANDLE_USER_COMMAND' * callback_text_display = 'SET_TEXTS_IN_HIERARCHY' * CALLBACK_TOP_OF_PAGE = CALLBACK_COLOR_DISPLAY = ' ' CHECK_DUPLICATE_NAME = '1' COLOR_OF_LINK = '1' COLOR_OF_NODE = '4' LOWER_CASE_SENSITIVE = 'X' MODIFICATION_LOG = ' ' NODE_LENGTH = 12 TEXT_LENGTH = 40 TEXT_LENGTH1 = 10 TEXT_LENGTH2 = 15 SCREEN_START_COLUMN = 0 SCREEN_START_LINE = 0 SCREEN_END_COLUMN = 0 SCREEN_END_LINE = 0 SUPPRESS_NODE_OUTPUT = ' '.

L_T327B_READ CALL FUNCTION 'L_T327B_READ' EXPORTING I_LGNUM = LTAK-LGNUM I_MSGTYP = P_MSGTYP I_VARIA = P_VARIA IMPORTING O_AKTIV = FLG_NACHRICHT_AKTIV O_T327B = T327B.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING OWN_LOGICAL_SYSTEM = OWN_SYSTEM EXCEPTIONS OWN_LOGICAL_SYSTEM_NOT_DEFINED = 1.

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.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = SAV_REPID IS_LAYOUT = LS_LAYOUT IT_FIELDCAT = LT_FIELDCAT[] I_SAVE = 'A' IT_EVENTS = LT_EVENTS[] I_TABNAME_HEADER = 'XLTAK' I_TABNAME_ITEM = 'XLTAP' IS_KEYINFO = LS_KEYINFO TABLES T_OUTTAB_HEADER = IT_XLTAK T_OUTTAB_ITEM = IT_XLTAP EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = SAV_REPID I_STRUCTURE_NAME = 'LTAK' CHANGING CT_FIELDCAT = IT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = SAV_REPID I_STRUCTURE_NAME = 'LTAP' CHANGING CT_FIELDCAT = IT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

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_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = IT_EVENTS[] EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = LT_COMMENT[].



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