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

RFFMCCF_APPROVE SAP ABAP Report - Approval of Carryforward of Open Items







RFFMCCF_APPROVE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this program you can use a one or two-level approval procedure for the commitment carryforward...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 RFFMCCF_APPROVE 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

FMJ_APP - Approval Step Cmmt Carryforward


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 RFFMCCF_APPROVE. "Basic submit
SUBMIT RFFMCCF_APPROVE AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMCCF_APPROVE 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_APPR = D .
Selection Text: P_APBUD = D .
Selection Text: P_APCCF = D .
Selection Text: P_AVC = D .
Selection Text: P_DIAL = D .
Selection Text: P_FIKRS = D .
Selection Text: P_GJAHR = D .
Selection Text: P_LOTNR = D .
Selection Text: P_REJE = D .
Selection Text: P_TEST = D .
Title: Approval of Carryforward of Open Items


INCLUDES used within this REPORT RFFMCCF_APPROVE

INCLUDE RKASMAWF.
INCLUDE IFIFMCCF_JOINTF06.
INCLUDE IFIFMCCF_JOINTF12.
INCLUDE RFFMCCF_APPROVE_F01.
INCLUDE RFFMCCF_APPROVE_F02.
INCLUDE RFFMCCF_APPROVE_F03.
INCLUDE RFFMCCF_APPROVE_F04.
INCLUDE RFFMCCF_APPROVE_F05.
INCLUDE RFFMCCF_APPROVE_F06.
INCLUDE RFFMCCF_APPROVE_F07.
INCLUDE RFFMCCF_APPROVE_F08.
INCLUDE RFFMCCF_APPROVE_F09.
INCLUDE RFFMCCF_APPROVE_F10.
INCLUDE RFFMCCF_APPROVE_F11.
INCLUDE RFFMCCF_APPROVE_F12.
INCLUDE RFFMCCF_APPROVE_F13.
INCLUDE RFFMCCF_APPROVE_F15.


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_FYC_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' EXPORTING i_flg_fikrs_only = con_on.

FM_FYC_SELSCR_FRAME_TITLES_GET CALL FUNCTION 'FM_FYC_SELSCR_FRAME_TITLES_GET' IMPORTING e_text_prctrl = bltxtprc e_text_approv = bltxtlot.

FM_FYC_FIKRS_SET CALL FUNCTION 'FM_FYC_FIKRS_SET' EXPORTING i_flg_check_only = con_on CHANGING c_fikrs = p_fikrs.

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

FM_FYC_FIKRS_SET CALL FUNCTION 'FM_FYC_FIKRS_SET' EXPORTING i_flg_check_only = con_on CHANGING c_fikrs = p_fikrs.

FM_FYC_AUTHORITY_CHECK CALL FUNCTION 'FM_FYC_AUTHORITY_CHECK' EXPORTING i_fikrs = p_fikrs i_activity = fmau_cf_approve i_activity_a = space.

FM_CHANGE_AA_PLAN_CHECK_LOCK CALL FUNCTION 'FM_CHANGE_AA_PLAN_CHECK_LOCK' EXPORTING i_fikrs = p_fikrs i_gjahr_sender = p_gjahr.

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_CCF_CONTROL_DATA_GET CALL FUNCTION 'FM_CCF_CONTROL_DATA_GET' EXPORTING i_fikrs = p_fikrs IMPORTING e_f_control_data = g_f_control_data e_t_value_types = g_t_value_types.

FM_CCF_VALUE_TYPES_FILTER CALL FUNCTION 'FM_CCF_VALUE_TYPES_FILTER' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr CHANGING c_t_value_types = g_t_value_types.

FMKU_CHECK_NB_ACTIVATION * CALL FUNCTION 'FMKU_CHECK_NB_ACTIVATION' * EXPORTING * i_fm_area = p_fikrs * i_fiscyear = p_gjahr * IMPORTING * e_flg_bcs_active = g_f_control_data-nb_active.



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