SAP Reports / Programs

BPRECON2 SAP ABAP Report - Assigned Value Reconstruction: TRACE - Changed DB Records







BPRECON2 is a standard Executable ABAP Report 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 BPRECON2 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 BPRECON2. "Basic submit
SUBMIT BPRECON2 AND RETURN. "Return to original report after report execution complete
SUBMIT BPRECON2 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: P_GEBER = Fund
Selection Text: P_FIKRS = FM area
Title: Assigned Value Reconstruction: TRACE - Changed DB Records
Text Symbol: 040 = Overall index
Text Symbol: 032 = Commitment budget - annual index:
Text Symbol: 031 = Payment budget - annual index:
Text Symbol: 030 = Annual index:
Text Symbol: 022 = Commitment budget - assigned/distributable (overall):
Text Symbol: 021 = Payment budget - assigned/distributable (overall):
Text Symbol: 020 = Assigned/distributable (overall):
Text Symbol: 012 = Commitment budget - assigned/distributable (years):
Text Symbol: 011 = Payment budget - assigned/distributable (years):
Text Symbol: 010 = Assigned/distributable (years):
Text Symbol: 003 = Fiscal year:
Text Symbol: 002 = Fund:
Text Symbol: 001 = FM area:
Text Symbol: 041 = Payment budget - overall index:
Text Symbol: 042 = Commitment budget - overall index:
Text Symbol: 083 = Release:
Text Symbol: 082 = Time:
Text Symbol: 081 = Date:
Text Symbol: 080 = User:
Text Symbol: 070 = No data recorded yet
Text Symbol: 060 = The assigned value reconstruction has not changed the old data
Text Symbol: 051 = Year CW Funds center Commitment item ID
Text Symbol: 050 = Funds center Commitment item Fiscal year ID


INCLUDES used within this REPORT BPRECON2

INCLUDE LBPFCTRD.
INCLUDE LKBPPEQU.
INCLUDE LKBPPSTN.
INCLUDE LBPFCEQU.
INCLUDE LFMAUEQU.


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_APPLICATION_DATA = ' ' IP_FIKRS = P_FIKRS IP_FMA_OBJNR = ' ' IP_LANGUAGE = ' ' IP_TEXT = ' ' IMPORTING F_FM01 = G_F_FM01 EXCEPTIONS INPUT_ERROR = 1 NOT_FOUND = 2.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING IP_FIKRS = P_FIKRS IP_FINCODE = P_GEBER.

KBPS_OBJHI_NAME_GENERATE CALL FUNCTION 'KBPS_OBJHI_NAME_GENERATE' EXPORTING I_APPLICATION = L_FUNDS I_FM_AREA = P_FIKRS I_OBJECT_INITIAL_ALLOWED = ' ' IMPORTING E_OBJHI = L_HI_OBJNR.

FM00_CHECK_ISPS * call function 'FM00_CHECK_ISPS' "KI4K022903 * exporting "KI4K022903 * i_fikrs = p_fikrs "KI4K022903 * importing "KI4K022903 * e_da_activ = c_da_active "KI4K022903 * exceptions "KI4K022903 * not_active = 1. "KI4K022903

GET_FIPOS_FROM_POSIT CALL FUNCTION 'GET_FIPOS_FROM_POSIT' EXPORTING IP_FIKRS = P_FIKRS IP_FMA_OBJNR = L_HI_OBJNR IP_POSIT = U_POSIT IMPORTING OP_FIPOS = C_FIPOS.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING I_FIKRS = P_FIKRS I_ACTVT = FMAU_AC_ACT I_MSGTY = 'E'.



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