SAP Reports / Programs

RLS10080 SAP ABAP Report - Warehouse Index According to Hazardous Incident Ordinance







RLS10080 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for According to paragraph six of the 12th regulation for implementing the federal law for the protection against emissions (BImSchV) from May 19, 1988, a person running a warehouse for dangerous goods (defined in appendix 2) must create an index containing the usual trade descriptions, the quantity, the relevant storage location, and any dangerous reactions/counter-reactions when using extinguishers or protective means for all goods stored in the warehouse...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 RLS10080 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

LX08 - Accident Regulations 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 RLS10080. "Basic submit
SUBMIT RLS10080 AND RETURN. "Return to original report after report execution complete
SUBMIT RLS10080 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 = Fire-Containment Section
Selection Text: P_VARI = Layout
Title: Warehouse Index According to Hazardous Incident Ordinance
Text Symbol: 001 = Water pollution class
Text Symbol: 002 = Warehouse
Text Symbol: 005 = Program Parameters


INCLUDES used within this REPORT RLS10080

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:

DOMAIN_VALUE_GET call function 'DOMAIN_VALUE_GET' EXPORTING I_DOMNAME = 'MGEF_WGFKL' I_DOMVALUE = L_DOMVALUE IMPORTING E_DDTEXT = L_DDTEXT EXCEPTIONS NOT_EXIST = 1.

REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = xevents.

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = sav_repid i_callback_pf_status_set = 'SET_PF_STATUS' * I_CALLBACK_USER_COMMAND = ' ' is_layout = layout it_fieldcat = xfield it_excluding = gt_extab[] * IT_SPECIAL_GROUPS = GT_SP_GROUP[] * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * i_default = 'X' i_save = a_save is_variant = variant it_events = xevents[] * IT_EVENT_EXIT = i_tabname_header = 'LT_HEADER' i_tabname_item = 'LT_ITEM' is_keyinfo = gs_keyinfo * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = tables t_outtab_header = lt_header t_outtab_item = lt_item.

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.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_list_top_of_page.



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