MQFFEF20 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 MQFFEF20 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TQ01A_READ call function 'TQ01A_READ' exporting agidv = pgmid aktivitaet = tq01-aktivitaet stschl1 = cua_stschl1 dynpro = sy-dynnr importing status = tq01a-status titel = tq01a-titelnr.
SCREEN_SEQUENCE_CONTROL_INIT call function 'SCREEN_SEQUENCE_CONTROL_INIT' exporting bild = dummy_panel bildgruppe = dummy_bldgr funktion = dummy_fcode kopfgruppe = dummy_kopgr positionsgruppe = dummy_posgr programm = pgmid typ = space.
QELA_INSPECTION_OPERATION_LIST call function 'QELA_INSPECTION_OPERATION_LIST' exporting aufpl = qals-aufpl kz_r2 = qals-stat27 losnummer = qals-prueflos i_prplatz = qffed-arbplc i_prplatzwrk = qffed-arbplwerk i_plnfl = qffed-plnfl i_vornr = qffed-vornr i_plnty = qals-plnty importing plnfl = qffed-plnfl plnkn = qffed-pnlkn "Auftragszähler APLZL vorktxt = qffed-vorktxt vornr = qffed-vornr qapo_wa = qapo e_einvorg = qffed-einvorg exceptions no_data_found = 02 no_data_selected = 01.
QEEA_READ_FEATURE_BY_CONVNO call function 'QEEA_READ_FEATURE_BY_CONVNO' exporting i_kz_bewertg = l_bewertg_flag i_rueckmelnr = qffed-rueckmelnr importing e_losnr = qals-prueflos e_qamkr_wa = qamkr exceptions internal_error_valuation = 03 no_features = 02 no_valuation_module = 04.
QPSE_LOT_READ call function 'QPSE_LOT_READ' exporting i_prueflos = qals-prueflos importing e_qals = qals exceptions no_lot = 0.
QEEA_READ_SINGLE_OPERATION call function 'QEEA_READ_SINGLE_OPERATION' exporting i_arbplatz_lesen = ' ' i_aufpl = qals-aufpl i_kz_r2 = qals-stat27 i_mandt = sy-mandt i_plnkn = qamkr-vorglfnr i_prueflos = qals-prueflos i_plnty = qals-plnty importing e_qapo_wa = qapo exceptions not_found = 00.
QFFE_ENQUEUE_DEFECT_RECORDING call function 'QFFE_ENQUEUE_DEFECT_RECORDING' exporting i_prueflos = p_prueflos i_objnr = p_objnr i_vorglfnr = p_vorglfnr i_vornr = p_vornr i_flg_los = qffed-kz_fe_los i_flg_pvo = qffed-kz_fe_pvo * I_FLG_MK = * I_FLG_SERIALNUMBER = * I_FLG_CHANGE_ACTIVITY = * CHANGING * P_FLG_ONE_NOTIFICATION = * P_ACTIVITY = exceptions cancel = 1.
ENQUEUE_EQQAMV1 * call function 'ENQUEUE_EQQAMV1' * exporting * prueflos = p_prueflos * vorglfnr = p_vorglfnr * exceptions * foreign_lock = 01 * system_failure = 02.
STATUS_DELETE_FROM_BUFFER * call function 'STATUS_DELETE_FROM_BUFFER' * tables * objnr_tab = l_stat_tab.
QFTA_TQ86A_READ_MASK call function 'QFTA_TQ86A_READ_MASK' exporting i_arbpl = qapo-prplatz i_werk = qapo-prplatzwrk i_return_if_one = kreuz importing e_feart = qffed-feart exceptions no_entry = 01 exit_dialog = 02.
QAUT_CHARACTERISTIC_PROC call function 'QAUT_CHARACTERISTIC_PROC' exporting i_werk = p_prplatzwrk i_arbpl = p_prplatz.
QFTA_TQ86A_READ_MASK call function 'QFTA_TQ86A_READ_MASK' exporting i_arbpl = qapo-prplatz i_werk = qapo-prplatzwrk i_check_only = kreuz i_feart = qffed-feart importing e_feart = qffed-feart exceptions no_entry = 01 not_allowed = 02.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = pgmid dynumb = l_dynnr tables dynpfields = l_dynp_tab.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = pgmid dynumb = l_dynnr tables dynpfields = l_dynp_tab.
QFTA_TQ86A_READ_MASK call function 'QFTA_TQ86A_READ_MASK' exporting i_arbpl = qapo-prplatz i_werk = qapo-prplatzwrk i_feart = qffed-feart importing e_feart = qffed-feart exceptions no_entry = 01 exit_dialog = 02.
HELP_VALUES_GET call function 'HELP_VALUES_GET' exporting display = l_display fieldname = l_fname input_value = l_value tabname = l_tname importing select_value = qffed-feart.
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_aktiver_tab = '4' i_call_by = '3' exceptions function_interrupted = 1.
CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = PROGRAM DYNUMB = SY-DYNNR TRANSLATE_TO_UPPER = KREUZ PERFORM_INPUT_CONVERSION = KREUZ TABLES DYNPFIELDS = LDYNPREAD EXCEPTIONS INVALID_ABAPWORKAREA = 01 INVALID_DYNPROFIELD = 02 INVALID_DYNPRONAME = 03 INVALID_DYNPRONUMMER = 04 INVALID_REQUEST = 05 NO_FIELDDESCRIPTION = 06 UNDEFIND_ERROR = 07.
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 MQFFEF20 or its description.