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

RFFMFPCPY SAP ABAP Report - Copy Assignment of Commitment Items to Revenue Type







RFFMFPCPY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program when structural and grouping changes are made to the fiscal year change for your organization and need to reassign the existing revenue types to commitment items accordingly because of this...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 RFFMFPCPY 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

FMFPCOPY - Copy Assgmt of Cmmt Item to Rev Type


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 RFFMFPCPY. "Basic submit
SUBMIT RFFMFPCPY AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMFPCPY 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_FIPOS = D Only Insert Existing CmmtItems
Selection Text: P_SGJAHR = D Source Fiscal Year
Selection Text: P_TEST = D Test Run
Selection Text: P_TGJAHR = D Target Fiscal Year
Selection Text: SO_BUKFM = D Company Code Variant
Selection Text: SO_PSOEA = D Revenue Type
Title: Copy Assignment of Commitment Items to Revenue Type
Text Symbol: 001 = Selection
Text Symbol: 002 = Parameters
Text Symbol: 010 = Copying of Assignments: Update Run
Text Symbol: 020 = Copying of Assignments: Test Run


INCLUDES used within this REPORT RFFMFPCPY

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:

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

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 = sy-tfill.

FI_PSO_PAYAC02_READ2 CALL FUNCTION 'FI_PSO_PAYAC02_READ2' EXPORTING i_gjahr = p_sgjahr IMPORTING e_payac02 = l_f_payac02_s.

FI_PSO_PAYAC02_READ2 CALL FUNCTION 'FI_PSO_PAYAC02_READ2' EXPORTING i_gjahr = p_tgjahr IMPORTING e_payac02 = l_f_payac02_t.

VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' EXPORTING view_action = 'U' view_name = 'PSO07' EXCEPTIONS invalid_action = 1 no_authority = 2 no_clientindependent_authority = 3 table_not_found = 4 no_linedependent_authority = 5 OTHERS = 6.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_s_log EXCEPTIONS OTHERS = 1.

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = l_t_payac07-bukrs IMPORTING e_t001 = l_f_t001.

FM_FYC_RECEIVER_DERIVE CALL FUNCTION 'FM_FYC_RECEIVER_DERIVE' EXPORTING i_fikrs = l_fikrs i_gjahr = p_sgjahr i_receiver_year = p_tgjahr i_flg_check_receivers = space i_f_source_fields = l_f_source IMPORTING e_f_target_fields = l_f_target.

FM_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fikrs = -fikrs i_gjahr = p_tgjahr i_fipex = -fipex_new EXCEPTIONS OTHERS = 1.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = l_s_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_profile EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg EXCEPTIONS log_not_found = 0 OTHERS = 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 RFFMFPCPY or its description.