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

RLWMSCH1 SAP ABAP Report - Consistency Check for Decentralized WMS: ERP->WMS







RLWMSCH1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RLWMSCH1 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

OL20 - Consistency Check (Centr.Processing)


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 RLWMSCH1. "Basic submit
SUBMIT RLWMSCH1 AND RETURN. "Return to original report after report execution complete
SUBMIT RLWMSCH1 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: I_LGNUM = Warehouse Number
Title: Consistency Check for Decentralized WMS: ERP->WMS
Text Symbol: 101 = Log:
Text Symbol: 086 = No Description Found
Text Symbol: 085 = No System Found
Text Symbol: 084 = Description:
Text Symbol: 083 = System:
Text Symbol: 082 = Whse Number:
Text Symbol: 081 = Description:
Text Symbol: 075 = Error Message
Text Symbol: 074 = Warning Message
Text Symbol: 073 = Status
Text Symbol: 072 = Error Message
Text Symbol: 071 = Error
Text Symbol: 063 = Display Log
Text Symbol: 062 = Check Error-Free
Text Symbol: 061 = Check Not OK
Text Symbol: 053 = Check Distribution Model
Text Symbol: 052 = Check plant / storage location
Text Symbol: 051 = Warehouse Number Check
Text Symbol: 034 = Check not possible; WMS system is not an SAP system
Text Symbol: 033 = Check not possible because RFC destination not determined for WMS system
Text Symbol: 032 = No reference to central system defined for plant / storage location &1 &2
Text Symbol: 031 = Reference to central system defined for plant / storage loction &1 &2
Text Symbol: 026 = Several ship-to-parties per whse number in distrib.model for shipping inb.deliv.
Text Symbol: 025 = Several ship-to-parties per whse number in distrib.model for shipping deliveries
Text Symbol: 024 = Distribution model not maintained for transmitting inbound deliveries
Text Symbol: 023 = Distribution model not maintained for transmitting deliveries
Text Symbol: 022 = Distribution model maintained for transmitting inbound deliveries
Text Symbol: 021 = Distribution model maintained for transmitting deliveries
Text Symbol: 011 = Whse number &1 activated for decentralized processing
Text Symbol: 010 = Whse number &1 not activated for decentralized processing
Text Symbol: 004 = Distribution
Text Symbol: 003 = WMS System
Text Symbol: 002 = ERP System
Text Symbol: 001 = Whse Number


INCLUDES used within this REPORT RLWMSCH1

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:

ALE_BAPI_GET_UNIQUE_RECEIVER CALL FUNCTION 'ALE_BAPI_GET_UNIQUE_RECEIVER' EXPORTING object = objtyp_customerdel method = method_customerdel_replica IMPORTING receiver = hlp_receiver TABLES filterobjects_values = ifilterobjects EXCEPTIONS error_in_filterobjects = 1 error_in_ale_customizing = 2 not_unique_receiver = 3 no_rfc_destination_maintained = 4 OTHERS = 5.

L_WMS_DEC_CHECK CALL FUNCTION 'L_WMS_DEC_CHECK' DESTINATION hlp_receiver-rfc_dest TABLES t_wmsdec = t_wmsdec EXCEPTIONS communication_failure = 1 MESSAGE iprot_dec-text system_failure = 2 MESSAGE iprot_dec-text OTHERS = 3.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES nodetab = nodes.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = 'RLWMSCH1' callback_user_command = 'HANDLE_USER_COMMAND' * callback_text_display = 'SET_TEXTS_IN_HIERARCHY' callback_top_of_page = 'HANDLE_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 = ' '.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = own_logsystem EXCEPTIONS own_logical_system_not_defined = 01.

ALE_BAPI_GET_FILTEROBJECTS CALL FUNCTION 'ALE_BAPI_GET_FILTEROBJECTS' EXPORTING object = p_objtyp method = p_method TABLES * RECEIVER_INPUT = filterobjects = ifilterobjects EXCEPTIONS error_in_ale_customizing = 1 OTHERS = 2.

ALE_ASYNC_BAPI_GET_RECEIVER CALL FUNCTION 'ALE_ASYNC_BAPI_GET_RECEIVER' EXPORTING object = p_objtyp method = p_method TABLES * RECEIVER_INPUT = receivers = ireceivers filterobject_values = ifilterobjects EXCEPTIONS error_in_filterobjects = 1 error_in_ale_customizing = 2 OTHERS = 3.

L_MESSAGE_AUFBEREITEN CALL FUNCTION 'L_MESSAGE_AUFBEREITEN' EXPORTING i_mess = lmess IMPORTING o_text = p_text.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid i_callback_pf_status_set = 'PF_STATUS_SET' i_grid_title = lv_grid_title is_layout = ls_layout it_fieldcat = lt_fieldcat TABLES t_outtab = gt_alv_out EXCEPTIONS program_error = 1 OTHERS = 2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = uv_icon4 info = uv_tooltip IMPORTING RESULT = cv_icontt EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.



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