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

IFIFMCCFR_F02 SAP ABAP INCLUDE - IFIFMCCFRF02







IFIFMCCFR_F02 is a standard ABAP INCLUDE 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 IFIFMCCFR_F02 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 IFIFMCCFR_F02. "Basic submit
SUBMIT IFIFMCCFR_F02 AND RETURN. "Return to original report after report execution complete
SUBMIT IFIFMCCFR_F02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT IFIFMCCFR_F02

No INCLUDES are used within this REPORT code!


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_PAYTR_ENQUEUE_S200P CALL FUNCTION 'FM_PAYTR_ENQUEUE_S200P' EXPORTING u_anz_paral = u_f_control_data-procnum_paytr.

ENQUEUE_EFMCCFLOT CALL FUNCTION 'ENQUEUE_EFMCCFLOT' EXPORTING FIKRS = u_f_control_data-fikrs SYEAR = u_f_control_data-sgjahr CFLOTNR = u_f_control_data-cflotnr _SCOPE = '1' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

FM_FYC_PROGRESS_INDICATE CALL FUNCTION 'FM_FYC_PROGRESS_INDICATE' EXPORTING i_status = 'S' i_percentage = l_percent i_f_dimensions = l_f_account.

FM_FYC_PROGRESS_INDICATE CALL FUNCTION 'FM_FYC_PROGRESS_INDICATE' EXPORTING i_percentage = l_percent i_status = 'P'.

FM_FYC_DOCUMENTS_DEQUEUE CALL FUNCTION 'FM_FYC_DOCUMENTS_DEQUEUE' EXPORTING i_f_control_data = u_f_control_data i_t_fmccfd = st_t_fmccfd.

FM_CCF_REVERSE_MAIN_P CALL FUNCTION 'FM_CCF_REVERSE_MAIN_P' STARTING NEW TASK l_taskname DESTINATION IN GROUP c_f_rfc_control-serv_group PERFORMING come_back ON END OF TASK EXPORTING i_itemlog = u_itemlog i_task = l_taskname i_f_control_data = u_f_control_data TABLES t_fmccfd = l_t_fmccfd_pack EXCEPTIONS RESOURCE_FAILURE = 1 system_failure = 2 MESSAGE l_mess communication_failure = 3 MESSAGE l_mess OTHERS = 4. "#EC ENHOK

FM_CCF_REVERSE_MAIN CALL FUNCTION 'FM_CCF_REVERSE_MAIN' EXPORTING i_dias = u_dias i_itemlog = u_itemlog i_f_control_data = u_f_control_data i_t_fmccfd = st_t_fmccfd IMPORTING e_t_outlist = l_t_outlist e_t_sumlist = l_t_sumlist e_t_messages = l_t_messages.

ENQUEUE_EGFMBDE CALL FUNCTION 'ENQUEUE_EGFMBDE' EXPORTING RFIKRS = L_S_CCF_CTRL_DATA-fikrs RYEAR = L_S_CCF_CTRL_DATA-sgjahr _SCOPE = '1' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

ENQUEUE_EGFMBDE CALL FUNCTION 'ENQUEUE_EGFMBDE' EXPORTING RFIKRS = L_S_CCF_CTRL_DATA-fikrs RYEAR = L_S_CCF_CTRL_DATA-rgjahr _SCOPE = '1' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 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 IFIFMCCFR_F02 or its description.