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
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
Below is a list of transaction codes which are relevant to this SAP report
EE53 - IS-U: Display Notification
EE52 - IS-U: Change Notification
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.