Automatic Re-calculation of pricing on re-entering item category

Hi experts,
I have a requirement where during sale order creation (VA01), if I enter the necessary details on the screen and do not enter an item category, and I press enter, the pricing gets calculated. Now if I add an item category and press enter again, the pricing should get re-calculated again.
Currently, pricing gets calculated only if i press enter he first time. It does not get re-calculated if i change it. What do i do for this?
If I go to the conditions tab and click on update, and then select 'B' "Carry out new pricing", the pricing does get re-calculated. But I want it to get re-calculated automatically.
Thanks

For an Abap solution (*) try form USEREXIT_NEW_PRICING_VBAP in include MV45AFZB
if vbap-PSTYV ne *vbap-PSTYV.
   new_pricing = 'B'.
endif.
([User Exits In Sales Document Processing|http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm])
Regards,
Raymond
(*) If no other solution works of course.

Similar Messages

  • New field in Pricing field catalog for Item category

    Dear SD colleagues,
    We have scenario of maintaining pricing for Lower level BOM component.
    Like:
    Base price - 100/-
    When BOM explodes - 95/-.
    For this, I have taken ABAPer help and inseted a Z field for Item category in Pricing field catalog.
    Then, a new condition table is been generated using ZPSTYV and included in Access sequence. For Base price condition type, we have maintained record in combination with ZBOM-Item category for lower level BOM item.
    A new pricing routine is created in VOFM for Condition value and same is been assigned to Condition type as Alternative calculation type in pricin gprocedure contro data.
    Whe I create Sales order, value based on ZBOM is being pciked up by system.
    request you to please help in this regard.
    Thanks & regards,
    Praveen.

    Hi Marino,
    I have a requirement to determine the pricing based on "Discount Code", which is not a standard SAP field and i would like to have this as a custom field and linked to  customer in custom table.
    Question: When i add a new custom field and custom table for pricing, what are all the things i need to do in terms of ABAP.
    As per my knowledge, below are the steps...Please check and confirm my understanding is correct and let me know if i miss anything.
    1. Create a new field
    2. Create Custome Table
    3. Add field to Field Catlogue KOMG
    4. Add Field to KOMP (as this is item field)
    5. Add code in userexit USEREXIT_PRICING_PREPARE_TKOMP to make the data avaialable - Sales Order
    5. Add code in userexit USEREXIT_PRICING_PREPARE_TKOMP to make the data avaialable - Billing
    Thanks.

  • How to setup Pricing Qualifier based on Item Category

    Hi,
    I want to create a qualifier based on the item category value. The category has 3 segments and i want to create a qualifier on one of the segments.
    Could anybody help me pls.
    Thanks

    As of now, when an item is entered in the calling applicaiton ( Sales Order in case of Order Management), in attribute management an API is called to determine the Item Category it belongs to. You need to go one step further to identify the category segment it belongs to ( write a custom sourcing API).
    On the qualifier setup side, you need to create a new qualifier attribute and the value set of this attribute should build the LOV from the values of the category segment.
    Thanks
    Pradeep

  • Enter item vategory or material during GR

    Hi WM Gurus
    I am getting an error "enter item category or material" while posting GR for Inbound delivery. But I have maintained item category in matreial master as well. the material is handling unit managed. is there any config settings to be done
    Regards
    Gayatri

    Hi
    I have done inbound delivery for a material and Packing material with HU being generated during inbound delivery. Then if  I do GR  with reference to the Inbound delivery and when i try to post I am getting the error "Enter material or item category".

  • Configuration  automatic interest calculation on Accounts Receivable (AR)

    HI Guru's
    Any one can send me documents for :..
    Configuration  automatic interest calculation on Accounts Receivable (AR) open invoices for AR module based on aging of the customer i.e. different ageing different percentage.
    Configuraton of automatic journal entry for interest calculated.
    regards
    JK

    Tax gets calculated based on the rules setup. At lease default values of attributes like applicability, registration, POS etc are provided once the tax setup is done.
    Please check the rules that are setup in Tax Managers to ensure which tax is getting calculated.
    If you do not want tax to be calculated unless a TCC is supplied by user, you can setup a default tax with rate as zero which will be deafulted evrytime without TCC.
    For rest of the cases where a TCC will be entered, you can setup up Determining Factor Sets, Condition Sets and then create rules using them for appropriate tax calculations.
    Regards

  • Net value calculation in pricing

    Hi Experts,
    Net value in SO and customer gross in billing showing incorrect value
    Base price inclusive of duty - 100
    So excise base value u2013 90.66 statistical condition
    ED- 9.07
    ECESS- .18
    SHECESS- .09
    The issue is net value in SO showing 109.34 (1009.07.18.09) instead of Rs.100. The same value is passing in accounting for customer gross also. I need to arrest 9.07.18+.09 to be calculated in net value and customer gross account.
    May you pls advise?
    Regards,
    Deepu Pillai

    To achieve this, you have to do backward pricing, means- After entering Total value i.e.100 in your eg. You have to derive the base price.
    like Total value ( Incl:Duty) = 100 = Base price + Duty( EdECSSHECess)
    Assume Base price = X
    100 = X + (10% of X)+(2% on 10% of X) +( 1% on 10% of X)
    ---   = X + (X/10) + (2X/1000) + (1X/1000)
    Then , you will find Base Price i.e. Base price = (Total * 1000)/1103
    If your Total = 100, then base price = (100 * 1000) / 1103 = 90.66
               ED = 10% on Base price = 10% on 90.66 = 9.07 ( 2 decimal rounding)
                ECS = 2% on ED = 2% on 9.06 = 0.18
                              SHECess= 1%onED=1% on9.06= 0.09
                                       Total = 100( Price Incl:Duty)
    So to achieve this you have to write new calculation routine & assign it in alt cal type.
    ( Create Statistical cond, type called "Total Price" & assign this cond type above the base price).
    Note: Discounts have not been taken into account, if you want discount should be taken into account, then the base price you have to assign this New routine in "Assesble value" condition type)
    Hope it helps.
    Regards,
    Reazuddin MD

  • AP Invoice - Automatic Tax Calculation

    Our backend application inserts AP Invoice and Lines WITHOUT taxes. We assume that since we setup the Suppliers in Oracle and the INVOICE TAX they use, Oracle will be able to add the TAX to the Invoice. There is also a "Automatic Tax Calculation" Feature in the Suppliers and their Sites. We set this ON.
    BUT It seems Oracle doesn't add the taxes still. Are we missing anything?
    One option is for us to just insert a TAX line in the AP Invoice Lines. BUT that doesn't make sense because Oracle already know the tax code for a Supplier. It can even separate the tax component from the actual cost if an invoice line is TAX INCLUSIVE.
    Thanks in Advance,
    Mark

    Tax gets calculated based on the rules setup. At lease default values of attributes like applicability, registration, POS etc are provided once the tax setup is done.
    Please check the rules that are setup in Tax Managers to ensure which tax is getting calculated.
    If you do not want tax to be calculated unless a TCC is supplied by user, you can setup a default tax with rate as zero which will be deafulted evrytime without TCC.
    For rest of the cases where a TCC will be entered, you can setup up Determining Factor Sets, Condition Sets and then create rules using them for appropriate tax calculations.
    Regards

  • VAT/Excise calculation - map pricing & tax procedures

    Dear,
    Pls tell me how to map my blw senerio;
    In pricing procedure, i have
    A- Gross price
    B- Handlying charges
    C- Excise on A+B,
    here i need to calculate my exise on A+B values and it flows (C) frm tax procedure (taxinn). until here i'm ok.
    D - A BC
    E - Insurance (defined in pricing proce) on D value,
    here i'm unbale to map my price, since the sytem taking A+ B price only, its not taking my D values... I need to map pricing & tax procedures, since Gross price, Han. charges and insurance flows frm pricing proce and Excise frm tax procedure.
    Anyone has right solution, pls guide me...

    Hello sapjj
    Here in your issue, u have to maintain a dummy condition type for excise calculation in your pricing procedure. The excise on A+B will be calculated in pricing procedure itself and not it flows from tax procedure.You have to make a condition type in pricing procedure and mark it as statistical in the procedure so that it doesn't get added to material value.
    you are ok till gross price and handling charges, right?
    Then you include your dummy condition type for excise amount calculation.Then in the next step calculate a subtotal without giving any condition type and maintaining 'S' in the subtotal field in the pricing procedure.
    In the next step include the insurance condition type and calculate it on the subtotal.
    This will help
    Regards
    Gregory Mathews

  • Accounting Key & Accruals Key in Calculation Schema (Pricing Procedure)

    Hi Freinds,
                   I have a query regarding use of Accounting Key & accruals key in the Calculation Schema (Pricing Procedure).
    What is the significance of Accounting key & accruals key in the calcuation schema?  Which Accounting  & Accruals keys have to be used for Gross price,Discount,Freight, tax etc in the Calculation schema? Please post your precious threads.
    Thanks & Regards
    Saeed Arif

    hi
    AcyKy - Account Key/ Accrls - Accruals:
    for SD module
    u2022     The values of the Sales Revenues, Sales Deductions, Freight Revenues, Tax Revenues, and Rebate Accruals etc. are going to be posted in the respective G/L accounts in Fi Module.
    u2022     In order to do this we assign account keys/ accruals to the different condition types based on their classification. The classification shown below.
    o     ERB Rebate sales deduct.
    o     ERF Freight revenue
    o     ERL Revenue
    o     ERS Sales deductions
    o     ERU Rebate accruals
    u2022     For Ex.,
    o     For all Price condition types like PR00 etc. we assign ERL - Revenue.
    o     For all Discount condition types like K004, K005 etc. we assign ERS - Sales Deductions.
    o     For all Freight condition types KF00 etc. we assign ERF - Freight Revenues.
    o     For all Rebates condition types BO01 to BO05 we assign in Account key ERB - Rebates Sales deductions and for Accruals ERU - Rebate Accruals.
    u2022     This account keys and accruals are in turn assigned to respective G/L accounts. So the system posts respective values in respective G/L accounts in Fi-Co Module.
    u2022     This also one of the areas of SD - Fi Integration. SD consultants assign the account keys and Fi Consultants assign the respective G/L accounts in T.Code:VKOA.
    Similarly for MM Module
    Account keys are EIN, FR1, FR2, FR3, FRE, etc...
    And in OBYC, we do necessary account determination for the same.
    For e.g. Freight Posting in GR
    Condition type FRA1, Accrual FR1 and in OBYC, assign Freight Clearing A/c to FR1
    During GR;
    Stock Account - Dr - 110 INR
    GR/IR Clearing A/c - Cr - 100 INR
    Freight Clearing A/c - Cr - 10 INR
    transaction event key is the Key that identifies different types of G/L account.
    The account key enables the system to post amounts to certain types of
    revenue account. For example, the system can post freight charges
    (generated by the freight pricing condition) to the relevant freight
    revenue account.
    use
    To enable the system to find the relevant account for provisions (for
    accrued delivery costs or miscellaneous provisions, for example), you
    must assign a transaction/event (internal processing) key to each
    condition type that is relevant to provisions in the step Define
    Calculation Schema.
    if u search on SDN or GOOGLE u will get many threads for this
    hope it helps
    regards
    kunal

  • Same Calculation Schema/Pricing Procedure- Same Vendor - Material & Service

    Hi experts--
    For subject matter(we are facing this issue in our organisation)  I did my search and found the below threads but conversation did not provide what solution is to be implemented. Can someone help?
    Currently we are using two unique vendor codes for tiding over our MM/SD problem even though vendor is same with same address,PAN & service tax registration.
    We are a LSP and only recently went live on ECC 6.0 EnP4
    warm regards--
    A.VENKAT KRISHNAN
    Same Calculation Schema/Pricing Procedure- Same Vendor - Material & Service 
    Posted: Aug 19, 2011 7:04 AM           
    Click to report abuse...
    One vendor is providing service & material to the same Pur Org
    Is it anyway to handle with only one vendor code for service & material procurement in same vendor account group with only one pricing procedure(calculation schema)?
    Ramesh Babu Nag... [Active Contributor Silver: 500-1,499 points]      
    Posts: 535
    Registered: 5/29/09
    Forum Points: 1,380
         Re: Same Calculation Schema/Pricing Procedure- Same Vendor - Material & Service 
    Posted: Aug 19, 2011 7:16 AM   in response to: ARUL MURUGAN1 in response to: ARUL MURUGAN1           
    Yes, you can do it. There shouldn't be any issue

    Hi,
    Yes its possible.
    you can use the same calculation schema for both so that with one vendor you can handle both material as well as service purchase.
    Please revert if you face any difficulties.
    Thanks & Regards,

  • "Item 10     IPC:TTE:Calculation error: Pricing error: Mandatory condition & is

    Hello Experts,
    I need your help to solve this TTE pricing error.
    In Service Order, I am getting this error message for one particular material only
    "Item 10     IPC:TTE:Calculation error: Pricing error: Mandatory condition & is missing".
    Remaining materils I am not getting this error message.
    Please proivide your suggestions to crack this.
    Thanks

    Hi,
      This message come when you caculate 0TTE when doing cross country transactions . Check if this codition needs to be caculated for your order. If it is not required you should not make call .You can try to eliminate this error bu uisng the BADI BADI_TTE_DOCUMENT

  • MM:JVRD VAT is not calculating in Pricing

    Dear Gurus,
    We are using TAXINN,now I have maintained condition record for JVRD,i.e. VAT
    But despite condition value is not getting calculated in Pricing..........but when I check cond base value is getting calculated
    Plz help me to get solution of this
    Rgds,
    Vinay

    Hi,
    JVRD - VAT condition is not an element of Pricing Hence please check in the taxes tab under Invoice tab of Purchase Order.
    Regards,

  • Automatic PO adjustment for pricing condition changes sap

    Hello SAP users,
    How to prevent automatic PO adjustment for pricing condition changes to purchase order items that are marked for deletion. Please respond.
    Thanks

    Hi,
    Check the settings in below configuration:
    SPRO>MM>Purchasings>Conditions>Automatic document adjustment-->Control doc. adjustment.
    SAM

  • How does system automatically picks up document type when you enter INV?

    1.How does system automatically picks up document type when you enter Invoice?
    2.What is Algorithms? Where is it used?
    3.What is the use of Customer Ledger Inquiry?

    The document type is hard coded by the system. Look at UDC table 00/DT for the document types in your system. Notice that some of those are marked as hard coded/reserved by JDE. You may wish to dowload the Accounts Receivable manual and read that to learn more about the document types.
    Not sure what you mean by algorithm, unless you are looking for how the system determines what document type to assign on invoice entry.
    These comments apply to accounts receivable and to JDE World, since you posted in the JDE World forum and are talking about the customer ledger inquiry. If you are in Enterprise One and asking about Accounts Payable, then this reply can be ignored (though Enterprise One works pretty similar to World in this respect).
    What is the use of the Customer Ledger Inquiry. To view accounts receivable detail history for a given customer, viewing on line. Whomever works in the accounts receivable department will likely use the Customer Ledger Inquiry quite a bit.
    Hope this helps a bit.
    John Dickey

  • Back Calculation in Pricing for Sales Order.

    Hello friends,
    Please help me out with this below mentioned problem in the Pricing for Sales order.
    I am creating a Contract with Customer and Plant from the same Region (State), while creating the subsequent Sale order I want to use the plant of some other Region which is different from the contract. In this case the pricing will change as there will be different Taxes (%) that would be applicable for different Region.
    Now the requirement is that we want to use the Final Selling price which is calculated in the contract, therefore by keeping the Selling Price Fixed we have to backtrack and calculate new pricing accordingly.
    An example for the same is explained below:
    When Both Customer and Plant are from same Region:
         Particulars                        %           Value
    A     Basic Value                                       100000
    B     ED                     10.30%           10300
         Sum total (A+B)                                 110300
    C     VAT                        5%            5515
         Sale Price (ABC)                                 115815
    When Customer and Plant are from different Regions:
         Particulars          %           Value
    D     Basic Value (A-B-C)                  92105
    C     ED                        10.30%            9487
         Sumtotal (A-B)                  101592
    B     VAT                          14%            14223
    A     Sale Price                                       115815
    Please reply with possible solutions.
    Thanks and Regards,
    Edited by: Lakshmipathi on Oct 4, 2011 5:41 PM
    Thread Locked - Reason Cross Posted

    Hi Nitin,
    Go through the bellow links you can resolve your problem.
    Re: Reverse Calculation in Pricing Procedure
    Reverse Pricing???

