SAP Reports / Programs

BPCARRFOR SAP ABAP Report - Program BPCARRFOR







BPCARRFOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report carries forward the residual budget for multi-year funds to the next year with the same Fund/FC/CI/FA/BudgetSubtype...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 BPCARRFOR 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

FMFG_E_CF - budget carry forward with subtypes


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


Text pool values


Selection Text: S_SUBVO = D Budget Subtype
Selection Text: S_FIPEX = D Commitment item
Selection Text: S_FICTR = D Proposal Funds Ctr.
Selection Text: S_FAREA = D Functional area
Selection Text: G_VERSN = D Version
Selection Text: G_TEST = Testrun
Selection Text: G_REV = Revenues
Selection Text: G_GJAHR = D Fiscal Year
Selection Text: G_FUND = D Fund
Selection Text: G_FTYPE = D Fund type
Selection Text: G_FIKRS = D FM Area
Selection Text: G_EXP = Expenditures
Selection Text: G_DCTYPE = D Entry document type
Title: Program BPCARRFOR
Text Symbol: 023 = budget type
Text Symbol: 022 = fund type
Text Symbol: 021 = to be carried over for
Text Symbol: 020 = Testrun
Text Symbol: 019 = General parameters
Text Symbol: 018 = Revenues
Text Symbol: 017 = Expenditures
Text Symbol: 016 = Commitment Item category
Text Symbol: 015 = No residual
Text Symbol: 014 = no budget subtype for availability control defined for fund:
Text Symbol: 013 = no fund was found
Text Symbol: 012 = commitment budget
Text Symbol: 011 = payment budget
Text Symbol: 010 = budget
Text Symbol: 009 = no rule defined for fund/subtype:
Text Symbol: 008 = Testrun successful for the following funds:
Text Symbol: 007 = hierarchy document
Text Symbol: 006 = entry document
Text Symbol: 005 = fund
Text Symbol: 004 = The following documents were posted:
Text Symbol: 003 = version
Text Symbol: 002 = fiscal year
Text Symbol: 001 = FM area


INCLUDES used within this REPORT BPCARRFOR

INCLUDE LFMAUEQU.




INCLUDE LKBPPEQU.
INCLUDE BPCARFOR_I1.
INCLUDE BPCARRFOR_I2.


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:

FM4B_GET_ASSIGNED_MULTI CALL FUNCTION 'FM4B_GET_ASSIGNED_MULTI' EXPORTING i_fikrs = g_fikrs i_fund = g_t_fund-fund i_gjahr = g_gjahr i_version = g_versn TABLES t_fmbpcf = g_t_fmbpcf t_fmbpcfindex = g_t_fmbpcfindex EXCEPTIONS profile_not_found = 1 OTHERS = 2.

FM_LEDGER_ROLLUP_FLAG_SET * CALL FUNCTION 'FM_LEDGER_ROLLUP_FLAG_SET'.

FM_FG_FUND_STATUS CALL FUNCTION 'FM_FG_FUND_STATUS' EXPORTING i_fm_area = g_fikrs i_fund = g_t_fund-fund i_fund_date = l_next_date.

FM_FIPEX_GET_FROM_POSIT CALL FUNCTION 'FM_FIPEX_GET_FROM_POSIT' EXPORTING i_fikrs = g_fikrs i_posit = g_t_fmbpcf-posit IMPORTING e_fipex = g_t_sender-cmmt_item EXCEPTIONS input_error = 1 data_not_found = 2 OTHERS = 3.

FM_FIPEX_READ_SINGLE_DATA CALL FUNCTION 'FM_FIPEX_READ_SINGLE_DATA' EXPORTING i_fikrs = g_fikrs i_gjahr = g_gjahr i_fipex = g_t_sender-cmmt_item IMPORTING e_f_vfmpg = lf_vfmpg.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_progname dynumb = l_dynnr TABLES dynpfields = lt_dynp EXCEPTIONS OTHERS = 1.

KBPS_OBJHI_NAME_GENERATE CALL FUNCTION 'KBPS_OBJHI_NAME_GENERATE' EXPORTING i_application = l_funds i_fm_area = l_fikrs i_object_initial_allowed = 'X' IMPORTING e_objhi = p_objhi.

KBPS_SHOW_VERSIONS CALL FUNCTION 'KBPS_SHOW_VERSIONS' EXPORTING applik = l_funds object = p_objhi geber_all = 'X' wrttp = l_wfbudget wrttp2 = l_wpbudget im_cop_versn = l_cop_versn im_all_versn = l_all_versn IMPORTING version = l_version EXCEPTIONS no_versions = 01.



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