SAP Reports / Programs | Quality Management | Quality Inspection | Inspection Lot Completion(QM-IM-UD) SAP QM

MQEVAI10 SAP ABAP INCLUDE - PAI Module for SAPMQEEA







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


Text pool values


Title: PAI Module for SAPMQEEA


INCLUDES used within this REPORT MQEVAI10

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:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sub_mpool dynumb = sub_data_dyn TABLES dynpfields = l_feld_tab.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sub_mpool dynumb = sub_data_dyn TABLES dynpfields = l_feld_tab.

QMHL_HELP_FOLGEACT CALL FUNCTION 'QMHL_HELP_FOLGEACT' EXPORTING i_insp_lot = c_kreuz i_field = 'RQEVA-VFOLGEAKTI' IMPORTING e_folgeact = rqeva-vfolgeakti EXCEPTIONS no_entry = 01.

STATUS_GET_CHANGE_FLAG CALL FUNCTION 'STATUS_GET_CHANGE_FLAG' IMPORTING flg_change = g_datar.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = text-004 "Wollen Sie die Daten vorher ..

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-002 "Möchten Sie die Tranakt. ...

QSS1_CALL_TRANS_INSP_MANAG CALL FUNCTION 'QSS1_CALL_TRANS_INSP_MANAG' EXPORTING i_prueflos = qals-prueflos i_ok_code = ok-code i_kz_pp = qals-stat07 i_kz_tlos = qals-stat02.

SCREEN_SEQUENCE_CONTROL CALL FUNCTION 'SCREEN_SEQUENCE_CONTROL' EXPORTING funktion = ok-code kopfgruppe = l_kopfgruppe positionsgruppe = positionsgruppe programm = 'SAPMQEVA' typ = g_t185f_akti IMPORTING folgefunktion = ok-code dynprobaustein2 = g_sub_tab_strip.

SCREEN_SEQUENCE_CONTROL CALL FUNCTION 'SCREEN_SEQUENCE_CONTROL' EXPORTING funktion = ok-code kopfgruppe = l_kopfgruppe positionsgruppe = '* ' programm = 'SAPMQEVA' typ = g_t185f_akti IMPORTING folgefunktion = ok-code dynprobaustein2 = g_sub_tab_strip.

QAST_STATUS_CHECK CALL FUNCTION 'QAST_STATUS_CHECK' EXPORTING i_objnr = qals-objnr i_status = c_status_stip EXCEPTIONS status_not_activ = 01.

QAST_PROCESS_ACTIVITY CALL FUNCTION 'QAST_PROCESS_ACTIVITY' EXPORTING i_dialog = c_kreuz i_objnr = qals-objnr i_vorgang = l_einstiegscheck i_check_only = c_kreuz "note 1522725 EXCEPTIONS not_allowed = 01.

QAST_PROCESS_ACTIVITY CALL FUNCTION 'QAST_PROCESS_ACTIVITY' EXPORTING * i_dialog = z i_objnr = qals-objnr i_vorgang = l_einstiegscheck i_check_only = c_kreuz "note 1522725 EXCEPTIONS not_allowed = 01.

QAST_STATUS_CHECK CALL FUNCTION 'QAST_STATUS_CHECK' EXPORTING i_objnr = qals-objnr i_status = c_status_fehl EXCEPTIONS status_not_activ = 01.

ME_EKKO_SINGLE_READ CALL FUNCTION 'ME_EKKO_SINGLE_READ' EXPORTING pi_ebeln = rqeva-ebeln IMPORTING po_ekko = l_ekko.

ME_EKPO_SINGLE_READ CALL FUNCTION 'ME_EKPO_SINGLE_READ' EXPORTING pi_ebeln = rqeva-ebeln pi_ebelp = rqeva-ebelp IMPORTING po_ekpo = l_ekpo EXCEPTIONS no_records_found = 1 OTHERS = 2.

ME_READ_SCHEDULES_HEADER CALL FUNCTION 'ME_READ_SCHEDULES_HEADER' EXPORTING i_ebeln = rqeva-ebeln i_ebelp = rqeva-ebelp TABLES t_eket = l_eket_tab EXCEPTIONS not_found = 1 OTHERS = 2.

T001W_SINGLE_READ CALL FUNCTION 'T001W_SINGLE_READ' EXPORTING kzrfb = space t001w_werks = l_ekpo-werks IMPORTING wt001w = l_t001w.

T134M_SINGLE_READ CALL FUNCTION 'T134M_SINGLE_READ' EXPORTING kzrfb = space t134m_bwkey = l_t001w-bwkey t134m_mtart = l_ekpo-mtart IMPORTING wt134m = l_t134m.

QMSP_COMPARE_QM_BATCH_VALUES





CALL FUNCTION 'QMSP_COMPARE_QM_BATCH_VALUES' EXPORTING i_charg = qals-charg i_matnr = qals-matnr i_werks = qals-werkvorg i_check_only = c_kreuz i_no_dialog = c_kreuz TABLES t_qamkrtab = g_mktb EXCEPTIONS no_spec = 1 OTHERS = 2.

SCREEN_SEQUENCE_CONTROL CALL FUNCTION 'SCREEN_SEQUENCE_CONTROL' EXPORTING funktion = ok-code kopfgruppe = l_kopgr positionsgruppe = '* ' programm = 'SAPMQEVA' typ = g_t185f_akti IMPORTING folgefunktion = ok-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 MQEVAI10 or its description.