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

IFIFMCCF1_CHAIN_F02 SAP ABAP INCLUDE - IFIFMCCF1CHAINF02







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

FM_FYC_PROGRESS_INDICATE * CALL FUNCTION 'FM_FYC_PROGRESS_INDICATE' * EXPORTING * i_status = 'S' * i_percentage = 10.

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_DOCUMENTS_ENQUEUE * CALL FUNCTION 'FM_FYC_DOCUMENTS_ENQUEUE' * EXPORTING * i_flg_chain = u_f_control_data-flg_chain * i_scope = l_scope * i_cumulative_locks = l_cumulative_locks * CHANGING * c_t_fmioi = l_t_fmioi * c_t_top_messages = l_t_top_messages.

FM_CCF_PROCESS_ERROR_CHAIN CALL FUNCTION 'FM_CCF_PROCESS_ERROR_CHAIN' EXPORTING i_dias = u_dias i_zero = u_zero i_f_control_data = u_f_control_data i_t_value_types = u_t_value_types 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_PROCESS_MAIN_CHAIN CALL FUNCTION 'FM_CCF_PROCESS_MAIN_CHAIN' EXPORTING i_dias = u_dias i_zero = u_zero i_f_control_data = u_f_control_data i_t_value_types = u_t_value_types IMPORTING e_t_outlist = l_t_outlist e_t_messages = l_t_messages CHANGING c_t_fmioi = st_t_fmioi c_t_fmifiit = st_t_fmifiit c_t_orig_amounts = st_t_orig_amounts c_t_orig_amounts_fi = st_t_orig_amounts_fi.

FM_CCF_DELETE_CHAIN CALL FUNCTION 'FM_CCF_DELETE_CHAIN' EXPORTING if_fmifiit = l_f_fmifiit if_fmioi = TABLES ct_fmifiit = c_t_fmifiit ct_fmioi = c_t_fmioi.

FM_CCF_DELETE_CHAIN CALL FUNCTION 'FM_CCF_DELETE_CHAIN' EXPORTING if_fmifiit = if_fmioi = l_f_fmioi TABLES ct_fmifiit = c_t_fmifiit ct_fmioi = c_t_fmioi.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'FM_REFBTYP' langu = sy-langu IMPORTING dd01v_wa = ls_ddif1 TABLES dd07v_tab = lt_dd07v.

FM_CCF_PROCESS_ERROR_CHAIN CALL FUNCTION 'FM_CCF_PROCESS_ERROR_CHAIN' EXPORTING i_dias = u_dias i_zero = u_zero i_f_control_data = u_f_control_data i_t_value_types = u_t_value_types IMPORTING e_t_outlist = l_t_outlist e_t_messages = c_t_messages TABLES e_t_budget_data = l_t_budget_data CHANGING c_t_fmioi = l_t_fmioi c_t_fmifiit = l_t_fmifiit.



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