SAP Reports / Programs

RFFMMDD3 SAP ABAP Report - Hierarchy Variant: Deleting all Funds Centers in a Hierarchy Variant







RFFMMDD3 is a standard Executable ABAP Report 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 RFFMMDD3 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OFDG - Delete Funds Centr in Hierarchy Var.


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFFMMDD3. "Basic submit
SUBMIT RFFMMDD3 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMMDD3 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_FIKRS = FM area
Selection Text: P_HIVAR = Hierarchy variant
Selection Text: P_TEST = Test run
Title: Hierarchy Variant: Deleting all Funds Centers in a Hierarchy Variant
Text Symbol: 001 = FM area
Text Symbol: 002 = Hierarchy variant
Text Symbol: 003 = Test run
Text Symbol: 004 = Upd. run
Text Symbol: 005 = Delete all funds centers in
Text Symbol: 006 = Ctrl parameters
Text Symbol: 011 = Table entries
Text Symbol: 012 = deleted
Text Symbol: 020 = No of Messages
Text Symbol: 101 = Funds centers in hierarchy variant will be
Text Symbol: 102 = deleted. Choose whether
Text Symbol: 103 = you want to delete or exit
Text Symbol: 104 = Delete
Text Symbol: 105 = Exit
Text Symbol: 106 = Delete funds centers in hierarchy variant
Text Symbol: TIT = Hierarchy Variant: Deleting all Funds Centers in a Hierarchy Variant


INCLUDES used within this REPORT RFFMMDD3

INCLUDE LFMAUEQU.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = u_fikrs i_actvt = fmau_ac_ini i_msgty = 'E' EXCEPTIONS error_message = 1.

FMBD_CHECK_BUDGET_EXISTENCY CALL FUNCTION 'FMBD_CHECK_BUDGET_EXISTENCY' EXPORTING i_fm_area = u_fikrs i_fiscyear = u_gjahr * I_VERSION = * I_F_ADDRESS = * I_FUND = * I_FUNDSCTR = * I_CMMTITEM = * I_FUNCAREA = * I_GRANT_NBR = * I_MEASURE = * I_USERDIM = IMPORTING e_flg_budget = l_flg_budget EXCEPTIONS too_many_parameters = 1 OTHERS = 2 .

FM20_BUDGET_GET_MD_DEL_ALLOWED CALL FUNCTION 'FM20_BUDGET_GET_MD_DEL_ALLOWED' EXPORTING i_fikrs = u_fikrs i_gjahr = u_gjahr IMPORTING e_subrc = l_subrc.

FM13_BSP_GET_MD_DEL_ALLOWED CALL FUNCTION 'FM13_BSP_GET_MD_DEL_ALLOWED' EXPORTING i_fikrs = u_fikrs i_gjahr = u_gjahr i_delete_funds_center = 'X' i_delete_com_item = ' ' IMPORTING e_subrc = l_subrc.

FM_ACTUALS_CHECK CALL FUNCTION 'FM_ACTUALS_CHECK' EXPORTING i_fikrs = u_fikrs i_gjahr_ab = u_gjahr i_gjahr_bis = u_gjahr i_flg_only_ca = 'X' IMPORTING e_flg_actuals_found = l_flg_actuals_found.

FM_FIKRS_GET_ALL_HIVARNT CALL FUNCTION 'FM_FIKRS_GET_ALL_HIVARNT' EXPORTING i_fikrs = u_fikrs TABLES t_fmhivarnt = l_t_fmhivarnt.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' "#EC * EXPORTING textline1 = text-101 textline2 = text-102 textline3 = text-103 text_option1 = text-104 text_option2 = text-105 titel = text-106 IMPORTING answer = c_answer.

ENQUEUE_EFMHISV CALL FUNCTION 'ENQUEUE_EFMHISV' EXPORTING mode_fmhisv = 'E' mandt = sy-mandt fikrs = u_fikrs hivarnt = u_hivar.

VIEW_ENQUEUE CALL FUNCTION 'VIEW_ENQUEUE' EXPORTING action = 'E' enqueue_mode = 'S' view_name = 'V_FM01H' enqueue_range = 'X' TABLES sellist = l_t_sellist EXCEPTIONS client_reference = 1 foreign_lock = 2 system_failure = 5 table_not_found = 6 OTHERS = 7.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = xs_log IMPORTING e_log_handle = es_log_handle EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = is_log_handle i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = es_log_handle i_msgty = gc_info i_probclass = gc_class i_text = iv_text EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = xs_display_profile EXCEPTIONS profile_inconsistent = 1.



Contribute (Add Comments)

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 RFFMMDD3 or its description.