MF05RFP0 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 MF05RFP0 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 for Resetting Cleared Items
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
READ_DOCUMENT_HEADER CALL FUNCTION 'READ_DOCUMENT_HEADER' EXPORTING belnr = rf05r-augbl bstat = space bukrs = rf05r-bukrs gjahr = rf05r-gjahr xarch = space "keine Suche im Archiv IMPORTING e_bkpf = bkpf EXCEPTIONS exit = 4 not_found = 8.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'N' titel = text-116 diagnosetext1 = text-117 diagnosetext2 = text-118 diagnosetext3 = text-119 textline1 = text-110 IMPORTING answer = answer.
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'F5A' i_dtype = 'W' i_msgnr = '428' IMPORTING e_msgty = l_msgts.
GET_CLEARED_ITEMS CALL FUNCTION 'GET_CLEARED_ITEMS' EXPORTING i_bvorg = bkpf-bvorg i_bukrs = rf05r-bukrs i_belnr = rf05r-augbl i_gjahr = rf05r-gjahr i_augdt = augdt i_rfzei = rfzei IMPORTING e_xkdf = xkdf e_xskv = xskv TABLES t_items = postab t_accnt = yaccnt EXCEPTIONS not_found = 1 OTHERS = 2.
FI_CHECK_EXTENDED_WT CALL FUNCTION 'FI_CHECK_EXTENDED_WT' EXPORTING i_bukrs = rf05r-bukrs EXCEPTIONS OTHERS = 4.
FI_WT_CALCULATE_DEDUCTION CALL FUNCTION 'FI_WT_CALCULATE_DEDUCTION' EXPORTING i_bukrs = postab-bukrs i_belnr = postab-belnr i_gjahr = postab-gjahr i_buzei = postab-buzei CHANGING c_qbshb = postab-qbshb c_qsshb = postab-qsshb.
FAGL_CHECK_FCV_DELTA_ACTIVE CALL FUNCTION 'FAGL_CHECK_FCV_DELTA_ACTIVE' IMPORTING e_delta_active = xf100.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = ls_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FS' i_dtype = 'E' i_msgnr = '668' IMPORTING e_msgty = sy-msgty.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FS' i_dtype = 'E' i_msgnr = '668' i_var01 = postab-bukrs i_var02 = postab-belnr i_var03 = postab-gjahr.
FI_CURRENCY_INFORMATION CALL FUNCTION 'FI_CURRENCY_INFORMATION' EXPORTING i_bukrs = postab-bukrs IMPORTING e_x001 = x001 EXCEPTIONS OTHERS = 4.
APAR_EBPP_CHECK_REVERSAL CALL FUNCTION 'APAR_EBPP_CHECK_REVERSAL' "#EC * EXPORTING i_bseg = ls_bseg EXCEPTIONS item_in_ebpp_payment = 1.
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FIEBPP' i_dtype = 'W' i_msgnr = '119' IMPORTING e_msgty = l_msgts.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ls_handle i_s_msg = ls_message EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
FAGL_MIG_GET_MGPLN_FOR_BUKRS CALL FUNCTION 'FAGL_MIG_GET_MGPLN_FOR_BUKRS' EXPORTING it_bukrs = lt_bukrs EXCEPTIONS no_data_found = 1 OTHERS = 2.
FAGL_GET_ALL_LEDGERS_IN_BUKRS CALL FUNCTION 'FAGL_GET_ALL_LEDGERS_IN_BUKRS' EXPORTING i_bukrs = postab-bukrs IMPORTING et_ledgers = lt_ledgers.
FAGL_GET_MG_TYPES_SPLITTER CALL FUNCTION 'FAGL_GET_MG_TYPES_SPLITTER' "N1841715 IMPORTING "N1841715 et_mg_types_split_act = lt_mg_types_split. "N1841715
FAGL_GET_ACTIVE_MGPLN CALL FUNCTION 'FAGL_GET_ACTIVE_MGPLN' EXPORTING i_bukrs = postab-bukrs i_rldnr = ld_rldnr IMPORTING et_fagl_mig_001 = lt_act_mig_plan EXCEPTIONS OTHERS = 4.
CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' "N1841715 EXPORTING "N1841715 i_arbgb = 'FAGL_MIG' "N1841715 i_dtype = 'E' "N1841715 i_msgnr = '083' "N1841715 IMPORTING "N1841715 e_msgty = lv_msgty. "N1841715
FAGL_GET_MGPLN_SUBSEQ_MIG CALL FUNCTION 'FAGL_GET_MGPLN_SUBSEQ_MIG' "note 1229202 EXPORTING "note 1229202 i_mgpln = ls_act_mig_plan-mgpln "note 1229202 IMPORTING "note 1229202 es_fagl_mig_001 = ls_act_mig_plan "note 1229202 EXCEPTIONS "note 1229202 no_mgpln_type5_found = 1 "note 1229202 OTHERS = 2. "note 1229202
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'FAGL_MIG' i_dtype = 'E' i_msgnr = '066' i_var01 = postab-augdt i_var02 = ls_act_mig_plan-migdt i_var03 = postab-bukrs i_var04 = gd_lead_rldnr.
BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = ls_display_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.
BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = ls_handle.
FI_DOCUMENT_ARCH_CHECK_DOCS CALL FUNCTION 'FI_DOCUMENT_ARCH_CHECK_DOCS' EXPORTING i_detailed_check = ld_detailed_check " 1453948 TABLES items = xragl4 EXCEPTIONS OTHERS = 4.
ME_CHECK_HISTORY_FINANCE_FBRA CALL FUNCTION 'ME_CHECK_HISTORY_FINANCE_FBRA' EXPORTING i_check = 'X' TABLES pofbra = pofbra.
FM_REVERSE_CLEARING_CHECK_FI CALL FUNCTION 'FM_REVERSE_CLEARING_CHECK_FI' TABLES t_ragl1 = xragl1 EXCEPTIONS OTHERS = 4.
FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_ps_us_active = x_ps_us_active.
FUNCTION_EXISTS call function 'FUNCTION_EXISTS' "N1760765 EXPORTING "N1760765 funcname = '/SAPPCE/DPC_CHECK_FBRA' "N1760765 EXCEPTIONS "N1760765 function_not_exist = 1 "N1760765 others = 2. "N1760765
/SAPPCE/DPC_CHECK_FBRA call function '/SAPPCE/DPC_CHECK_FBRA' "#EC EXISTS "N1760765 EXPORTING "N1760765 is_clearing_doc = rf05r "N1760765 IMPORTING "N1760765 e_dpc_involved = ld_dpc_active. "N1760765
FMRE_FI_DP_RESET_CHECK CALL FUNCTION 'FMRE_FI_DP_RESET_CHECK' IMPORTING ev_reset_forced = check_reset_forced_flag TABLES t_xragl1 = xragl1 EXCEPTIONS OTHERS = 4.
FMRE_FI_DP_DPR_DB_EXPORT CALL FUNCTION 'FMRE_FI_DP_DPR_DB_EXPORT' TABLES t_xragl1 = xragl1 EXCEPTIONS OTHERS = 4.
OPEN_FI_PERFORM_00001042_E CALL FUNCTION 'OPEN_FI_PERFORM_00001042_E' EXPORTING i_rf05r = rf05r TABLES t_xragl = xragl1 EXCEPTIONS OTHERS = 4.
BP_CALL_AVC_PRUEFEN CALL FUNCTION 'BP_CALL_AVC_PRUEFEN'.
FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = sy-datlo i_bukrs = rf05r-bukrs IMPORTING e_gjahr = current_year.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'F5A' i_dtype = 'W' i_msgnr = '258'.
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 MF05RFP0 or its description.