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
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.
Title: Display functions: master data and transaction data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MQEEAF35 - Display functions: master data and transaction data MQEEAF20 - Subprograms control: results recording entry, import routines MQEEAF15 - Import routines for "ATAB" tables MQEEAF10 - General routines for main program SAPMQEEA MQDSVTOP - Global Data for Sampling Procedures MQDSVO10 - PBO Module for Sampling Procedures