SAP Reports / Programs | Quality Management | Quality Management | Information System(QM-QC-IS) SAP QM

RMCQ0F00 SAP ABAP INCLUDE - Form Routines for Standard Analyses for Customer Applications







RMCQ0F00 is a standard ABAP INCLUDE 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 RMCQ0F00 into the relevant SAP transactions such as SE38 or SE80


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 RMCQ0F00. "Basic submit
SUBMIT RMCQ0F00 AND RETURN. "Return to original report after report execution complete
SUBMIT RMCQ0F00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Form Routines for Standard Analyses for Customer Applications


INCLUDES used within this REPORT RMCQ0F00

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:

MCQ_DISPLAY_QUALITYCLASS CALL FUNCTION 'MCQ_DISPLAY_QUALITYCLASS' EXPORTING I_QKZDEF = G_ADDONS-%QKZDEF EXCEPTIONS NOT_FOUND = 01.

MCQ_CHANGE_PROCESSMODEL CALL FUNCTION 'MCQ_CHANGE_PROCESSMODEL' CHANGING P_QPROCMODEL = G_PROZESSMODELL P_CHANGED = L_CHANGED.

MCQ_DISPLAY_LOT_LIST CALL FUNCTION 'MCQ_DISPLAY_LOT_LIST' EXPORTING I_ZHLGESAMT = G_ADDONS-ZHLSELECT WINX1_01 = 3 WINX2_01 = 74 WINY1_01 = 10 WINY2_01 = 17 TABLES SL_ART = SL_QPART SL_EKORG = SL_EKORG SL_VKORG = SL_VKORG SL_ENSTD = SL_QENTST SL_HERKT = SL_QHERK SL_KUNNR = SL_KUNNR SL_LIFNR = SL_LIFNR SL_MATNR = SL_MATNR SL_WERKS = SL_WERKS.

RSTH_LEAFS_COMPUTE CALL FUNCTION 'RSTH_LEAFS_COMPUTE' EXPORTING NODE_ID = L_KNOTEN_ID TABLES I_RSTHIE = RSTHIE_TAB E_LEAFS = LEAFTAB.

RSTH_NODES_COMPUTE CALL FUNCTION 'RSTH_NODES_COMPUTE' EXPORTING NODE_ID = L_KNOTEN_ID TABLES I_RSTHIE = RSTHIE_TAB E_NODES = LEAFTAB.

WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING WEEK = P_WOCHE_LOW IMPORTING DATE = P_DATUM_LOW EXCEPTIONS WEEK_INVALID = 01.

WEEK_GET_FIRST_DAY CALL FUNCTION 'WEEK_GET_FIRST_DAY' EXPORTING WEEK = P_WOCHE_HIGH IMPORTING DATE = P_DATUM_HIGH EXCEPTIONS WEEK_INVALID = 01.

MCQ_DISPLAY_NOTIFICATION_LIST CALL FUNCTION 'MCQ_DISPLAY_NOTIFICATION_LIST' EXPORTING I_ZHLMELD = G_ADDONS-ZHLMELD TABLES SL_QMART = SL_QMART SL_EKORG = SL_EKORG SL_VKORG = SL_VKORG SL_QMDAT = SL_QMDAT SL_KUNNR = SL_KUNNR SL_LIFNR = SL_LIFNR SL_MATNR = SL_MATNR SL_WERKS = SL_WERKS SL_QFEART = SL_QFEART SL_QMKATART = SL_QMKATART SL_QMCODEGRP = SL_QMCODEGRP SL_QMCODE = SL_QMCODE.

MCQ_DISPLAY_NOTIFICATION_LIST1 CALL FUNCTION 'MCQ_DISPLAY_NOTIFICATION_LIST1' EXPORTING I_ZHLMELD = G_ADDONS-ZHLMELD TABLES SL_QMART = SL_QMART SL_EKORG = SL_EKORG SL_VKORG = SL_VKORG SL_QMDAT = SL_QMDAT SL_KUNNR = SL_KUNNR SL_LIFNR = SL_LIFNR SL_MATNR = SL_MATNR SL_WERKS = SL_WERKS SL_QFEART = SL_QFEART SL_QKATART = SL_QKATART SL_QCODEGRP = SL_QCODEGRP SL_QCODE = SL_QCODE SL_QMKATART = SL_QMKATART SL_QMCODEGRP = SL_QMCODEGRP SL_QMCODE = SL_QMCODE.

MCQ_SOURCE_FOR_MCINF_FIELD CALL FUNCTION 'MCQ_SOURCE_FOR_MCINF_FIELD' EXPORTING I_MCINF = HLP_MCINF I_MCINF_FIELD = P_DDICFELD TABLES E_MCSQ_TAB = L_MCSQ_TAB EXCEPTIONS NO_ENTRY = 1 OTHERS = 2.

MCQ_SOURCE_EVENTS_MCINF CALL FUNCTION 'MCQ_SOURCE_EVENTS_MCINF' EXPORTING I_MCINF = HLP_MCINF TABLES E_MCEV_TAB = L_MCEV_TAB EXCEPTIONS OTHERS = 1.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = T_CODE EXCEPTIONS OK = 0 NOT_OK = 2 OTHERS = 3 .



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