Maybe you are looking for

  • Mobile me does not sync all contacts

    I set up my iPhone to sync with mobile me. It works for calendar and e-mail but only 50 of my contacts (out of over 200) have been synced. In groups it only says "alle contacts" it doesn't bring my different groups as I see them on my computer and in

  • User-defined field in existing table

    Hello, I would like to know if it is possible to add a user-defined field in an existing table. Actually, I would like to add a combobox with other types of partners than vendors, customers and leads and add a user-defined field in the OCRD table. Th

  • [SOLVED] Dead keys on console in UTF-8 locale

    Hello, I want to share something interesting I found out about dead keys support on the Linux console (i.e., without X). I live in Canada and use the "Canadian French" keyboard, which uses dead keys for several diacritical marks (e.g., to type ê I pu

  • Second Macbook, Same PROBLEM!, please help!!

    this is my second macbook because the other one i had had a stuck pixel from the moment i opened it, now 6 weeks on to my second one i have 2 stuck pixels!, what can i do? i have tried all the "fixers" but didnt work!, i have searched and searched fo

  • 0 to be terminated from Material Number

    The 0MATERIAL is diaplyed in most of our Purchase report which displays the material number preceeding with zero's. eg. 0000000026 and 0000001235 etc. Please guide us in eliminating these zeros. It should display like 26 and 1235. This should be done