SAP Reports / Programs

BPDIST01 SAP ABAP Report - Reconstruct Distributed Values







BPDIST01 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 BPDIST01 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

FM9P - Reconstruct Budget Distrbtd Values


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 BPDIST01. "Basic submit
SUBMIT BPDIST01 AND RETURN. "Return to original report after report execution complete
SUBMIT BPDIST01 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_YR_TO = To fiscal year
Selection Text: S_YR_FRO = From fiscal year
Selection Text: S_PROT = Detailed log
Selection Text: S_FIKRS = FM area
Selection Text: ST_VERSN = Version
Selection Text: ST_FUNDS = Fund
Title: Reconstruct Distributed Values
Text Symbol: 142 = Warning
Text Symbol: 141 = Error
Text Symbol: 132 = Error description
Text Symbol: 131 = Error Ty.
Text Symbol: 128 = Toler.
Text Symbol: 127 = Functional Area
Text Symbol: 126 = Comments
Text Symbol: 125 = Year
Text Symbol: 124 = Vers
Text Symbol: 123 = Bdgt type
Text Symbol: 122 = Fund
Text Symbol: 121 = FMA
Text Symbol: 111 = (FM area / Fund / Func. area)
Text Symbol: 110 = (FM area / Fund / Func. area / Bdgt category)
Text Symbol: 101 = (FM area / Fund / Func. area / Version / Year)
Text Symbol: 200 = Payment budget
Text Symbol: 201 = Commitment budget
Text Symbol: 202 = Budget
Text Symbol: 203 = Net vote
Text Symbol: 210 = Budget subtype for grouped budget subtypes
Text Symbol: 211 = Budget Subtype
Text Symbol: 300 = Overall
Text Symbol: 400 = Distributed values not reconstructed in any other objects
Text Symbol: 405 = Totaling up not carried out in any further objects
Text Symbol: 406 = Reconstruction of budget not performed for any other object
Text Symbol: 407 = Reconstruction of add. revs not performed for any other object
Text Symbol: 410 = Budget consistency not executed for another object
Text Symbol: 500 = Fiscal year
Text Symbol: 501 = to
Text Symbol: 502 = From Fiscal Year
Text Symbol: 503 = To Fiscal Year





Text Symbol: 001 = Object was Locked
Text Symbol: 002 = Error when locking
Text Symbol: 003 = Object has no elements
Text Symbol: 004 = Profile does not exist or is not maintained
Text Symbol: 010 = Control data
Text Symbol: 011 = Budget category
Text Symbol: 012 = Budget type
Text Symbol: 020 = Number range interval for budget line items not maintained
Text Symbol: 021 = You do not have authorizations
Text Symbol: 022 = Version does not exist
Text Symbol: 023 = Version cannot be changed
Text Symbol: 024 = Fiscal year is not within timeframe
Text Symbol: 040 = A field overflow has occurred
Text Symbol: 050 = Distributed values reconstructed
Text Symbol: 051 = No budget exists - distributed values not reconstructed
Text Symbol: 052 = Distributed values reconstct., but errors during checking
Text Symbol: 053 = Detail list
Text Symbol: 055 = Bdgt consistency checked
Text Symbol: 056 = Budget exists - budget consistency checked
Text Symbol: 057 = Error during check of bdgt consistency
Text Symbol: 058 = No Budget Exists - Budget Consistency was not Checked
Text Symbol: 060 = Errors occurred
Text Symbol: 070 = Totaling up carried out
Text Symbol: 071 = No budget exists - totaling up did not take place
Text Symbol: 072 = Totaling up executed, but errors were found during checking
Text Symbol: 073 = Totaling up carried out, with warnings
Text Symbol: 074 = Transaction not allowed
Text Symbol: 080 = Budget reconstruction was performed
Text Symbol: 081 = No budget available - reconstruction of budget was not performed
Text Symbol: 082 = Budget reconstruction performed - however errors occured during check
Text Symbol: 083 = Budget reconstruction performed with warnings
Text Symbol: 084 = Bdgt reconstructn not allowed
Text Symbol: 090 = Reconstruction of add. revenues executed
Text Symbol: 091 = No additional revenues exist - reconstruction was not executed
Text Symbol: 092 = Reconstruction of add. revs executed, but errors occurred during check
Text Symbol: 093 = Reconstruction of additional revenues executed with warnings
Text Symbol: 094 = Reconstruction of add. revs not allowed
Text Symbol: 100 = (FM area / Fund / Func. area / Bdgt category / Version / Year)


INCLUDES used within this REPORT BPDIST01

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