Budget check at SC level in SRM 4

Experts,
How can i implemet the below functionlity :
"Budget checking for multiples Cost Center and internal order Numbers". Do i need to use the 'BBP_BUDGET_CHECK'.
Plz let me know.
Rgrds,
SK

Hi Yann,
Appreciate your response.
Is it also same for Asset A/c assignment as well? The system by default takes care of the budget check , once SRM/EC is inegrated ?....
Any idea, in which table budget related data is stored in SAP SRM?
Once again thanks!
Rgrds,
SK

Similar Messages

  • Implement Budget check at SC level against Fund Management(ECC)

    Hello,
    We would like to implement Budget check at SC level against Fund Management(ECC) .
    We are planning to use Extended classic scenario with SRM 7.0
    Could please confirm that it is feasible, I know that there were some problems integrating SC and Fund Management with previous SRM version in Extended Classic Scenario..
    Best regards,
    Lina

    Hi,
    I think it is standard function and no development is required.
    Regards,
    Masa

  • Budget check at SC level against Fund Management

    Hello,
    We would like to implement Budget check at SC level against Fund Management(ECC) .
    We are planning to use Extended classic scenario with SRM 7.0
    Could please confirm that it is feasible, I know that there were some problems integrating SC and Fund Management with previous SRM version.
    Best regards,
    Lina

    Hi,
    I think it is standard function and no development is required.
    Regards,
    Masa

  • PO being posted without budget check

    In our organisation, Funds Management has been activated from the year 2007 onwards. Budget check has been defined at the time of creation of PR else if a PO is created without the PR then the budget checks at PO level.
    The fund center is defaulted from the cost center entered as the cost center is mapped 1:1 with the fund center. The comittment item is also defaulted from the GL entered.
    BUt for the fund center and comittment item combination no budget has been defined for the current year 2009. Yet the PO and GR is happening without the budget check.
    This is happening only from the last month. But no configuration change has taken place.  What cud be the possible reason?? Currently we are on ECC6 version.
    Kindly help.
    Thanx
    Shivaji

    Availability control has been activated for the current year 2009 also.
    Yet there is no check for budgets at either PR or PO level. But for a financial transaction thru F-02 it checks for the budget for the same Fund center and Commitment item combination.
    IS there some other check too??
    Shivaji

  • Reg the budget check in Shopping cart

    Hi SRM Gurus,
    We are having a requirement that while creating a shopping cart system should check for the difference of budget amount in R/3 & open shopping carts in SRM and should allow to create SC only if the SC amount less than the difference. Can you people pls suggest the best way to proceed.. Is there any BAdI exists...
    Thanks in Advance,
    Chandra Sekhar.

    Chandra,
    to know what you need to check you should understand the ERP report RKACSHOW. As well refer to my old note 520717 regarding budget checks. The related notes look interesting too:
    1081758   FAQ: Budget Check/Display                                   
    828231    Commitments and SRM                                         
    748733    Indicator 'Valuated goods receipt' in extended scenario     
    524670    Budget display in EBP                                       
    Regards,
    Richard

  • Budget checking in Purchase Reqisition item level

    Dear Expert,
       I have not activated fund management yet. In my project following is the requirement.
    Budget checking in Purchase Reqisition item level
    Without activating Fund Management, can I make any configuration to solve my problem.
    Regards,
    David

    Hi,
    As Alexey mentioned, it's possible also without FM. You have to activate commitment management and control the budgetthis with CO budget module. Of course, PSM-FM would be more generic solution.
    Regards,
    Eli

  • Earmarked funds budget check in SRM

    Hello to all SRM experts,
    I've added two customer fields (earmarked funds and earmarked funds item) in the account assignment according to note 672960 using the INCL_EEW_PD_ACC_CSF structure.
    Now we need to add those fields to the standard account assignment check performed by the system.
    We are using ECC 6.0 for our B/E system and SRM 5.0 deploying the extended classic scenario.
    What the client expects is for a budget check against the earmarked fund along side with the FM budget check.
    Any ideas how to add those to customer fields to the standard account check?
    Raz
    Message was edited by:
            Raz Golan

    Hi
    <b><u>Please go through this -></b></u>
    <u>You need to code the SRM Budget checks logic part by your logic and implement the same on the Customer fields using BADIs.
    Use BBP_DOC_CHANGE_BADI (For changing Buget values) and
    BBP_DOC_CHECK_BADI (For issing Customer messages to Shopping cart web page)</u>
    <b>Budget availabiltiy check will take place in R/3. This check has to be set in R/3 as there is no specific FI settings in SRM for availability check.</b>
    <u>This is customized in SRM when defining your backend system:</u>
    <b>SPRO Path -></b>
    <u><u>Supplier Relationship Management -> SRM Server -> Technical Basic Settings -> Define Backend Systems</u></u>
    <b>Manage column FI valid with "Real-time backend validation".</b>
    Function module - BBP_BUDGET_CHECK (The database table BBP_USRBDGT contains the value for the purchasing budget in the column AmountSpent.)
    Are the below ones used while checking...?
    <u><i>PO create/change</u></i>
    FM - B31I_ACC_PURCHASE_ORDER_CHECK
    <u>SC create/change</u>
    FM- B31I_ACC_PURCHASE_REQUI_CHECK
    FM - B31I_ACC_PURCHASE_ORDER_CHECK
    <u><b>For SRM standard Budget checks, please go through the relatd links -></b></u>
    OSS Note 520717
    Re: FM for budget check in ECS ?
    Budget availability check
    Purchasing-Budget Workflow
    http://help.sap.com/saphelp_srm40/helpdata/en/4e/1d74eff196d64e880fd28d41d4502b/frameset.htm
    Costcenter wise budget
    Re: Cost Center wise Budget
    Hope this will help.
    Do let me know.
    Regards
    - Atul

  • Can any body tell me the transaction for budget check in SRM ?

    HI,
    Experts,
    As i want to check the budget of a business partner / customer i am new to that can u please tell me basic information about budget check and pass the Standard transaction for budget check.
    Thanks in advance,
    Shabeer Ahmed

    Hi    Dinesh,
    Thanks for your reply and can u send me the Budget check standard transaction and related tables and how he going to check his budget.
    According to me:
    1    In which table Amount is maintained for BP
    2   How we have check the budget.
    Do u have any document related to this please forward it to me.

  • I need the BADI or the way for WBS budget check at SC line item

    Hi SRM folks,
    Do you have any BADI or the good way to do the WBS budget check at SC line item level.
    Donot suggest me the BBP_BUDGET_CHECK.ie for SC level only.
    Is there any way to do at line item level.
    Thanks in advance.
    srini.

    Hi
    Either use BBP_ITEM_CHECK_BADI or BBP_DOC_CHECK_BADI.
    Note -> Please read the relevant standard SAP documentation provided in this case for using SE18 Transaction.
    <b>Please go through the following pointers, which will definitely help -></b>
    Re: Reg the budget check in Shopping cart
    Re: Budget analysis
    How to implement the badi BBP_DOC_CHECK_BADI??
    Budget check for service PO
    Budget Check error for Fixed Assets ? :-(
    <u>Other related links -></u>
    Budget Check
    http://help.sap.com/saphelp_srm50/helpdata/en/4f/b3e739e62b714be10000000a114084/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/de/237440116fd279e10000000a114b1d/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/4e/1d74eff196d64e880fd28d41d4502b/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/5a/af5eff85d011d2b42d006094b92d37/frameset.htm
    Do let me know as well.
    Regards
    - Atul

  • WBS check at PO level

    Can we include a WBS element check at PO level with any account assigmnemt catogory with the final accounting entry at time of 105 being Invemtory debit and GR/IR credit?

    Hi,
    If you are using a project then this should be triggering messages when the budget has been exceeded. I am not a PS consultnat and so I cannot be sure as to why you are not getting the message to say the budget has been exceeded, I have seen this work and so I know that it does it.
    As for posting to inventory, the PO is acting as if the receipt is being placed in Project stock rather than consumed directly to the project. I am not sure if there is a setting on the project to indicate if it should be one or the other but, again, I have seen both alternatives working and I know it can be done (if not HOW to do it).
    So you need help from a PS expert rather than an MM expert, all I can do is to confirm that it is possible I have seen it done.
    Sorry this is not much help.
    Steve B

  • Exit for changing the budget check

    Hello,
    We want on our project to modify the logic for budget control and avoid the error  "Budget exceed" (BP604).
    In our architecture, we want the calculate the budget on another WBS from another project.
    Do you know if there are any BADI or Exit on which we can implement these logic ?
    Thanks in advance.
    Best Regards,
    Kevin

    Hi Paulo,
    Thanks for your quick answer.
    Here is an exemple of the business case :
    We have one project which is "high level" and contains budget.
    Next to that, we have different project with WBS that does not contain budget (or dummy budget). We can do the link with these project with the "high-level" thanks to a Z field.
    So when we want to create an invoice (for example) linked to a WBS, we want to check the budget on the "high-level" project and not on WBS.
    Regards,
    Kevin

  • Components to be activated for Budget check in the table TRWCA

    hi,
    I want to know the components to be activated for budget check in the TRWCA table. I want to check the budget at the time of  PO creation , Goods reciept/Invoice receipt creation  using Network account assignment in PO  which is having WBS element and Project in its higher level.
    Thanks
    Rao

    ok well!
    Brother system will only check the budget, when your availability control is active.
    Further, as per your configuration, system will only prompt error  message when your budget exhausted 100%. ok
    please follow the same then  let me know
    check your WBS status is there avaiablity control active, when you entered the amount for budget/release.
    also check the transacion "CJBV - Activate Availability Control "
    Note: when ever you change the setting of your budget profie, must reconstruct the availability control transaction code is :CJBN/CJEN
    Thanks

  • Why budget check does not work with account assigment distrib. by quantity?

    Hi Gurus,
    I have an issue in the budget check for Purchase Order (PO).
    I'm using the FM B31I_ACC_PURCHASE_ORDER_CHECK.
    The case is next:
    1 Item with 21 account assignment type AS and distribution by quantity:
    ASSET_NO QUANTITY
    1           1
    2           1
    3           1
    4           1
    5           1
    6           1
    7           1
    8           1
    9           1
    10          1
    11          1
    12          1
    13          1
    14          1
    15          1
    16          1
    17          1
    18          1
    19          1
    20          1
    21          1
    All account assignment are for the same G/L account, fund, functional area...
    The price for each item is $2,499.14, then total price is $52,481.94 (2,499.14 * 21).
    I debugged the FM B31I_ACC_PURCHASE_ORDER_CHECK and found that in FM BBP_PD_COMMITMENT_FILL_BAPI it's making a rounding with percentage:
    The system assume next:
    Each item is 4.76% of total (result of divide 100% / 21 = 4.76190476...) but the percentage is rounded to 2 decimals.
    Then it makes the conversion by the amount corresponding to each item:
    ($52,481.94 * 4.76) / 100 = $2,498.1403
    Finally the budget is checked by $52,460.95 (2498.1403 * 21).
    But available budget is $52,481.90, the check pass, but really there are 4 cents missing (total price is $52,481.94).
    Can somebody say to me if this is a standard behavior?
    It can be fixed with configuration?
    The problem is for multiple account assignment with distribution by quantity and:
    (100 / quantity) = not integer (or have more than 2 decimals)
    For example: with quantity 20 it works because 100% / 20 = 5.00%, then the budget is check exactly.

    1503317 - System Behavior for Account Distribution between SRM and R/3 system
    When using distribution by Value in a SRM document this value is not correct and a rounding occurs once this document is transferred to ERP system.
    Cause
    It is not possible transfer documents to the back end system with distribution by value, due to a back end restriction.
    Resolution
    The following information is the system behavior in R/3 / ERP:
    in R/3, there is accounting distribution only by quantity or percentage. So when distribution by value is used, a rounding will always take place.
    in R/3, the use of value based distribution in SRM will lead to rounding differences.
    Distribution by quantity is allowed in SRM and MM side. However MM do not accept is distribution by value. This is internally converted to distribution percentage based.
    Keywords
    Distribution by Quantity, Distribution by Percentage, Distribution by Value

  • Error occured during budget check while planning in network activity

    Dear All,
    i have created a project with 4 WBSE. i have assigned budget to one of these WBSE and released that project. than i want to do planning in next WBSE this is giving error while saving this planning as Error occured during budget check, see cost.
    i have created user status for budgeting like if we have not budgeted than WBS is not able to release. i have added availability control as Forbidden while not budgeted but this not effective.
    please suggest me some thing to remove this problem
    thanks
    Sunil

    hi,
    In WBS you can Plan and budget to group WBS , the below wbs will consume budget form top.
    Proj>WBS1(Group WBS- Plan/Budget) it is applicable for below all wbs elements say WBS2>WBS3
    When you are determining Hierarchy you should create WBS in same levels then only you can allocate Budget.
    If you wan to allocate budget for WBS2 and WBS3 separately.
    Proj
    WBS1
    WBS2                    WBS3
         WBS2A                   WBS3A
              WBS2B                    WBS3B
                   WBS2C                         WBS3C
    Proj>WBS1 (it will no more act as Group wbs element) then  you can directly plan and budget for below wbs elements WBS2 and WBS3.
    Below hierarchy will consume budget from as displayed above.
    Note: In you case as per my understanding return budget make zero, then plan and budget the same it will work.
    Thanks and regards
    Sadiq

  • Budget checking during proucerment and consumption

    Hi  experts
    My client is having two budgets. procurement budget and consumption budget.Both are having different figures.
    PR,PO,GR,Inv and Payment is related to procurement budget.and Goods Issue linked to Consumption Budget.
    While Issuing Goods they asking budget check.
    i have created payment budget Here, while doing PR budget check will be done.
    While doing Goods issue consumption GLs will hit and budget check should happen at consumption GL level.
    now i am using fund center and commitment item master data. i am geting bit confusion regarding some issue.
    1. i want to know can i map derivation rule procurement budget and consumption by using only fund center and commitment item with payment  budget type .
    OR
    2. Can i create another master data fund for both proc.and consumptn budget for maping derivation rule.
    thanks & regards

    Hi alex
    thank a lot for your reply. i need some sugestion i configured the derivaion like this. i used only fund center and commitment item
    GL account to Commitment item
    GL account to Valuation class to Commitment item
    Cost element to commitment item
    Cost center to fund center
    Commitment Item to Fund Center
    for procurement i configured throught GL account to Valuation class to Commitment item
    and for goods issued(consumption) i configured Cost center to fund center (budget checking required during goods issue)
    let me know if i did any mistake
    thanks
    soraj

Maybe you are looking for