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

RLI30010 SAP ABAP Report - Inventory Overview







RLI30010 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this report, you can complete the inventory process in the WM system and you can also process any differences between the counted results and the quantity that was actually in the storage bin...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 RLI30010 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

LX22 - Process Inventory from Overview


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 RLI30010. "Basic submit
SUBMIT RLI30010 AND RETURN. "Return to original report after report execution complete
SUBMIT RLI30010 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: DATUM = Planned date
Selection Text: GEZAE = Counted
Selection Text: IRNUM = Physical invent.reference
Selection Text: LGTYP = Stor.ty.
Selection Text: NIAKT = Only non-activated
Selection Text: NIDRU = Only non-printed
Selection Text: NIGEZ = Not counted
Selection Text: ANGEZ = Partially counted
Selection Text: AUGEB = Cleared
Title: Inventory Overview
Text Symbol: 037 = Partially cleared
Text Symbol: 050 = Planned date
Text Symbol: 060 = General program parameters
Text Symbol: 061 = Inventory status
Text Symbol: 036 = Cleared
Text Symbol: 023 = Counted
Text Symbol: 022 = Prtly counted
Text Symbol: 021 = Not counted
Text Symbol: 001 = Whse number
Text Symbol: 035 = Start recount
Text Symbol: 034 = Printed
Text Symbol: 033 = Deactivated
Text Symbol: 032 = Activated
Text Symbol: 031 = Deleted
Text Symbol: 025 = Canceled
Text Symbol: 024 = Cleared


INCLUDES used within this REPORT RLI30010

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:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = lv_loghndl EXCEPTIONS OTHERS = 1.

L_MESSAGE_AUFBEREITEN CALL FUNCTION 'L_MESSAGE_AUFBEREITEN' EXPORTING I_MESS = LMESS IMPORTING O_TEXT = HLP_TEXT.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = lv_loghndl i_msgty = lmess-msgty i_text = gv_hlp_txt EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = ls_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile EXCEPTIONS OTHERS = 1.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING I_LOG_HANDLE = lv_loghndl EXCEPTIONS LOG_NOT_FOUND = 1 OTHERS = 2.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' "v_n_603823 EXPORTING TCODE = 'LI20' EXCEPTIONS OK = 1 NOT_OK = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_structure_name = 'LINK' CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid i_structure_name = 'LINK1' CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = GC_SET_PF_STATUS i_callback_user_command = GC_AT_USER_COMMAND i_callback_top_of_page = GC_TOP_OF_PAGE i_grid_title = sy-title is_layout = ls_layout it_fieldcat = gt_fieldcat i_save = 'A' "n_1069768 it_events = lt_events TABLES t_outtab = ilink 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 RLI30010 or its description.