SAP Reports / Programs | Public Sector Management | Funds Management(PSM-FM) SAP PSM

RFFMDLBL SAP ABAP Report - Delete c/fwd Fund balances







RFFMDLBL 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 RFFMDLBL into the relevant SAP transactions such as SE38 or SE80


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 RFFMDLBL. "Basic submit
SUBMIT RFFMDLBL AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMDLBL 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: S_VRGNG = Business transaction
Selection Text: S_FONDS = D Fund
Selection Text: P_TEST = D Test Run
Selection Text: P_SELVAR = D Variant Name
Selection Text: P_GJAHR = D Fiscal Year
Selection Text: P_FIKRS = D Financial Management Area
Selection Text: P_DISP = Detail list
Title: Delete c/fwd Fund balances
Text Symbol: 800 = Process Control
Text Symbol: 213 = Nothing found.
Text Symbol: 212 = Number of deleted Fund balances :
Text Symbol: 211 = Total:
Text Symbol: 210 = Balance - local currency
Text Symbol: 209 = Stat
Text Symbol: 208 = VT
Text Symbol: 207 = Functional Area
Text Symbol: 206 = Commitment Item
Text Symbol: 205 = Funds center
Text Symbol: 204 = Fund
Text Symbol: 203 = CoCd
Text Symbol: 202 = Controlling
Text Symbol: 201 = Commitment budget
Text Symbol: 200 = Payment budget
Text Symbol: 103 = Fiscal year
Text Symbol: 102 = FM area
Text Symbol: 101 = Test run
Text Symbol: 100 = Update run


INCLUDES used within this REPORT RFFMDLBL

INCLUDE IFIFMFYC_FONDS_SEL.
INCLUDE RKASMAWF.
INCLUDE IFIFMFYC_FONDS_CHECK_KZBST.


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_FYC_FIKRS_SET CALL FUNCTION 'FM_FYC_FIKRS_SET' CHANGING c_fikrs = p_fikrs.

FM_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' IMPORTING e_fund_active = g_flg_fund_active.

FM_FYC_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' EXPORTING i_t_fcode_excl = g_t_fcode_excl i_flg_funds_only = 'X' IMPORTING e_text_block_fma = bltxtfma e_text_block_mass = bltxtmss e_text_button = pbfmsele e_title_selvar_f4 = g_selvar_f4_title.

FM_MULTIPLE_SELECTION_TEXT_GET CALL FUNCTION 'FM_MULTIPLE_SELECTION_TEXT_GET' EXPORTING i_flg_funds_only = 'X' i_flg_msel_active = p_mass IMPORTING e_text_button = pbfmsele.

FM_FYC_SEL_VARIANT_CHECK CALL FUNCTION 'FM_FYC_SEL_VARIANT_CHECK' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr i_selvar = p_selvar i_sel_repname = con_sel_report.

FM_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' IMPORTING e_fund_active = g_flg_fund_active.

FM_FYC_AUTHORITY_CHECK CALL FUNCTION 'FM_FYC_AUTHORITY_CHECK' EXPORTING i_fikrs = p_fikrs.

FM_FYC_SELECT_FUNDS CALL FUNCTION 'FM_FYC_SELECT_FUNDS' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr i_selvar = p_selvar IMPORTING e_t_funds = g_t_funds.

FM_FYC_FIKRS_SET CALL FUNCTION 'FM_FYC_FIKRS_SET' EXPORTING i_flg_change = 'X' CHANGING c_fikrs = p_fikrs.

RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING report = con_sel_report new_title = g_selvar_f4_title IMPORTING sel_variant = p_selvar.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = 'RFFMDLBL' i_wfitem = wf_witem i_wflist = wf_wlist i_flg_test = p_test IMPORTING e_f_schedman_key = g_f_schedman_key.

FM_FYC_SELECT_FUNDS CALL FUNCTION 'FM_FYC_SELECT_FUNDS' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr i_flg_no_list = 'X' i_selvar = p_selvar IMPORTING e_t_funds = g_t_funds.

FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_cnt_obj = g_cnt_items.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = u_fikrs IMPORTING f_fm01 = u_f_fm01.

FM_FINCODE_READ_ALL CALL FUNCTION 'FM_FINCODE_READ_ALL' EXPORTING i_fikrs = u_fikrs i_flg_only_kzbst = 'X' " Set balance update TABLES t_fincode = u_r_fonds t_fmfincode = l_t_fmfincode.



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