SAP Reports / Programs

RFFMCCOVR SAP ABAP Report - FM Closing Operations: Reassign Open Commitment







RFFMCCOVR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Note: This program refers to the Budget Control System (BCS)...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 RFFMCCOVR 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

FMCCOVR - FM Obligation Closeout


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 RFFMCCOVR. "Basic submit
SUBMIT RFFMCCOVR AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCCOVR 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_WRTTP = D Value Type
Selection Text: S_MEASR = D Funded Program
Selection Text: S_GRANT = D Grant
Selection Text: S_FONDS = D Fund
Selection Text: S_FIPEX = D Commitment Item
Selection Text: S_FICTR = D Funds Center
Selection Text: S_FAREA = D Functional Area
Selection Text: S_BUKRS = D Company Code
Selection Text: S_BELNR = D Document Number
Selection Text: P_TEST = D Test Run
Selection Text: P_SELVAR = D Variant Name
Selection Text: P_PERIOD = D Period
Selection Text: P_PARAL = D Parallel Processing
Selection Text: P_KNGJHR = D Fiscal Year FI Document No.
Selection Text: P_ITEMLG = D Detail List
Selection Text: P_FMDATE = D FM Posting Date
Selection Text: P_FIKRS = D Financial Management Area
Selection Text: P_DISVAR = D Layout
Selection Text: P_DIAS = D Process with Dialog
Selection Text: P_BDDATE = D Document Date
Title: FM Closing Operations: Reassign Open Commitment
Text Symbol: 401 = Reassign Open Items - Error Log
Text Symbol: 400 = Reassign Open Items - Summary Log
Text Symbol: 200 = Allowed Values Types of Commitment Documents
Text Symbol: 112 = Item Number
Text Symbol: 110 = Messages for Document No.
Text Symbol: 091 = Open Items to be Reassigned
Text Symbol: 090 = Open Items to be Reassigned
Text Symbol: 070 = Number of Items
Text Symbol: 024 = With Dialog
Text Symbol: 023 = Selection Processed


INCLUDES used within this REPORT RFFMCCOVR

INCLUDE IFIFMCCOVRTOP.
INCLUDE IFIFMFYC_FMACC_SEL.
INCLUDE IFIFMFYC_WRTDC_SEL.
INCLUDE IFIFMCCLS_PRCTR_SEL.
INCLUDE RKASMAWF.
INCLUDE IFIFMCCF_JOINTF02.
INCLUDE IFIFMCCLS_F05.




INCLUDE IFIFMCCLS_F18.
INCLUDE IFIFMCCLS_F35.


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_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' IMPORTING e_text_block_fma = bltxtfma e_text_block_mass = bltxtmss e_text_button = pbfmsele e_title_selvar_f4 = g_selvar_f4_title.

FM_FYC_SELSCR_FRAME_TITLES_GET CALL FUNCTION 'FM_FYC_SELSCR_FRAME_TITLES_GET' IMPORTING * e_text_ledger = bltxtldr e_text_docsel = bltxtwrt e_text_fidocs = bltxtfid e_text_prctrl = bltxtprc.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = 'CO_PERIO' langu = sy-langu IMPORTING dd04v_wa = l_f_dd04v.

FM_GET_VALID_PERIOD_FROM_DATE CALL FUNCTION 'FM_GET_VALID_PERIOD_FROM_DATE' EXPORTING i_fm_area = p_fikrs i_date = p_fmdate i_old_period = p_period IMPORTING e_new_period = p_period.

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

FM_GET_VALID_PERIOD_FROM_DATE CALL FUNCTION 'FM_GET_VALID_PERIOD_FROM_DATE' EXPORTING i_fm_area = p_fikrs i_date = p_fmdate i_old_period = p_period IMPORTING e_new_period = p_period.

FM_GET_YEAR_FROM_DATE CALL FUNCTION 'FM_GET_YEAR_FROM_DATE' EXPORTING i_applc = applc_ca i_farea = p_fikrs i_date = p_fmdate i_periv = g_f_control_data-periv IMPORTING e_year = g_f_control_data-gjahr EXCEPTIONS applc_not_supported = 1 no_periv = 2 OTHERS = 3.

FM_CHECK_SPECIAL_PERIOD CALL FUNCTION 'FM_CHECK_SPECIAL_PERIOD' EXPORTING i_fm_area = p_fikrs i_fm_update_date = p_fmdate i_fm_period = p_period.

FM_REAS_READ_ENV CALL FUNCTION 'FM_REAS_READ_ENV' EXPORTING i_fikrs = p_fikrs i_gjahr = g_f_control_data-gjahr i_activity = fmfyc_con_proc_reas EXCEPTIONS no_environment_assigned = 1 OTHERS = 2.

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

FM_CCOVR_CONTROL_DATA_GET CALL FUNCTION 'FM_CCOVR_CONTROL_DATA_GET' EXPORTING i_fikrs = p_fikrs IMPORTING e_f_control_data = g_f_control_data.

FM_GET_YEAR_FROM_DATE CALL FUNCTION 'FM_GET_YEAR_FROM_DATE' EXPORTING i_farea = p_fikrs i_date = p_fmdate i_periv = g_f_control_data-periv IMPORTING e_year = g_f_control_data-gjahr EXCEPTIONS applc_not_supported = 1 no_periv = 2 OTHERS = 3.



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