MQEVAF22 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 MQEVAF22 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!
SUSR_USER_ADDRESS_READ CALL FUNCTION 'SUSR_USER_ADDRESS_READ' EXPORTING user_name = sy-uname IMPORTING user_address = l_user EXCEPTIONS user_address_not_found = 1.
DELETE_TEXT_FROM_CATALOG CALL FUNCTION 'DELETE_TEXT_FROM_CATALOG' EXPORTING object = textobject name = '*' id = 'QAVE' "Delete only QAVE records language = '*' EXCEPTIONS not_found = 0 OTHERS = 0.
SERIALPROFILE_CHECK CALL FUNCTION 'SERIALPROFILE_CHECK' EXPORTING operation = 'SNCL'.
VB_INIT CALL FUNCTION 'VB_INIT' * EXPORTING * INIT_RESET = .
QPK1_CODE_TEXT CALL FUNCTION 'QPK1_CODE_TEXT' EXPORTING i_katalogart = qave-vkatart i_codegruppe = qave-vcodegrp i_code = qave-vcode IMPORTING e_text = rqeva-code_grup " I_SPRACHE = SY-LANGU EXCEPTIONS no_match_in_range = 00.
QEEA_FEATURES_READING CALL FUNCTION 'QEEA_FEATURES_READING' EXPORTING prueflos = i_qals-prueflos i_aufpl = i_qals-aufpl kz_r2 = i_qals-stat27 i_vorgang_lesen = kreuz i_mode_lesen = space i_plnty = i_qals-plnty TABLES qamk_tab = g_mktb EXCEPTIONS internal_error_valuation = 0 no_operations = 0 no_features = 4 no_sample = 0 no_valuation_module = 0.
QFRD_FILL_FAILURE_BASE_TABLES CALL FUNCTION 'QFRD_FILL_FAILURE_BASE_TABLES' EXPORTING i_qfoh_wa = l_qfobe i_flg_enqueue = l_flg_enqueue EXCEPTIONS no_entry = 01.
QFRD_FILL_DIALOG_TABLES CALL FUNCTION 'QFRD_FILL_DIALOG_TABLES' EXPORTING i_qfoh_wa = l_qfobe TABLES qfaa_tab = g_qfaa_tab qfob_tab = g_qfob_tab.
QAST_STATUS_CHECK CALL FUNCTION 'QAST_STATUS_CHECK' EXPORTING i_objnr = qals-objnr i_status = c_status_pako EXCEPTIONS status_not_activ = 01.
QAST_STATUS_CHECK CALL FUNCTION 'QAST_STATUS_CHECK' EXPORTING i_objnr = qals-objnr i_status = c_status_skip EXCEPTIONS status_not_activ = 01.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_ALARM' text = rqeva-info_line info = ' ' add_stdinf = ' ' IMPORTING result = rqeva-info_line EXCEPTIONS icon_not_found = 00 outputfield_too_short = 00.
QEVA_CHANGE_REJECTED_QUANTITY CALL FUNCTION 'QEVA_CHANGE_REJECTED_QUANTITY' EXPORTING i_qals = qals i_display_only = l_display_only * I_WINX1 = 10 * I_WINX2 = 55 * I_WINY1 = 10 * I_WINY2 = 16 IMPORTING e_lmengesch = qals-lmengesch e_lmengepr = qals-lmengepr EXCEPTIONS no_input = 1 lock_error = 2 OTHERS = 3.
QM08_NUMBERS_OF_NOTIFICATIONS CALL FUNCTION 'QM08_NUMBERS_OF_NOTIFICATIONS' EXPORTING i_keyfigure_structure = qnqmi00 winx1 = 44 winy1 = 3 * IMPORTING * E_INFORMATION = QNQMD00 EXCEPTIONS incomplete_informations = 1 invalid_combination = 2 OTHERS = 3.
QM08_NUMBERS_OF_NOTIFICATIONS2 CALL FUNCTION 'QM08_NUMBERS_OF_NOTIFICATIONS2' EXPORTING i_keyfigure_structure_ext = qnqmi00ea EXCEPTIONS incomplete_informations = 1 invalid_combination = 2 OTHERS = 3.
QGMK_INSPECTION_HISTORY_TO_LOT CALL FUNCTION 'QGMK_INSPECTION_HISTORY_TO_LOT' EXPORTING i_qals = qals i_merknr = g_mktb-merknr i_vorglfnr = g_mktb-vorglfnr i_qpmk_werks = g_mktb-qpmk_werks i_verwmerkm = g_mktb-verwmerkm i_mkversion = g_mktb-mkversion i_kurztext = g_mktb-kurztext.
QELA_PHYSICAL_SAMPLE_OVERVIEW CALL FUNCTION 'QELA_PHYSICAL_SAMPLE_OVERVIEW' EXPORTING i_prueflos = qals-prueflos winx1_03 = 02 winx2_03 = 82 winy1_03 = 01 winy2_03 = 17 EXCEPTIONS sampledraw_number_not_exist = 1 no_samples_found = 2 invalid_call = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.