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

BPCLOSE_I2 SAP ABAP INCLUDE - Include BPCLOSE_I2







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


Text pool values


Title: Include BPCLOSE_I2


INCLUDES used within this REPORT BPCLOSE_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.

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.

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_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.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = ls_repid * i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_PAGE' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_grid_title = g_titel is_layout = ls_layo it_fieldcat = lt_fcat it_except_qinfo = g_t_except_qinfo TABLES t_outtab = g_t_post_struc EXCEPTIONS program_error = 1 OTHERS = 2.

ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = 'ICON_RED_LIGHT' IMPORTING icon_text = g_error_icon_text.

ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = 'ICON_GREEN_LIGHT' IMPORTING icon_text = g_ok_icon_text.

ICON_CHECK CALL FUNCTION 'ICON_CHECK' EXPORTING icon_name = 'ICON_YELLOW_LIGHT' IMPORTING icon_text = g_warning_icon_text.



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