SAP Reports / Programs

BPDIST05 SAP ABAP Report - Reconstruct Budget Values







BPDIST05 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program if you have changed the budget structure (BS): You have added/removed a new level or added, reassigned or deleted an individual budget object...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 BPDIST05 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

FM9QBUD - FM: Reconstruct Budget


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 BPDIST05. "Basic submit
SUBMIT BPDIST05 AND RETURN. "Return to original report after report execution complete
SUBMIT BPDIST05 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_VERSN = Version
Selection Text: S_TOTAL = Overall
Selection Text: S_PROT = Detailed log
Selection Text: S_PAY = Payment budget
Selection Text: S_GJAHR = Fiscal year
Selection Text: S_FIKRS = FM area
Selection Text: S_COM = Commitment budget
Selection Text: ST_FUNDS = Fund
Title: Reconstruct Budget Values
Text Symbol: 711 = Releases
Text Symbol: 710 = Budget
Text Symbol: 701 = Payment budget
Text Symbol: 700 = Commitment budget
Text Symbol: 210 = Budget Subtype
Text Symbol: 012 = Budget type
Text Symbol: 011 = Budget category
Text Symbol: 010 = Control data


INCLUDES used within this REPORT BPDIST05

INCLUDE LFMAUEQU.
INCLUDE LKBPPSTN.
INCLUDE LKBPPEQU.
INCLUDE BPDISTI1.


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_BUD_CHECK_COMPONENT CALL FUNCTION 'FM_BUD_CHECK_COMPONENT' "470 EXPORTING I_STANDARD_ENV = 'X' EXCEPTIONS ERROR_MESSAGE = 1.

FM_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' "470 IMPORTING E_FUND_ACTIVE = G_FLG_FUND_ACTIVE.



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