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

RLS10060 SAP ABAP Report - Fire Department Inventory List







RLS10060 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report, you can create the hazardous material within 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 RLS10060 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

LX06 - Fire Department Inventory List


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 RLS10060. "Basic submit
SUBMIT RLS10060 AND RETURN. "Return to original report after report execution complete
SUBMIT RLS10060 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: BRAND = Only Fire-Containment Section
Selection Text: MIKOM = With Decimal Places
Selection Text: MILIL = List by Storage Type
Selection Text: P_GEWEI = Unit of Weight
Title: Fire Department Inventory List
Text Symbol: 001 = Whse Number:
Text Symbol: 004 = Status
Text Symbol: 020 = Total Weight
Text Symbol: 021 = Total Weight of All Quants
Text Symbol: 022 = Weight WPC 1-3
Text Symbol: 023 = Weight of Water Pollution Class 1-3
Text Symbol: 030 = Fire Department Inv. List per Fire-Containmnt Sec.
Text Symbol: 031 = Fire Department Inventory List per Storage Type
Text Symbol: 100 = Program Parameters


INCLUDES used within this REPORT RLS10060

No INCLUDES are used within this REPORT code!


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:

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING unit_in = gewei unit_out = p_gewei input = mgewi IMPORTING output = mgewi_to EXCEPTIONS conversion_not_found = 1 division_by_zero = 2 input_invalid = 3 output_invalid = 4 overflow = 5 type_invalid = 6 units_missing = 7 unit_in_not_found = 8 unit_out_not_found = 9 OTHERS = 10.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = mtcom IMPORTING matdaten = mlvs return = mtcor TABLES seqmat01 = dum_tab EXCEPTIONS material_not_found = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid i_callback_pf_status_set = 'PF_STATUS_SET_BRAND' i_callback_top_of_page = 'TOP_OF_PAGE_BRAND' i_callback_user_command = 'USER_CMD_BRAND' i_grid_title = lv_grid_title is_layout = ls_layout it_fieldcat = lt_fieldcat it_sort = lt_sort TABLES t_outtab = gt_alv_brand EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid i_callback_pf_status_set = 'PF_STATUS_SET_LGTYP' i_callback_top_of_page = 'TOP_OF_PAGE_BRAND' i_callback_user_command = 'USER_CMD_LGTYP' i_grid_title = lv_grid_title is_layout = ls_layout it_fieldcat = lt_fieldcat it_sort = lt_sort TABLES t_outtab = gt_alv_lgtyp 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 RLS10060 or its description.