SAP Reports / Programs

RLINV015 SAP ABAP Report - Carry out Continuous Inventory







RLINV015 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With the continuous inventory method you take inventory on a selected number of storage bins in a storage type...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 RLINV015 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

LX16 - Selection of Bins for Continuous Inv


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 RLINV015. "Basic submit
SUBMIT RLINV015 AND RETURN. "Return to original report after report execution complete
SUBMIT RLINV015 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: ANPLA = Required number of bins
Selection Text: ANPLB = No. of bins per inv. record
Selection Text: ANQUP = Max. no. of quants per bin
Selection Text: DYNPL = with dynamic storage bins
Selection Text: IRNUM = Group number
Selection Text: MEKLN = Bins with qty. less than
Selection Text: NINVF = Only bins that can be counted
Selection Text: NINVL = Only bins not yet counted
Selection Text: NURLP = Only empty bins
Selection Text: PDATU = Count date
Selection Text: PLOBS = No activity since (no.of days)
Selection Text: P_UNAME = Name of counter
Title: Carry out Continuous Inventory
Text Symbol: 100 = Program parameters
Text Symbol: 009 = Transprt active
Text Symbol: 008 = | The following errors occurred during processing |
Text Symbol: 007 = Stor.ty.
Text Symbol: 006 = Whse number
Text Symbol: 005 = Bin blocked
Text Symbol: 004 = ---------- ------- --------------- ------------- ---------------
Text Symbol: 002 = |Sel|Stor.bin |Section|Last movement |No. quants |Invent. |Comment |
Text Symbol: 001 = Empty bin


INCLUDES used within this REPORT RLINV015

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_REFRESH_FROM_DYNAMICAL_SEL CALL FUNCTION 'RS_REFRESH_FROM_DYNAMICAL_SEL' EXPORTING CURR_REPORT = lv_repid MODE_WRITE_OR_MOVE = 'M' EXCEPTIONS NOT_FOUND = 1 WRONG_TYPE = 2 OTHERS = 3.

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

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = gs_log_handle i_msgty = xt_msg i_text = xt_message EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = gs_sdinvent CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = gs_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = l_s_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile i_t_log_handle = gt_log_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = gc_pf_status_set i_callback_user_command = gc_user_command is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = lt_eventtab i_save = g_save TABLES t_outtab = gt_sdinvent[] 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 RLINV015 or its description.