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

RLS10030 SAP ABAP Report - Bin Status Report: Initial Screen







RLS10030 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 determine the occupancy of storage bins for several storage types in a warehouse number...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 RLS10030 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

LX03 - Bin Status Report


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 RLS10030. "Basic submit
SUBMIT RLS10030 AND RETURN. "Return to original report after report execution complete
SUBMIT RLS10030 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: BESTQ = Stock Category
Selection Text: KZINV = Inventory Method
Selection Text: LSONR = Special Stock Number
Selection Text: PMITB = Only Bins with Stock
Selection Text: P_VARI = Layout
Selection Text: SOBKZ = Special Stock Indic.
Title: Bin Status Report: Initial Screen
Text Symbol: 002 = <>
Text Symbol: 003 = Duration
Text Symbol: 004 = Bin Data
Text Symbol: 005 = Quant Data
Text Symbol: 008 = Warehouse Number
Text Symbol: 080 = Days Since Putaway
Text Symbol: 100 = Program Parameters


INCLUDES used within this REPORT RLS10030

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:

L_PLATZ_POSITION_MISCHEN CALL FUNCTION 'L_PLATZ_POSITION_MISCHEN' EXPORTING lgpla = lqua-lgpla plpos = lqua-plpos IMPORTING o_lgpla = misch_platz.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sav_sy_repid i_callback_pf_status_set = 'SET_PF_STATUS' * i_callback_user_command = * i_structure_name = is_layout = layout it_fieldcat = xfield it_excluding = gt_extab[] it_special_groups = gt_sp_group[] * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * i_default = ' ' i_default = 'X' i_save = a_save is_variant = variant it_events = xevents[] * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * iMPORTING * E_EXIT_CAUSED_BY_CALLER = TABLES t_outtab = itab EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = xheader[].

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

L_BIN_DISPLAY CALL FUNCTION 'L_BIN_DISPLAY' EXPORTING i_lgnum = itab-lgnum i_lgtyp = itab-lgtyp i_lgpla = itab-lgpla.

L_BIN_DISPLAY CALL FUNCTION 'L_BIN_DISPLAY' EXPORTING i_lgnum = itab-lqua_lgnum i_lgtyp = itab-lqua_lgtyp i_lgpla = itab-lqua_lgpla.

L_QUANT_DISPLAY CALL FUNCTION 'L_QUANT_DISPLAY' EXPORTING i_lgnum = itab-lgnum i_lqnum = itab-lqnum.

L_SU_DISPLAY CALL FUNCTION 'L_SU_DISPLAY' EXPORTING i_lenum = itab-lenum.

L_BATCH_DISPLAY CALL FUNCTION 'L_BATCH_DISPLAY' EXPORTING i_matnr = itab-matnr i_werks = itab-werks i_charg = itab-charg.

L_TR_DISPLAY CALL FUNCTION 'L_TR_DISPLAY' EXPORTING i_lgnum = itab-lgnum i_tbnum = itab-tbnum.

L_TO_DISPLAY CALL FUNCTION 'L_TO_DISPLAY' EXPORTING i_lgnum = itab-lgnum i_tanum = itab-btanr.

L_TO_DISPLAY CALL FUNCTION 'L_TO_DISPLAY' EXPORTING i_lgnum = itab-lqua_lgnum i_tanum = itab-lqua_btanr.

L_INV_DISPLAY CALL FUNCTION 'L_INV_DISPLAY' EXPORTING i_lgnum = itab-lgnum i_ivnum = itab-ivnum.

L_INV_DISPLAY CALL FUNCTION 'L_INV_DISPLAY' EXPORTING i_lgnum = itab-lqua_lgnum i_ivnum = itab-lqua_ivnum.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = i_variant i_save = a_save * i_tabname_header = * i_tabname_item = * it_default_fieldcat = IMPORTING * e_exit = es_variant = e_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = a_save CHANGING cs_variant = c_variant.



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