SAP Reports / Programs | Quality Management | Quality Notifications(QM-QN) SAP QM

RQMELL30 SAP ABAP Report - List of Notification Items







RQMELL30 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this report, you can generate a list of quality notification items that you can display or change...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 RQMELL30 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

QM14 - Change list of items
QM15 - Display list of items


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 RQMELL30. "Basic submit
SUBMIT RQMELL30 AND RETURN. "Return to original report after report execution complete
SUBMIT RQMELL30 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: VARIANT = D .
Selection Text: SELSCHEM = D .
Selection Text: QMNUM = D .
Selection Text: QMDAT = D .
Selection Text: QMART = D .
Selection Text: OTGRP = D .
Selection Text: OTEIL = D .
Selection Text: MONITOR = D .
Selection Text: MATNR = D .
Selection Text: FEGRP = D .
Selection Text: FECOD = D .
Title: List of Notification Items
Text Symbol: GPM = Notifications
Text Symbol: GPR = Contact Person
Text Symbol: GPV = Administration
Text Symbol: GPZ = Deadlines
Text Symbol: MO1 = Priority
Text Symbol: MO2 = Malfunction Start/End
Text Symbol: MO3 = Notification Date
Text Symbol: MO4 = Required Start/End
Text Symbol: P10 = Processing Time (f)
Text Symbol: PO6 = High Number, Long Processing Time
Text Symbol: PO7 = Low Number, Long Processing Time
Text Symbol: PO8 = High Number, Short Processing Time
Text Symbol: PO9 = Low Number, Short Processing Time
Text Symbol: POP = Report Documentation
Text Symbol: SON = Miscellaneous
Text Symbol: 001 = Search by Address
Text Symbol: 002 = Address
Text Symbol: 003 = List Settings
Text Symbol: 004 = Reloading Data
Text Symbol: 201 = Required Time Period
Text Symbol: 203 = Time between creation and completion
Text Symbol: 204 = Scheduling Overview
Text Symbol: 205 = Notifications
Text Symbol: 206 = Legend
Text Symbol: 700 = **** LINES 701, 702, 703 are one sentence.
Text Symbol: 701 = Do you want to cancel processing





Text Symbol: 702 = for all selected objects that
Text Symbol: 703 = have not yet been processed?
Text Symbol: 704 = List Processing Canceled
Text Symbol: 705 = No
Text Symbol: 706 = Yes
Text Symbol: A01 = Address Search Active
Text Symbol: A02 = Address Search Inactive
Text Symbol: ANZ = Number
Text Symbol: F02 = My Default
Text Symbol: F04 = Item codes
Text Symbol: F05 = Monitor
Text Symbol: GPA = General Reference
Text Symbol: GPC = Problem Details
Text Symbol: GPD = Address
Text Symbol: GPF = Item
Text Symbol: GPG = Operation


INCLUDES used within this REPORT RQMELL30

INCLUDE MIOLXTOP.
INCLUDE RQMELT35.
INCLUDE MIOLXF16.
INCLUDE RQMELF10.
INCLUDE RQMELF35.
INCLUDE MIOLXF14.
INCLUDE MIOLXF17.
INCLUDE MIOLXF70.


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:

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = text-pop start_column = 10 start_row = 3 text_object = 'RQMELL30_DOKU' help_modal = g_x EXCEPTIONS text_not_found = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'RQMQMEL' lfieldname = l_fieldname EXCEPTIONS not_found = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'QMFECAT' lfieldname = l_fieldname EXCEPTIONS not_found = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'QMURCAT' lfieldname = l_fieldname EXCEPTIONS not_found = 1 OTHERS = 2.

FLTP_CHAR_CONVERSION CALL FUNCTION 'FLTP_CHAR_CONVERSION' EXPORTING decim = riwo02_line-decimals input = p_fehlbew IMPORTING flstr = p_fehlbewc.

CATALOGUE_SELECTION CALL FUNCTION 'CATALOGUE_SELECTION' EXPORTING rbnr = rqmqmel-rbnr qmart = rqmqmel-qmart IMPORTING e_riwo02 = riwo02_line.

FLTP_CHAR_CONVERSION





CALL FUNCTION 'FLTP_CHAR_CONVERSION' EXPORTING decim = riwo02_line-decimals input = p_fehlbew IMPORTING flstr = p_fehlbewc.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING et_fieldcat = g_fieldcat_tab[] EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.

CR_WORKCENTER_PRE_READ CALL FUNCTION 'CR_WORKCENTER_PRE_READ' TABLES tarbid = g_tarbid.

CR_WORKSTATION_READ * CALL FUNCTION 'CR_WORKSTATION_READ' * EXPORTING * id = l_id * msgty = 'S' * IMPORTING * arbpl = object_tab-arbpl_i * EXCEPTIONS * not_found = 01.

QPSE_LOT_READ CALL FUNCTION 'QPSE_LOT_READ' EXPORTING i_prueflos = p_los IMPORTING e_qals = p_qals EXCEPTIONS no_lot = 1.

QFDL_READ_OPERATIONS_TEXT CALL FUNCTION 'QFDL_READ_OPERATIONS_TEXT' EXPORTING i_aufpl = p_aufpl i_pnlkn = p_pnlkn IMPORTING e_vornr = p_vornr e_vorktext = p_vorktext.

CR_WORKCENTER_PRE_READ CALL FUNCTION 'CR_WORKCENTER_PRE_READ' TABLES tarbid = g_tarbid.

CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING id = l_id msgty = 'S' IMPORTING arbpl = object_tab-arbpl_i EXCEPTIONS not_found = 01.



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