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

BPCARRFOR_I2 SAP ABAP INCLUDE - BPCARRFORI2







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

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:

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = g_fikrs.

KBPS_CHECK_VERSION CALL FUNCTION 'KBPS_CHECK_VERSION' EXPORTING im_applik = l_funds im_version = g_versn im_wrttp = l_wfbudget im_wrttp2 = l_wpbudget.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = g_fikrs i_actvt = fmau_ac_ini i_msgty = 'E'.

FM_AUTH_CHECK_VERSION CALL FUNCTION 'FM_AUTH_CHECK_VERSION' EXPORTING i_fikrs = g_fikrs i_versn = g_versn i_actvt = fmau_ac_ini i_msgty = 'E'.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = g_fikrs ip_fincode = g_fund-low.

K_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'K_GET_ACTIVE_DIMENSIONS' IMPORTING e_fund_active = l_fund_active.

FM_LEDGER_CHECK_ACTIVE CALL FUNCTION 'FM_LEDGER_CHECK_ACTIVE' EXPORTING i_fm_area = g_fikrs IMPORTING e_flg_active = l_flg_bl_active.

FM_GET_DATES_FROM_GJAHR CALL FUNCTION 'FM_GET_DATES_FROM_GJAHR' EXPORTING ip_applc = 'A' ip_fikrs = g_fikrs ip_gjahr = g_gjahr IMPORTING op_datbis = g_budat EXCEPTIONS OTHERS = 1.

KBPS_GET_CURRENCY CALL FUNCTION 'KBPS_GET_CURRENCY' EXPORTING fikrs = g_fikrs fikrs_ca_periv = 'X' IMPORTING periv = l_periv.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = g_budat i_periv = l_periv IMPORTING e_buper = l_period e_gjahr = l_gjahr.

FIFM_GET_PERIODS CALL FUNCTION 'FIFM_GET_PERIODS' EXPORTING i_applc = 'A' i_fikrs = g_fikrs IMPORTING e_anzbp = l_last_period e_anzsp = l_spec_period.

K_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'K_GET_ACTIVE_DIMENSIONS' IMPORTING e_fund_active = l_fund_active.

BP_READ_SUBTYPE_FOR_AVC_SINGLE CALL FUNCTION 'BP_READ_SUBTYPE_FOR_AVC_SINGLE' EXPORTING i_year = g_gjahr i_fm_area = g_fikrs i_fund = g_t_fund-fund IMPORTING e_avc_subtype = g_avc_subtype e_all_subtypes = g_all_subtypes.

FM_FIPEX_READ_SINGLE_DATA CALL FUNCTION 'FM_FIPEX_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fm_area i_gjahr = g_gjahr i_fipex = u_fipex IMPORTING e_f_vfmpg = lf_vfmpg.

KBPI_BUDGET_TRANSFER CALL FUNCTION 'KBPI_BUDGET_TRANSFER' EXPORTING testrun = g_test doc_header = g_f_header IMPORTING entry_doc_number = g_entry_doc_number hierarchy_doc_number = g_hierarchy_doc_number TABLES doc_items_sender = g_t_sender_post doc_items_receiver = g_t_receiver_post return = g_t_return.

FM_FICTR_READ_MULTIPLE CALL FUNCTION 'FM_FICTR_READ_MULTIPLE' EXPORTING i_fikrs = g_fikrs i_gjahr = g_gjahr TABLES r_fictr = s_fictr t_fmfctr = l_t_fmfctr.

FM_COM_ITEM_READ_MULTIPLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_MULTIPLE_DATA' EXPORTING i_fikrs = g_fikrs i_gjahr = g_gjahr TABLES r_fipex = s_fipex e_t_fmci = l_t_fmci.



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