SAP Reports / Programs

BPINDX05 SAP ABAP Report - Prepare Budget Carryforward in Funds Management (2 Years)







BPINDX05 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program BPINDX05 groups all the commitment/actual data together for the fiscal year-change...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter BPINDX05 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FMJA - Budget Year-End Closing: Prepare


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


Text pool values


Budget Closing Operations in FM: Prepare Carryforward
Selection Text: P_COM = Commitment budget
Selection Text: P_FIKRS = D FM Area
Selection Text: P_GJAHR = D Sender Fiscal Year
Selection Text: P_PAY = Payment budget
Selection Text: P_SELVAR = D Variant Name
Selection Text: P_VARI = D Layout
Selection Text: S_FOND = D Fund
Title: Prepare Budget Carryforward in Funds Management (2 Years)
Text Symbol: 002 = Ledger
Text Symbol: 015 = Variant Catalog for Multipe Selection Tool
Text Symbol: 021 = Fund
Text Symbol: 022 = Comment
Text Symbol: 023 = Layout


INCLUDES used within this REPORT BPINDX05

BPINDXI4. "470
INCLUDE RKASMAWF.


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_FYC_FIKRS_SET CALL FUNCTION 'FM_FYC_FIKRS_SET' CHANGING c_fikrs = p_fikrs c_flg_both_ledgers = g_flg_both_ledgers.

FM_FYC_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' EXPORTING i_t_fcode_excl = g_t_fcode_excl i_flg_funds_only = con_on IMPORTING e_text_block_fma = bltxtfma e_text_block_mass = bltxtmss e_text_button = pbfmsele e_title_selvar_f4 = g_selvar_f4_title.

FM_FYC_SELECT_FUNDS CALL FUNCTION 'FM_FYC_SELECT_FUNDS' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr i_selvar = p_selvar IMPORTING e_t_range_fund = g_r_fond.

FM_FYC_FIKRS_SET CALL FUNCTION 'FM_FYC_FIKRS_SET' EXPORTING i_flg_change = con_on CHANGING c_fikrs = p_fikrs c_flg_paybudget = p_pay c_flg_combudget = p_com c_flg_both_ledgers = g_flg_both_ledgers.

FM_FYC_FIKRS_SET CALL FUNCTION 'FM_FYC_FIKRS_SET' EXPORTING i_flg_check_only = con_on CHANGING c_fikrs = p_fikrs c_flg_paybudget = p_pay c_flg_combudget = p_com c_flg_both_ledgers = g_flg_both_ledgers.

FM_FYC_SEL_VARIANT_CHECK CALL FUNCTION 'FM_FYC_SEL_VARIANT_CHECK' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr i_selvar = p_selvar i_sel_repname = con_sel_report.

FM_FYC_FIKRS_SET CALL FUNCTION 'FM_FYC_FIKRS_SET' EXPORTING i_flg_check_only = con_on CHANGING c_fikrs = p_fikrs c_flg_paybudget = p_pay c_flg_combudget = p_com c_flg_both_ledgers = g_flg_both_ledgers.

FM_MULTIPLE_SELECTION_TEXT_GET CALL FUNCTION 'FM_MULTIPLE_SELECTION_TEXT_GET' EXPORTING i_flg_funds_only = con_on i_flg_msel_active = p_mass IMPORTING e_text_button = pbfmsele.

RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING report = con_sel_report new_title = g_selvar_f4_title IMPORTING sel_variant = p_selvar.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = 'BPINDX05' i_tcode = 'FMJA' i_wfitem = wf_witem i_wflist = wf_wlist IMPORTING e_f_schedman_key = g_f_schedman_key.

FM_FYC_SELECT_FUNDS CALL FUNCTION 'FM_FYC_SELECT_FUNDS' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr i_flg_no_list = con_on i_selvar = p_selvar IMPORTING e_t_range_fund = s_fond[].

LIST_FROM_MEMORY * CALL FUNCTION 'LIST_FROM_MEMORY' * TABLES * listobject = l_t_listobject1 * EXCEPTIONS * not_found = 0.

FM_CF_GET_REC_FUNDS CALL FUNCTION 'FM_CF_GET_REC_FUNDS' EXPORTING i_fikrs = p_fikrs i_gjahr = p_gjahr i_geber = l_t_s_geber-geber * I_VERSN = '000' i_flg_pay = 'X' i_flg_com = 'X' i_xreal = 'X' TABLES t_geber_e = l_t_geber.

LIST_FROM_MEMORY * CALL FUNCTION 'LIST_FROM_MEMORY' * TABLES * listobject = l_t_listobject2 * EXCEPTIONS * not_found = 0.

WRITE_LIST * CALL FUNCTION 'WRITE_LIST' * TABLES * listobject = l_t_listobject1 * EXCEPTIONS * empty_list = 0.

WRITE_LIST * CALL FUNCTION 'WRITE_LIST' * TABLES * listobject = l_t_listobject2 * EXCEPTIONS * empty_list = 0.

FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = iv_save CHANGING cs_variant = xs_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_F4





CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = xs_variant i_save = gv_save IMPORTING e_exit = gv_exit es_variant = xs_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = iv_save CHANGING cs_variant = xs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = iv_repid it_fieldcat = gt_fieldcat it_events = gt_events i_save = gv_save is_variant = gs_variant TABLES t_outtab = gt_log_alv EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_events.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_top_of_page.



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