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

MQEVAF10 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MQEVAF10

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:

QSS1_LFA1_SHOW CALL FUNCTION 'QSS1_LFA1_SHOW' EXPORTING I_LIFNR = QALS-HERSTELLER I_EKORG = QALS-EKORG EXCEPTIONS NO_LIEFERANT = 1.

QVDM_LIKP_READ CALL FUNCTION 'QVDM_LIKP_READ' EXPORTING I_VBELN = QALS-LS_VBELN IMPORTING E_LIKP = LIKP EXCEPTIONS X_NO_DATA_FOUND = 01.

QSS1_KNA1_SHOW CALL FUNCTION 'QSS1_KNA1_SHOW' EXPORTING I_KUNNR = QALS-KUNNR I_VKORG = QALS-LS_VKORG I_VTWEG = LIKP-VTWIV I_SPART = LIKP-SPAIV I_SKIP = G_FLAG EXCEPTIONS NO_KUNDE = 01.

QSS1_LFA1_SHOW CALL FUNCTION 'QSS1_LFA1_SHOW' EXPORTING I_LIFNR = QALS-LIFNR I_EKORG = QALS-EKORG EXCEPTIONS NO_LIEFERANT = 1.

QSS1_MARC_SHOW CALL FUNCTION 'QSS1_MARC_SHOW' EXPORTING I_MATNR = QALS-MATNR I_WERK = QALS-WERK EXCEPTIONS NO_MATERIAL = 1.

QELA_UD_MATERIAL_DOCUMENT CALL FUNCTION 'QELA_UD_MATERIAL_DOCUMENT' EXPORTING I_PRUEFLOS = QALS-PRUEFLOS WINX1_03 = 10 WINX2_03 = 72 WINY1_03 = 05 WINY2_03 = 14 EXCEPTIONS NO_DATA_FOUND = 01 NO_DATA_SELECTED = 02.

QSS1_LOT_SHOW CALL FUNCTION 'QSS1_LOT_SHOW' EXPORTING I_PRUEFLOS = QALS-PRUEFLOS.

QSS1_QINF_SHOW CALL FUNCTION 'QSS1_QINF_SHOW' EXPORTING I_LIFNR = QALS-LIFNR I_MATNR = QALS-MATNR I_WERK = QALS-WERK I_REVLV = QALS-REVLV I_EMATNR = QALS-EMATNR I_STAT17 = QALS-STAT17 EXCEPTIONS NO_ENTRY = 01.

QAST_STATUS_CHECK CALL FUNCTION 'QAST_STATUS_CHECK' EXPORTING I_OBJNR = QALS-OBJNR I_STATUS = C_STATUS_VE "VE getroffen EXCEPTIONS STATUS_NOT_ACTIV = 01.

QAST_PROCESS_ACTIVITY CALL FUNCTION 'QAST_PROCESS_ACTIVITY' EXPORTING I_OBJNR = QALS-OBJNR I_VORGANG = C_VORG_BB_STARTEN_VOR_VE EXCEPTIONS NOT_ALLOWED = 01.

QAST_PROCESS_ACTIVITY CALL FUNCTION 'QAST_PROCESS_ACTIVITY' EXPORTING I_OBJNR = QALS-OBJNR I_VORGANG = C_VORG_BB_STARTEN_NACH_VE EXCEPTIONS NOT_ALLOWED = 01.

V51P_GLOBAL_TABLE_RESTORE CALL FUNCTION 'V51P_GLOBAL_TABLE_RESTORE'.

QELA_UD_STOCK_CHANGE_PROTOCOL CALL FUNCTION 'QELA_UD_STOCK_CHANGE_PROTOCOL' TABLES I_PROTOCOL_TAB = G_PROTTAB EXCEPTIONS NO_INPUT_FOUND = 00.

QLCO_CO_OBJECT_DISPLAY CALL FUNCTION 'QLCO_CO_OBJECT_DISPLAY' EXPORTING I_PRUEFLOS = QALS-PRUEFLOS I_AUFNR_CO = QALS-AUFNR_CO.

RK_KOSTL_READ CALL FUNCTION 'RK_KOSTL_READ' EXPORTING DATUM = SY-DATUM KOKRS = TQSS1-KOSTRCHKRS KOSTL = I_KOSTL IMPORTING GSBER = I_GSBER EXCEPTIONS ERROR_MESSAGE = 04 KOSTL_NOT_COMPLETE = 01 KOSTL_NOT_FOUND = 02 TEXT_NOT_FOUND = 03.



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