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

RQMAAG10 SAP ABAP Report - Time line display of quality notifications







RQMAAG10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RQMAAG10 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

QM50 - Time line display Q notifications
/SAPSMOSS/QM50 - Time line display:R/3 notifications


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 RQMAAG10. "Basic submit
SUBMIT RQMAAG10 AND RETURN. "Return to original report after report execution complete
SUBMIT RQMAAG10 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: TAG = Day
Selection Text: QUARTAL = Quarter
Selection Text: MONAT = Month
Title: Time line display of quality notifications
Text Symbol: 067 = No. of defects
Text Symbol: 066 = No. of defects
Text Symbol: 065 = No. of QM
Text Symbol: 064 = No. of QM
Text Symbol: 063 = No. of defects
Text Symbol: 062 = No. of defects
Text Symbol: 061 = No. of QM
Text Symbol: 060 = No. of QM
Text Symbol: 050 = Number
Text Symbol: 040 = No. of QM / defects time line
Text Symbol: 030 = No. of defects time line
Text Symbol: 020 = No. of QM time line
Text Symbol: 010 = Quality notifications
Text Symbol: 008 = Week
Text Symbol: 007 = Defects
Text Symbol: 006 = Notifications
Text Symbol: 005 = Evaluation
Text Symbol: 004 = Quarter
Text Symbol: 003 = Month
Text Symbol: 002 = Day
Text Symbol: 001 = Summarization


INCLUDES used within this REPORT RQMAAG10

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:

STAT_GRAPH_REF CALL FUNCTION 'STAT_GRAPH_REF' EXPORTING TTEXT = P_TTEXT UTEXT = P_UTEXT TAXIS = 'Anzahl '(050) ATYPE = 'TIME' CLR_FGRD = '0' "0=schwarz YDECS = C_Y_DEC YTCKS = C_Y_STZ YRNGL = G_Y_MIN YRNGU = G_Y_MAX TUNIT = G_TUNIT SCALE = 'MAN' WINPOS = 5 WINSZX = 100 WINSZY = 50 DMODE = '1' MAIL_ALLOW = 'X' TABLES OPTS = OPTIONS_TAB DATA = P_Y_TAB VALS = P_X_TAB.

DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING DATE = G_MELDEDATUM IMPORTING WEEK = G_WOCHE EXCEPTIONS DATE_INVALID = 01.

WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING WEEK = G_WOCHE IMPORTING DATE = G_MELDEDATUM EXCEPTIONS WEEK_INVALID = 01.

DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING DATE = RQMQMEL-QMDAT IMPORTING WEEK = G_WOCHE EXCEPTIONS DATE_INVALID = 01.

WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING WEEK = G_WOCHE IMPORTING DATE = G_MELDEDATUM EXCEPTIONS WEEK_INVALID = 01.

DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' EXPORTING DATE = RQMQMEL-QMDAT IMPORTING WEEK = G_WOCHE EXCEPTIONS DATE_INVALID = 01.

WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING WEEK = G_WOCHE IMPORTING DATE = G_MELDEDATUM EXCEPTIONS WEEK_INVALID = 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 RQMAAG10 or its description.