SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting and Availability Control(PSM-FM-BU) SAP PSM

RFFMDRFI SAP ABAP Report - Copying of Cover Pools







RFFMDRFI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Copying a cover pool The program copies the account assignments over to a certain funds center of a cover pool on another funds center that either belongs to the same or another cover pool...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFFMDRFI 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

FM7K_N - Copy Cover Pools with Funds Centers


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 RFFMDRFI. "Basic submit
SUBMIT RFFMDRFI AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMDRFI 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_TEST = Test Run
Selection Text: P_PROTO = With Log
Selection Text: P_GJAHRT = Fiscal Year
Selection Text: P_GJAHR = Fiscal year
Selection Text: P_FIKRST = FM Area
Selection Text: P_FIKRS = FM Area
Selection Text: P_FICTRT = Funds Center
Selection Text: P_FICTR = Funds Center
Selection Text: P_ECHT = Update Run
Selection Text: P_DECKRT = Cover Pool
Selection Text: P_DECKR = Cover Pool
Title: Copying of Cover Pools
Text Symbol: 220 = Target Acct Assgmt Succesfully Copied into the Target Cover Pool
Text Symbol: 212 = Cover Pools
Text Symbol: 205 = FMA Year Commitment Item Funds Center Fund
Text Symbol: 204 = Inconsistencies Occurred (see Log)
Text Symbol: 202 = Copying Successfully Completed
Text Symbol: 201 = No Budget Object Data was Found
Text Symbol: 200 = Database Errors Occurred; Processing Cancelled
Text Symbol: 114 = Copying of Cover Pool / Real Run
Text Symbol: 113 = Copying of Cover Pool / Test Run
Text Symbol: 105 = Cover Pool
Text Symbol: 104 = To FM Area
Text Symbol: 103 = Fiscal Year
Text Symbol: 102 = From FM Area
Text Symbol: 090 = FM Account Assignment successfully copied
Text Symbol: 080 = FM Account Assignment belongs to a Cover Pool
Text Symbol: 070 = No Valid Expenditure Items in Target
Text Symbol: 060 = No Valid Expenditure Items in Source
Text Symbol: 053 = Faulty Data Record/Funds Center
Text Symbol: 052 = Faulty Data Record/Commitment Item
Text Symbol: 050 = Faulty Data Record
Text Symbol: 040 = FMAA Is not a Bdgt Object
Text Symbol: 030 = Fund Does not Exist
Text Symbol: 020 = Funds Center Does not Exist
Text Symbol: 010 = Commitment Item Does not Exist
Text Symbol: 003 = Expend.
Text Symbol: 002 = To





Text Symbol: 001 = From


INCLUDES used within this REPORT RFFMDRFI

INCLUDE IFIFMCON_BOOL.
INCLUDE LKBPPEQU.
INCLUDE LFMAUEQU.
INCLUDE RKASMAWF.


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:

FMFK_FIKRS_READ call function 'FMFK_FIKRS_READ' exporting ip_fikrs = p_fikrs.

FMFK_FIKRS_READ call function 'FMFK_FIKRS_READ' exporting ip_fikrs = p_fikrst.

FMDECKRG_READ call function 'FMDECKRG_READ' exporting ip_deckrng = p_deckrt ip_fikrs = p_fikrst ip_gjahr = p_gjahrt importing op_f_fmdeckrg = g_f_fmdeckrg.

FM_MEMBERS_TO_COVER_POOL call function 'FM_MEMBERS_TO_COVER_POOL' exporting ip_fikrs = p_fikrs ip_gjahr = p_gjahr ip_deckungsring = p_deckr tables t_fmdeckhk = g_t_fmdeckhk exceptions data_not_found = 1 input_wrong = 2 others = 3.

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

COVER_POOL_MEMBER_CHECK call function 'COVER_POOL_MEMBER_CHECK' exporting ip_hmk_key = g_t_fmkt_finanzkonto_key ip_payment_check = g_t_fmdeckhk-gdpay ip_commitment_check = g_t_fmdeckhk-gdcom exceptions not_member_pay = 1 not_member_com = 2 not_member = 3 others = 4.

FM_ACCOUNT_ASSIGNMENT_CHECK call function 'FM_ACCOUNT_ASSIGNMENT_CHECK' exporting ip_fikrs = p_fikrst ip_gjahr = p_gjahrt tables t_protocol = g_t_protocol changing ip_fm_account_assignment = l_f_fm_account_assignment exceptions error_occured = 1.

FMDECKHK_INSERT call function 'FMDECKHK_INSERT' tables t_fmdeckhk = g_t_fmdeckhk_s exceptions action_success = 1 error = 2 no_input_data = 3 others = 4.

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_aplstat = g_aplstat i_cnt_obj = n_copied.

FM_CVP_AUTH_CHECK_COVER_POOL call function 'FM_CVP_AUTH_CHECK_COVER_POOL' exporting i_f_global = l_f_global i_cover_pool = p_deckr * I_FLG_POOL = * I_FLG_ALL_POOLS = * I_FLG_MEMBERS = i_flg_all_data = con_on * I_FLG_ALL_MTHDS = * I_FLG_MTHD_COMPLETE = * I_FLG_MTHD_MARK_CVR = * i_flg_issue_message = 'X' changing c_t_auth_rqustd = l_t_auth[].

FM_CVP_AUTH_CHECK_COVER_POOL call function 'FM_CVP_AUTH_CHECK_COVER_POOL' exporting i_f_global = l_f_global i_cover_pool = p_deckrt i_flg_pool = con_on * I_FLG_ALL_POOLS = * I_FLG_MEMBERS = i_flg_all_data = con_on * I_FLG_ALL_MTHDS = * I_FLG_MTHD_COMPLETE = * I_FLG_MTHD_MARK_CVR = * i_flg_issue_message = 'X' changing c_t_auth_rqustd = l_t_auth[] .

FM_FICTR_READ_SINGLE call function 'FM_FICTR_READ_SINGLE' exporting i_fikrs = p_fikrs i_fictr = p_fictr i_flag_hier = con_on i_gjahr = p_gjahr importing e_f_fmfctr = l_f_fmfctr.

FM_AUTH_CHECK_GRP_FUNDS_CENTER call function 'FM_AUTH_CHECK_GRP_FUNDS_CENTER' exporting i_fikrs = p_fikrs i_authgrp_fictr = l_f_fmfctr-augrp I_FICTR = p_fictr i_actvt = fmau_display.

FM_FICTR_READ_SINGLE call function 'FM_FICTR_READ_SINGLE' exporting i_fikrs = p_fikrst i_fictr = p_fictrt i_flag_hier = con_on i_gjahr = p_gjahrt importing e_f_fmfctr = l_f_fmfctr.

FM_AUTH_CHECK_GRP_FUNDS_CENTER call function 'FM_AUTH_CHECK_GRP_FUNDS_CENTER' exporting i_fikrs = p_fikrst i_authgrp_fictr = l_f_fmfctr-augrp I_FICTR = p_fictrt i_actvt = fmau_change.

FM_AUTH_CHECK_FM_AREA call function 'FM_AUTH_CHECK_FM_AREA' exporting i_fikrs = p_fikrs i_actvt = fmau_display i_msgty = 'E'.






FM_AUTH_CHECK_FM_AREA call function 'FM_AUTH_CHECK_FM_AREA' exporting i_fikrs = p_fikrst i_actvt = fmau_change i_msgty = 'E'.



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