RFIDEUVP_F01 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 RFIDEUVP_F01 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: Include RFIDEUVP_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
READ_EXCHANGE_RATE CALL FUNCTION 'READ_EXCHANGE_RATE' EXPORTING client = sy-mandt date = l_date foreign_currency = p_ekbe-waers local_currency = wa_t001-waers type_of_rate = p_exrtp IMPORTING exchange_rate = l_kursf.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = l_date foreign_amount = p_base_amt foreign_currency = p_ekbe-waers local_currency = wa_t001-waers type_of_rate = p_exrtp IMPORTING local_amount = l_wa_eu_vat-dmbtr.
CALCULATE_TAX_FROM_NET_AMOUNT CALL FUNCTION 'CALCULATE_TAX_FROM_NET_AMOUNT' EXPORTING i_bukrs = wa_ekko-BUKRS i_mwskz = p_ekbe-mwskz i_waers = p_ekbe-waers i_wrbtr = p_base_amt TABLES t_mwdat = l_tab_mwdat.
MR_ACCOUNT_ASSIGNMENT CALL FUNCTION 'MR_ACCOUNT_ASSIGNMENT' EXPORTING kontenplan = wa_t001-ktopl soll_haben_kennzeichen = c_credit vorgangsschluessel = c_ktosl IMPORTING buchungsschluessel = l_bschh konto = l_konth EXCEPTIONS not_found_t030 = 1 not_found_t030b = 2 not_found_t030r = 3 not_found_t030s = 4 OTHERS = 5.
MR_ACCOUNT_ASSIGNMENT CALL FUNCTION 'MR_ACCOUNT_ASSIGNMENT' EXPORTING kontenplan = wa_t001-ktopl soll_haben_kennzeichen = c_debit vorgangsschluessel = c_ktosl IMPORTING buchungsschluessel = l_bschs konto = l_konts EXCEPTIONS not_found_t030 = 1 not_found_t030b = 2 not_found_t030r = 3 not_found_t030s = 4 OTHERS = 5.
FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = l_accit-budat i_bukrs = wa_ekko-BUKRS IMPORTING e_gjahr = l_accit-gjahr e_monat = l_accit-monat.
READ_EXCHANGE_RATE CALL FUNCTION 'READ_EXCHANGE_RATE' EXPORTING client = sy-mandt date = l_trans_date foreign_currency = l_trans_ccy local_currency = l_curr type_of_rate = wa_t001a-kurst IMPORTING exchange_rate = l_acccr-kursf.
READ_EXCHANGE_RATE CALL FUNCTION 'READ_EXCHANGE_RATE' EXPORTING client = sy-mandt date = l_trans_date foreign_currency = l_trans_ccy local_currency = l_curr type_of_rate = wa_t001a-kurst IMPORTING exchange_rate = l_acccr-kursf.
READ_EXCHANGE_RATE CALL FUNCTION 'READ_EXCHANGE_RATE' EXPORTING client = sy-mandt date = l_trans_date foreign_currency = l_trans_ccy local_currency = l_curr type_of_rate = wa_t001a-kurst2 IMPORTING exchange_rate = l_acccr-kursf.
READ_EXCHANGE_RATE CALL FUNCTION 'READ_EXCHANGE_RATE' EXPORTING client = sy-mandt date = l_trans_date foreign_currency = l_trans_ccy local_currency = l_curr type_of_rate = wa_t001a-kurst2 IMPORTING exchange_rate = l_acccr-kursf.
AC_DOCUMENT_GENERATE CALL FUNCTION 'AC_DOCUMENT_GENERATE' IMPORTING e_awref = l_awref TABLES t_acchd = l_acchd t_accit = l_accit t_acccr = l_acccr.
IDEU_VAT_UPDATE CALL FUNCTION 'IDEU_VAT_UPDATE' IN UPDATE TASK EXPORTING i_updkz = 'I' TABLES t_eu_vat = l_eu_vat_post EXCEPTIONS updkz_invalid = 1 ideu_vat_update_error = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_user_command = gc_user_command i_structure_name = 'TAB_ALV_OUTPUT' is_layout = gs_layout it_sort = gt_sort[] it_fieldcat = gt_fieldcat[] i_save = g_save is_variant = g_variant TABLES t_outtab = tab_alv_output EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'IDEU_VAT' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
MIGO_DIALOG CALL FUNCTION 'MIGO_DIALOG' EXPORTING i_action = 'A04' i_refdoc = 'R02' i_notree = 'X' i_skip_first_screen = 'X' i_deadend = 'X' i_mblnr = p_belnr i_mjahr = p_gjahr.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = p_tran_dt foreign_amount = p_pswbt foreign_currency = p_traccy local_currency = p_lccry type_of_rate = p_exrtyp IMPORTING local_amount = p_wrbtr.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_s_log IMPORTING e_log_handle = g_log_handle EXCEPTIONS OTHERS = 1.
BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.
CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg i_log_handle = g_log_handle EXCEPTIONS log_not_found = 0 OTHERS = 1.
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 RFIDEUVP_F01 or its description.