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

RLS10070 SAP ABAP Report - ANALYSIS: Correct Storage of Hazardous Materials







RLS10070 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report checks to see if hazardous materials are stored correctly 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 RLS10070 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

LX07 - Check storage


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 RLS10070. "Basic submit
SUBMIT RLS10070 AND RETURN. "Return to original report after report execution complete
SUBMIT RLS10070 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: %_SKP004 = ?...(%_SKP004)
Selection Text: BRAND = Only fire-containment section
Selection Text: MILIL = List by storage type
Selection Text: P_GEWEI = Unit of weight
Selection Text: S1_LGNUM = ?...(S1_LGNUM)
Selection Text: S1_LGPLA = ?...(S1_LGPLA)
Selection Text: S1_LGTYP = ?...(S1_LGTYP)
Title: ANALYSIS: Correct Storage of Hazardous Materials
Text Symbol: 001 = Error log: checked storage types
Text Symbol: 002 = Ty. Name of stor.type Checked bins correct not corr.
Text Symbol: 003 = Error log: materials stored incorrectly
Text Symbol: 004 = Ty. Sec Stor.bin Material Short text St.cl WPCl. F
Text Symbol: 005 = --- ------------------------- --------------- ---------- ----------
Text Symbol: 006 = --- --- ---------- ------------------ -------------------------- ----- ----- -
Text Symbol: 007 = |Ty.|Storage type name |Checked bins |correct |incorrect |
Text Symbol: 008 = |Ty.|Sct|Stor.bin |Material |Name |St.cls|WPCl. |I|


INCLUDES used within this REPORT RLS10070

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:

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_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = G_REPID I_INTERNAL_TABNAME = IV_STRUCTURE I_INCLNAME = G_REPID CHANGING CT_FIELDCAT = XT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = XT_EVENTS EXCEPTIONS LIST_TYPE_WRONG = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = GC_STATUS I_CALLBACK_USER_COMMAND = GC_USER_COMMAND IS_LAYOUT = LS_LAYOUT IT_FIELDCAT = LT_FIELDCAT I_SAVE = GC_SAVE IT_EVENTS = LT_EVENTS TABLES T_OUTTAB = GT_OUTPUT_LIST1 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID IS_LAYOUT = LS_LAYOUT IT_FIELDCAT = LT_FIELDCAT I_SAVE = GC_SAVE IT_EVENTS = LT_EVENTS TABLES T_OUTTAB = GT_OUTPUT_LIST2 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = GT_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 RLS10070 or its description.