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

RLVSCHEC SAP ABAP Report - Check Interface Tables (IM<->WM) for Completeness







RLVSCHEC 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 RLVSCHEC 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

OMMO - Consistency Check for MM-WM Tables


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 RLVSCHEC. "Basic submit
SUBMIT RLVSCHEC AND RETURN. "Return to original report after report execution complete
SUBMIT RLVSCHEC 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: P_CHECK1 = Compare V_T156S with V_T321
Selection Text: P_CHECK2 = Compare V_T321 with V_T333
Selection Text: P_LGNUM = Warehouse Number
Title: Check Interface Tables (IM<->WM) for Completeness
Text Symbol: 001 = The foll.T156S records (View "V_T156S VC") have no T321 equivalent (View "V_T321") in whse:
Text Symbol: 007 = The foll.T321 records (View "V_T321") have no T333 equivalent (View "V_T333") in whse:
Text Symbol: 008 = For each T156S entry there is no corresponding entry in T321.
Text Symbol: 009 = For each T321 entry there is a corresponding entry in T333.
Text Symbol: 021 = Movement Indicator
Text Symbol: 022 = Reference Movement Type in Stck Transfer
Text Symbol: 023 = Reference Movement Type for Posting Chng
Text Symbol: 024 = Reference Movement Type for WM
Text Symbol: 025 = Stck Trans
Text Symbol: 026 = PostChange
Text Symbol: 027 = Special Indicator for Stock
Text Symbol: 028 = Special Movement Indicator


INCLUDES used within this REPORT RLVSCHEC

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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid i_callback_pf_status_set = 'PF_STATUS_SET_156' i_callback_top_of_page = 'TOP_OF_PAGE_156' i_callback_user_command = 'USER_CMD_156' i_grid_title = lv_grid_title is_layout = ls_layout it_fieldcat = lt_fieldcat TABLES t_outtab = gt_alv_156 EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'V156S' CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid i_callback_pf_status_set = 'PF_STATUS_SET_321' i_callback_top_of_page = 'TOP_OF_PAGE_321' i_callback_user_command = 'USER_CMD_321' i_grid_title = lv_grid_title is_layout = ls_layout it_fieldcat = lt_fieldcat TABLES t_outtab = gt_alv_321 EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'T321' CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 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 RLVSCHEC or its description.