Assigned Budget in Annual Budget Table (BPJA)

Hi,
Hopefully someone can help me shed some light into my question.
I need to create a budget report which will display the annual values of a Projectu2019s budget and the available budget. Now I know there are at least 2 budget tables, which is:
BPGE : Total for Overall Value
BPJA : Total for Annual Value
Since I need annual values, I wanted to use table BPJA (Total for Annual Value) of which I need to extract Budget and Assigned Budget values. However when I look at the table, no records exist for value type = u201842u2019 (Assigned Budget). There exists only value type u201841u2019 (Budget) or u201847u2019 (Program Budget). This is different with table BPGE, where records exist for assigned budget.
In accordance to above values in table BPJA, the Assigned Budget column in t-code CJ31 (Display Original Project Budget) also doesnu2019t display any values for annual rows. However, the Assigned Budget for overall row is displayed.
Now my question: is that how the table is normally behaved, i.e. value type u201842u2019 (Assigned Budget) is only written to table for Overall Value (BPGE) and not for Annual Value (BPJA)? Also that CJ31 only displays Assigned Budget values for Overall and not for Annual Rows? Or did I miss something? I need the assigned budget value because I need to calculate the available budget, whereas calculating the values from other tables (COSP, COSS, RPSCO) would require a more complex extraction.
Iu2019ve searched in the SAP forums and also SAP Notes and couldnu2019t find anything that mentions about the above problem Iu2019m having.
Thanks in advance for any of your input.
cheers.

Hi Abdul,
How's your Budget Profile setting which allows BPJA to display Assigned Budget? Is it Time Frame = "Annual values" only and Availability Control with "Overall" unchecked?
I just tested using another setting where only Annual values is checked and Overall tickbox in Availability Control must be unchecked, and the assigned budget does show up in BPJA. Seems like this setting might be why Assigned Budget won't show up in BPJA table, since value type "42" is tied to business transaction "KBFC" (Availability Control). Based on the test result, Assigned Budget only shows up in either BPGE or BPJA based on the availability control, but not both. If the availability control is set to Overall then value type shows up in BPGE, whereas when it's set to Annual then value type shows up in BPJA.
Would be great if someone can back me up on this conclusion.
Thanks.

