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

MQEVAF16 SAP ABAP INCLUDE - Include LSWZ_WIZARD_TEMPLATEUSR







MQEVAF16 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 MQEVAF16 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 MQEVAF16. "Basic submit
SUBMIT MQEVAF16 AND RETURN. "Return to original report after report execution complete
SUBMIT MQEVAF16 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 MQEVAF16

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:

OUTBOUND_CALL_01000108_E CALL FUNCTION 'OUTBOUND_CALL_01000108_E' EXPORTING IS_QALS = QALS IS_QALS_OLD = QALS_LEISTE EXCEPTIONS OTHERS = 1.

QEVA_UD_INSERT CALL FUNCTION 'QEVA_UD_INSERT' IN UPDATE TASK EXPORTING QALS_NEW = QALS QAVE_NEW = QAVE.

OUTBOUND_CALL_01000108_E CALL FUNCTION 'OUTBOUND_CALL_01000108_E' EXPORTING IS_QALS = QALS IS_QALS_OLD = QALS_LEISTE EXCEPTIONS OTHERS = 1.

QEVA_UD_UPDATE CALL FUNCTION 'QEVA_UD_UPDATE' IN UPDATE TASK EXPORTING QALS_NEW = QALS QAVE_NEW = QAVE.

SCREEN_SEQUENCE_CONTROL CALL FUNCTION 'SCREEN_SEQUENCE_CONTROL' EXPORTING FUNKTION = NEUER_FCODE KOPFGRUPPE = L_KOPFGRUPPE POSITIONSGRUPPE = '* ' PROGRAMM = 'SAPMQEVA' TYP = G_T185F_AKTI IMPORTING DYNPROBAUSTEIN2 = G_SUB_TAB_STRIP.

STATUS_CHANGE_FOR_ACTIVITY CALL FUNCTION 'STATUS_CHANGE_FOR_ACTIVITY' EXPORTING OBJNR = E_QALS-OBJNR VRGNG = G_FOA_FKT-SCHLUESSEL EXCEPTIONS ACTIVITY_NOT_ALLOWED = 00 OBJECT_NOT_FOUND = 00 STATUS_INCONSISTENT = 00 STATUS_NOT_ALLOWED = 00 WRONG_INPUT = 00 WARNING_OCCURED = 00.

QAST_PROCESS_ACTIVITY CALL FUNCTION 'QAST_PROCESS_ACTIVITY' EXPORTING I_CHECK_ONLY = 'X' I_DIALOG = ' ' I_OBJNR = I_QALS-OBJNR I_VORGANG = G_FOA_FKT-SCHLUESSEL EXCEPTIONS NOT_ALLOWED = 01 ACTIVITY_NOT_ALLOWED = 02.

QAST_STATUS_CHECK CALL FUNCTION 'QAST_STATUS_CHECK' EXPORTING I_OBJNR = QALS-OBJNR I_STATUS = C_STATUS_RMA EXCEPTIONS STATUS_NOT_ACTIV = 1 OTHERS = 2.

VB_BATCH_DEFINITION CALL FUNCTION 'VB_BATCH_DEFINITION' IMPORTING KZDCH = TCUCH-KZDCH KZDZV = TCUCH-KZDZV TABLES WERKE = G_IWRKZ_TAB.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = G_MCHAR TABLES SEQMAT01 = G_MCHAR EXCEPTIONS ACCOUNT_NOT_FOUND = 01 BATCH_NOT_FOUND = 02 FORECAST_NOT_FOUND = 03 LOCK_ON_ACCOUNT = 04 LOCK_ON_MATERIAL = 05 LOCK_ON_PLANT = 06 LOCK_ON_SALES = 07 LOCK_ON_SLOC = 08 LOCK_SYSTEM_ERROR = 09 MATERIAL_NOT_FOUND = 10 PLANT_NOT_FOUND = 11 SALES_NOT_FOUND = 12 SLOC_NOT_FOUND = 13 SLOCNUMBER_NOT_FOUND = 14 SLOCTYPE_NOT_FOUND = 15 TEXT_NOT_FOUND = 16 UNIT_NOT_FOUND = 17.

QSS1_MATERIAL_SPEC_SHOW CALL FUNCTION 'QSS1_MATERIAL_SPEC_SHOW' EXPORTING I_MATNR = QALS-MATNR EXCEPTIONS NO_SPEC = 01.

OBJECT_NUMBER_READ_OR CALL FUNCTION 'OBJECT_NUMBER_READ_OR' EXPORTING AUFNR = QALS-AUFNR IMPORTING OBJNR = L_VKAUFK_OBJNR EXCEPTIONS OBJECT_NOT_FOUND = 1 OTHERS = 2.

STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING OBJNR = L_VKAUFK_OBJNR STATUS = 'I0045' EXCEPTIONS OBJECT_NOT_FOUND = 1 STATUS_NOT_ACTIVE = 2 OTHERS = 3.

STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING OBJNR = L_VKAUFK_OBJNR STATUS = 'I0009' EXCEPTIONS OBJECT_NOT_FOUND = 1 STATUS_NOT_ACTIVE = 2 OTHERS = 3.

CM_FV_MKAL_GET_SINGLE CALL FUNCTION 'CM_FV_MKAL_GET_SINGLE' EXPORTING I_KEY = L_MKAL_KEY IMPORTING E_MKAL = L_MKAL.



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