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

IFIFMCCFR_CHAIN_F01 SAP ABAP INCLUDE - IFIFMCCFRCHAINF01







IFIFMCCFR_CHAIN_F01 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_CHAIN_F01 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_CHAIN_F01. "Basic submit
SUBMIT IFIFMCCFR_CHAIN_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT IFIFMCCFR_CHAIN_F01 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_CHAIN_F01

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_CCF_REVERSE_ERROR_CHAIN CALL FUNCTION 'FM_CCF_REVERSE_ERROR_CHAIN' EXPORTING i_zero = ' ' " Unused i_dias = p_dias i_f_control_data = u_f_control_data i_t_fmccfd = l_t_fmccfd_total IMPORTING e_t_outlist = l_t_outlist " Need the output of locked documents. Still have to create error messages for those. The error messages are not at teh top message level but for each locked document..

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

FM_CCF_REVERSE_MAIN_CHAIN CALL FUNCTION 'FM_CCF_REVERSE_MAIN_CHAIN' EXPORTING i_zero = p_zero i_dias = p_dias i_f_control_data = u_f_control_data i_t_fmccfd = st_t_fmccfd IMPORTING e_t_outlist = l_t_outlist e_t_messages = l_t_messages.

FM_CCF_CHAIN_GET CALL FUNCTION 'FM_CCF_CHAIN_GET' EXPORTING i_gjahr = u_f_control_data-rgjahr i_t_oi_keys = l_t_fmikeyoi i_t_fi_keys = l_t_fmikeyfi IMPORTING e_t_oi_keys = l_t_fmikeyoi_all e_t_fi_keys = l_t_fmikeyfi_all.



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