Similar Messages

  • CJ31 - How to modifying the assigned budget

    Hi gurus,
    We have checked that in our system we have incorrect values in the Budget database. this is because we have posted invoices directly in FI by a batch input calling to the tcode FB01. We post this with reference to Purchase orders populating the field "purchase order". I mean, the FI invoice has the field PO document filled out with the PO number. We close the PO number manually.
    The problem is that even the invoice is with the same amount than the PO, the assigned budget in transaction CJ31 is being modified in the value for instead remaining without changes. Transaction MIRO makes a check in the PO when being posted but FB01 not. In fact in MIRO if the amount is greater than PO, the assigned value is increased.
    SAP has indicated that FB01 is not connected to the commitment system as MIRO so this is the correct behavior of system. At this point we are going to start using the standard procedure. However we need to correct the current data we assigned to the .
    Therefore we have the in budget database corrupted since they are duplicated or even more than duplicated.
    My question is how to modify the assigned budget?
    -Is there any way from a functional point of view (executing some transaction or program) to reduce the assigned budget for errors like this?
    -In case that this is not possible by t-code or program, is there any idea of tables we need to adjust? We know that the table PJPA registers the annual records and assigned values are displayed in fields WTJHR and WLJHR but we cannot modify only this table in case there are other tables linked.
    Many thanks in advance and kind regards

    Hi Varun,
    Thanks for replying. I checked the note you linked. However I didn't find a solution
    CJEN and CJBN are not an option for us. With these transaction we can rebuild the data but the wrong data is already imputed in my system. Just to clarify. My requirement is getting a way to amend the values we have in the assigned value. From the system point of view the assigned budget is correct because it was imputed from FI. But in terms of my business we are duplicating the assigned (Purchase orde an FI document). Therefore we are searching for modify the assigned value in order to represent the real budget state.
    Kind Regards

  • Budget Tables (PS)

    Dear All,
    Please do let me know from which table/s can I get the data related to Budget Supplements, Returns and Transfers. I need to get the info based on dates.
    Thanks

    These are the budget tables
    Pass Objr of WBS to this tables
    BPEG Budget revision header
    BPEJ Budget revision header
    BPGE Overall/annual budget
    BPJA Overall/annual budget
    Just go though below thread.
    Re: Tables for budget supplement,return and transfer
    With regards
    Nitin P.

  • How to build semantic model table from excel 2013 budget table?

    I have an excel 2013 budget table produced by finance department. The title of the table is <<Year 2015 Resource Budget>> with columns such as (Item, Budget). There is line of business app which tracks daily usage. It is SQL database which
    I can access. The SQL table has columns such as Date, Item, Usage. I am asked to produce some PowerView reports using DAX.
    I am thinking about using Excel 2013 PowerPivot. The following is the step of my plan.
    Add excel 2013 Budget table to PowerPivot
    Transform the budget table using DAX to a new table with includes date. For each item budget, the value can be evenly divided by 365. I don't know if this is possible with DAX and need advice from you
    Import daily usage from SQL database into PowerPivot
    Merge the imported SQL daily usage table with the transformed budget table with daily breakdown.  The output table has 4 columns (Date, Item, ValueType, Value). The ValueType can be either Budget and Usage. (I also do not know if it is possible to
    use DAX to merge two PowerPivot table into anther table with added new columns. If it is possible, I would love to hear from you on how to do this)
    Finally, I can produce BI reports based on the newly merged table
    Update: Here are more sample data.
    Input Budget
    <<Year 2014 Resource Budget>>
    Item
    Budge
    Pen
    365
    Paper
    1095
    <<Year 2015 Resource Budget>>
    Item
    Budge
    Pen
    1825
    Paper
    1095
    Bag
    365
    I am thinking to expand the Budget as follow but I don't how to use DAX to do it
    Date
    Item
    Budge
    31/12/2014
    Pen
    1
    31/12/2014
    Paper
    3
    1/01/2015
    Pen
    5
    1/01/2015
    Paper
    3
    1/01/2015
    Bag
    1
    Here is the Daily Usage table
    Date
    Item
    Usage
    31/12/2014
    Paper
    2
    31/12/2014
    Pen
    6
    1/01/2015
    Paper
    10
    1/01/2015
    Pen
    2
    1/01/2015
    Bag
    1
    I was thinking to merge the expanded Daily Budget and Daily Usage as follow for BI reporting. This was my thinking, may not a good solution using DAX
    Date
    Item
    Type
    Value
    31/12/2014
    Paper
    Usage
    2
    31/12/2014
    Pen
    Usage
    6
    1/01/2015
    Paper
    Usage
    10
    1/01/2015
    Pen
    Usage
    2
    1/01/2015
    Bag
    Usage
    1
    31/12/2014
    Pen
    Budget
    1
    31/12/2014
    Paper
    Budget
    3
    1/01/2015
    Pen
    Budget
    5
    1/01/2015
    Paper
    Budget
    3
    1/01/2015
    Bag
    Budget
    1
    Off course, I need to build dimension tables for Date, Item, Item Category, and Value Type
    jl

    Hi JL,
    Just for consideration, I'd:
    Keep budget and actuals separately - create Fact_Y2015Budget and Fact_Actuals;
    Hook both tables to same dimesnions (time; if there is no time for budget, assign it all to the first day of your 2015; line item etc. - whatever you are asked to report about)
    If you can, pull usage not only for 2015, but for prior year(s) too
    Create measures like [Usage Budget Atteinment YTD]:=TotalYTD(SUM([Usage]),your_time)/([Budget]*PriorYear(TotaYTD(SUM([Usage]),you_time)/CALCULATE(SUM([Usage]),DATESBETWEEN(your_first_day_of_year2015,your_last_day_of_2015))))
    The calculation in #4 compares actual ("usage") to portion of budget that would have been used up if 2015 had the same seasonality as 2014... If you couldmshare specific sample, I'd buuild exact formula...
    Daniel

  • Former Budget Tables

    Hi,
    Can any  one help in which table we can find Commitment item for the budget enter along with fund center and amount (Entry document or Hierarchy Document data).
    I have checked the following tables, none of the table have the account number, only fund center is available. 
    Former Budgeting Tables
    BPBK      Hierarchy document header
    BPDK      Entry document header
    BPEJ     Hierarchy documt lines for annual budget
    BPDZ     Entry document lines
    Thanks & Regards,
    Venkat

    Hi,
    Please check the tables
    FMBL, FMBH, FMBDT
    Anil

  • Mismatch of Assigned Budget in CJ33 & Report S_ALR_87013558

    Hi,
    I would like to inform there is an issue in mismatch of assigned budget value in CJ33 wrt hierarchical report(S_ALR_87013558). Request you to suggest to fix the issue.
    Thank you for your coopearation.
    Regards,
    Ranjan

    Ranjan,
    removing a column in a report will not affect at all at the values observed. Therefore,
    it is unuseful to do it.
    If there are inconsistencies in the assigned value, i suggest you to take the following steps:
    1. Excute the report BPDIST03 via SE38 for the project in question. 
    2. Excute the tnrx CJEN.(Reconstruction of project information DB)  
    3. Excute the trnx CJBW.(Deactivate the availability control)      
    4. Excute the trnx CJBN.(Reconstruction of availability control)   
    5. Excute the trnx CJBV.(Activate the availability control again)  
    Hope this helps
    Regards
    Martina

  • ECC IM report, the available and assigned budgets are not correct

    Hi All
    Can any one tell me why there is a difference in the ECC IM report, the available and assigned budgets are not correct on program position level.
    But individual investment order level, they are correct..
    The report we are running is : S_ALR_870122806 .
    Any help higly appreciated and points are assigned .
    Cheers
    ravindra .

    Hi,
    Tcode GR23 , Under 1VK Report library, Choose Characteristics Tab for Company Code Select BUKRS,and GSBER for Business Area.
    Regards,
    Shankar K B

  • Assign Budget is Doubled after Partial settlement reversal

    Dear Experts,
    When i m creating Cj88 Partial settlement of Rs.100/- & revesrsed it because of wrong Asset Value date.
    Again i done CJ88 for Rs.100/- with new Asset value date.
    But after reversal of settlemet & again settlement, my assign budget amount getting doubled of settlement amount i.e. Rs.(100+100=200) i, that its blocking budget for of Rs.100/- extra.
    Its booking doubled budget as same amount of settlement amount.
    Please suggest, its happen in production & not allowing to create PO for balance budget.
    Please help.
    Thanks & Regards,
    Amey

    Hi,
    Thanks for your reply,
    I checked than availability control anaylsis,
    I found this entries,
    COSP 2011 22 0059000001  RMBE D INR                        24,517,023.30  INR
    COSP 2011 21 0059000002  RMBA D INR                                 0.00  INR
    COSP 2011 11 0020030001     0001322611 COIN D INR          ___41,282,596.54  INR___
    COSP 2011 11 0020030001     0001322611 COIN C INR          20,641,298.27- INR
    COSP 2011 04 0059000001     0001322611 COIN D INR          10,784,468.10  INR
    COSP 2011 04 0059000001     0001322611 COIN C INR             245,626.18- INR
    COSP 2011 04 0059000001     0001322611 COIN O INR          10,538,841.92- INR   S
    COSP 2010 04 0059000001     0001322611 COIN D INR          10,102,456.35  INR
    COSP 2010 04 0059000001     0001322611 COIN O INR          10,102,456.35- INR   S
    In this entries Rs.41282596.54, is showing problem, Addition of Actual 41282596.54 + Commitmnet Rs.24517023 = Total Amount 65,799,619.84.
    In actual amount should be Rs.20641298.27 instead of Rs.41282596.54 then it will show,
    But when run same cyscle its showing propely in Develeopement & Quality, its showing same amount but Rs.412/82596.54 is not added in actual amount.
    It should show addittion of 2451023.300+20641298.27 = 45158321.54
    My actual amount should be 4518321.54.
    Please suggest, why this amount is added in actual amount or assign amount.
    thanks & reply,
    arvind

  • Removing assigned budget from commitment item.

    Hi.
    I am facing a problem with how to restructure commitment item in our R3 system. The problem is that when the commitment item has been created in our system, person responsible chose "Not Directly Postable" option though it should have been "Directly Postable". Right after that budget has been assigned to this commitment item. I went through a number of FM documents and they all say that feature "postable"/"not postable" is not changeable to begin with and on the top of that commitment item cannot be changed once it has any kind of budget assigned to it. As I understand I need to roll back assigned budget (thank God, nothing else has been done), then delete this commitment item, then create it again. I couldn't find anything that explains how to do that. There is a Tcode FMDOCREV but it reverses the whole document and this is not an option for us as by the same document budgets have been assigned to a number of commitment items and spent from them already.
    To summarize my post: I need to remove assigned budget for my commitment item (the rest seems to be easy).
    Please, advise.
    Thank you.
    Regards,
    Nazim

    Hi,
    Maybe you can use this work around solution:
    1. create a direct postable and budgetable CI
    2. in BCS derivation tool, replace the old CI with the new CI when applicable
    3. in FMDERIVE, add the new CI to the applicable derivation rules
    4. transfer the budget from the old CI to the new CI using FMBB.
    If your FM master data is year-dependent, you have the option of use back the old CI by checking the postable indicatior for the new FY.
    Regards,
    Ming

  • Assigning budget profile to already existing project

    Hi All,
    Please suggest how can we assign budget  profile to already existing project .

    Hi Vishal,
    You can go the Project builder, open the particular project and in the detail screen of the project definition, enter the budget profile in the control data tab page.
    Or goto SPRO->Project system->Costs->Budget->Stipulate default budget profile for Project definition and assing the bedget profile.
    Or enter the Budget profile in the Controlling tab page of the Project profile.
    You can do all these for existing projects.
    regards
    Pratap.V

  • Assign budget is three time of overall Budget in T-code CJ30

    Dear Sir,
    I am facing a problem in my one WBS of project that when i am seeing the assign amount in cj30 it is looking three times of my current budget but another reports like cje0 & ALR. reports it is seeing perfect value i can't understand how it's can happened.
    Pls. advice.
    Regards,
    Vishal Kr. Sharma

    Hi,
    According to the SAP Performance assitant:
    "Assigned consists of commitment and actual postings. In PS, it also includes plan values of assigned networks and orders."
    so when you are in Tcode CJ30 goto EXtras>Availability control->Analysis.
    this will help you understand the Assigned budget.
    I will sugrest to Run Tcode:CJEN in case you have changed the AVAC settings after allocating the budget.
    hope its useful.
    Reward points if useful..
    thanks..

  • In Funds Management-Assigned budget is more than the release

    Hi Experts,
    We have Funds Management active and in few cases the assigned budget is more than the released budget for a funds center and commitment item. We observed that the material consumption (stores requests) entries get posted even when there is no released budget.
    Can you suggest ways to control the posing of material consumption entries when there is no released budget in Funds management.
    With Regards
    ACR.Ruben

    hi
    Try there is a USER _EXIT for Material consulmption for the Movement type 261 GI to Production .
    Extension SAPLFMFA, component EXIT_SAPLFMFA_001
    through this you can stop the Material consumption additions to fundcenter through the commit ment item.
    Thanks & Regards
    Mala K Reddy

  • Replacing Overall Budget values with Assigned budget values.

    Hello Experts,
                         My planned overall  budget was 16 crore and assigned budget is 15 crore in project header comprising of some -ve available budget against some child level wbs.
      Now, against some project i used CJ30 and replaced the amount but some projects are not allowing me to do the same.
    In those projects against few child wbs budget is -ve and at parent wbs its +ve available budget.
    When I am doing replacement for this parent wbs system  is not allowing.
    Please suggest.
    Thanks & Regards,
    saurabh

    Experts,
                 Once the  budget is Distributed, is it possible to decrease the value of distributed budget.?
    i am trying but in vain..
    please help.
    thanks
    ankur

  • BAPI to assign budget to a WBS element.

    hi,
    I need to find BAPI to assign budget to a WBS element in a project.
    The transaction to do this is CJ30.
    Its imp...
    Please help..
    Thanks & Regards
    Shabari

    Look at BAPI_RESERVATION_CREATE1
    rgd
    Frédéric
    (next time search the BAPI with transaction BAPI or in ifr.sap.com)

  • Dynamically assigning query/view to a table

    Hi All,
    i want to assign a view to a table dynamically in WAD as per certain condition, can any 1 tell me how to do this?
    thanks in advance
    Godhuli

    Just a thought
    Instead of assigning query dynamically is it possible that you will have tables with different queries as dataprovider and at run time you can show only the required table and other tables you can hide.
    Unfortunately my WAD is not working so I am just giving a pseudo code.Please don't blame me for syntax errors.Please Paste this code between <\BODY> and
    <\HTML>.
    You can write a script like this
    <script>
    var obj;
    var tablobj;
    obj = findobject("option_1");
    HideTables();
    if (obj.value == 1)
       tablobj = findobject("TABLE_1");
       tablobj.style.display = "show";
    if (obj.value == 2)
       tablobj = find_object("TABLE_2");
       tablobj.style.display = "show";
    function findobject(objname)
    var all = document.all;
    for( var i=0;i<all.length;i++ ){
    if (all<i>.name==objname)//we have found object
    return all<i>;
    return null;
    function HideTables()
    var all = document.getElementsByTagName("table");
    for( var i=0;i<all.length;i++ )
    all<i>.style.display = "hidden";
    <\script>
    Regs
    Gopi.
    Message was edited by: Gopi

Maybe you are looking for

  • Has anything changed in content rollup?

    Hi Everyone, I have worked with SharePoint since 2001 and now I'm looking into 2013.  I still don't see anyway "out of the box" to select a list item or document contained in a sub site and have it show up on another site or the top level site of a s

  • What is the program can run this flash

    hi all, I download some flash from this funny site http://www.funny-pictures.com/ but i can't run it in my computer , means my computer not my browser , i run it only into flash programs as flash editor or macromedia flash 6 (open it and click file m

  • Problems with X-Fi Elite Pro's I/O Breakout R

    I'm thinking this might largely be a power supply problem, but it might also be a faulty rack. The card works and I get sound. I've also plugged in the power supply to the sound card in order to get the I/O box to work. After I install the drivers (I

  • Accusations of misuse

    I have a problem that is driving me mad.  I bought my daughter a curve for christmas, from carphone warehouse but had to take it back for a replacement after two days!! The new curve worked for two months then started to turn off randomly we took it

  • Frames around objects

    Dear reader, Looking for a solution for the following issue; a customer of mine is using photoshop (cs3), for some reason a frame appeared around objects. How can it be removed ? Made a shot of it: http://img301.imageshack.us/img301/7239/voorbeelddx0