SAP Reports / Programs | Quality Management | Quality Inspection | Results Recording(QM-IM-RR) SAP QM

MQEEAF35 SAP ABAP INCLUDE - Display functions: master data and transaction data







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


Text pool values


Title: Display functions: master data and transaction data


INCLUDES used within this REPORT MQEEAF35

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_MARC_SHOW CALL FUNCTION 'QSS1_MARC_SHOW' EXPORTING I_MATNR = QALS-MATNR I_WERK = QALS-WERK EXCEPTIONS NO_MATERIAL = 01.

QSS1_PLAN_SHOW CALL FUNCTION 'QSS1_PLAN_SHOW' EXPORTING I_MATNR = QALS-MATNR I_PLANAL = QALS-PLNAL I_PLANNR = QALS-PLNNR I_PLANTYP = QALS-PLNTY I_STTAG = QALS-GUELTIGAB I_WERK = QALS-WERK EXCEPTIONS NO_PLAN = 01.

QSS1_LOT_SHOW CALL FUNCTION 'QSS1_LOT_SHOW' EXPORTING I_PRUEFLOS = QALS-PRUEFLOS EXCEPTIONS NO_LOT = 01.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT-406 TEXTLINE2 = TEXT-407 TITEL = TEXT-405 IMPORTING ANSWER = ANTWORT.

ENQUEUE_EQQALS2 CALL FUNCTION 'ENQUEUE_EQQALS2' EXPORTING MODE_QALS = 'X' PRUEFLOS = QALS-PRUEFLOS EXCEPTIONS FOREIGN_LOCK = 2.

DEQUEUE_EQQALS2 CALL FUNCTION 'DEQUEUE_EQQALS2' EXPORTING MODE_QALS = 'X' PRUEFLOS = QALS-PRUEFLOS.

QAPP_IP_SELECTION CALL FUNCTION 'QAPP_IP_SELECTION' EXPORTING I_OK_CODE = OK-CODE.

QSS1_CALL_TRANS_INSP_MANAG CALL FUNCTION 'QSS1_CALL_TRANS_INSP_MANAG' EXPORTING I_PRUEFLOS = QALS-PRUEFLOS I_OK_CODE = OK-CODE.

QEEB_BENUTZERPARAMETER CALL FUNCTION 'QEEB_BENUTZERPARAMETER' EXPORTING I_WERK = L_WERKS I_CALL_BY = '1' EXCEPTIONS FUNCTION_INTERRUPTED = 1.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'QPR6' EXCEPTIONS OK = 0 NOT_OK = 4.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = P_PGMID DYNUMB = P_DYNP TABLES DYNPFIELDS = L_DYNFIELDTAB EXCEPTIONS INVALID_DYNPROFIELD = 0. "note 674193



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