SAP Reports / Programs

BPDIST07 SAP ABAP Report - Reconstruct Budget Values per Budget Type and Budget Subtype







BPDIST07 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/deleted a new level or added, moved or deleted individual budget objects...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 BPDIST07 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

FM9QBTP - Reconstruct Budget per Budget Type


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 BPDIST07. "Basic submit
SUBMIT BPDIST07 AND RETURN. "Return to original report after report execution complete
SUBMIT BPDIST07 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: ST_FUNDS = Fund
Selection Text: S_FIKRS = Financial Management Area
Selection Text: S_GJAHR = Fiscal Year
Selection Text: S_PROT = Detailed Log
Selection Text: S_VERSN = Version
Title: Reconstruct Budget Values per Budget Type and Budget Subtype
Text Symbol: 010 = Control Data


INCLUDES used within this REPORT BPDIST07

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.

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_kom_activ = l_kom_active e_flg_isps_not_active = l_isps_not_active EXCEPTIONS OTHERS = 0.

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