SAP Reports / Programs | Processing | SAP Utilities | Processing(IS-U-WM-PC) SAP IS

REQMEL10 SAP ABAP Report - Display and Change IS-U Notifications







REQMEL10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Notification List (Multi-Level) This report adds selection criteria to the report 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 REQMEL10 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

EE53 - IS-U: Display Notification
EE52 - IS-U: Change Notification


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 REQMEL10. "Basic submit
SUBMIT REQMEL10 AND RETURN. "Return to original report after report execution complete
SUBMIT REQMEL10 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: ANLAGE = Installation
Selection Text: AO_AN = D Connections as reference obj.
Selection Text: AO_DIR = D Conn. obj. as reference obj.
Selection Text: AO_GE = D Devices as reference object
Selection Text: P_IHPA = Partner
Selection Text: P_QMEL = Notification
Selection Text: P_QMFE = Item
Selection Text: P_QMMA = Action
Selection Text: P_QMSM = Task
Selection Text: VBRST = Premise
Selection Text: VB_ANL = D Devices as reference object
Selection Text: VB_AO = D Conn. obj. as reference obj.
Selection Text: VB_TI = D TechInsts as reference object
Selection Text: P_IFLO = Functional location
Selection Text: AO_GP = D Dev. locs as reference object
Selection Text: AO_TI = D TechInsts as reference object
Selection Text: CONOB = Connection object
Selection Text: GERAET = D Device
Selection Text: GERTYP = D Device Category
Selection Text: P_AUFK = Order
Selection Text: P_EQUI = Equipment
Selection Text: P_CLDA = Characteristic
Selection Text: P_CLAS = Class
Title: Display and Change IS-U Notifications
Text Symbol: 809 = Task
Text Symbol: 810 = Order
Text Symbol: 811 = Cause
Text Symbol: F01 = Filter
Text Symbol: F02 = Selection using IS-U objects
Text Symbol: 808 = Char.
Text Symbol: 001 = a connection object
Text Symbol: 002 = a premise
Text Symbol: 801 = Notif.
Text Symbol: 802 = Functnl loc.
Text Symbol: 803 = Equipment
Text Symbol: 804 = Partner
Text Symbol: 805 = Item
Text Symbol: 806 = Action





Text Symbol: 807 = Class


INCLUDES used within this REPORT REQMEL10

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:

No SAP FUNCTION MODULES are executed within this report code!



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