Old / New pricing control

Hai SAPeans,
Greetings.
My client's requirement at a Depot is as follows:
As of 01.01.2009
Material: X          Quantity: 50pcs           Selling Price (PR00): INR 10.00
On 05.01.2009 Stock received as follows:
Material: X          Quantity: 25pcs           Selling Price (PR00): INR 11.00
Now the total stock in the Depot is 75pcs. If the user wants to sell any or all the stock with any of the 2 selling prices, he can simply change the Pricing date in the order and execute and at the volume that our client deals per day, no one can cross check this. If he wants, he can sell all the 75pcs at INR 10.00 which is not acceptable to the management.
How to prevent this and ensure that the first 50pcs which were received when the SP was 10.00 will be sold at 10.00 and the other 25pcs that were received at 11.00 will be sold at 11.00 ONLY.
The stock does not have batches and there is no individual identification to differentiate one piece from the other. For everyday example we can take a Toothpaste tube which has a price printed on it and then imagine my scenario. The end user at the Depot has the instruction to sell the old material at the old price only.
Hope some one can help me in this matter.
Thanks and regards.
Venkat - Hyd

Hi
I hope, it can be solved through material determination.
First you have to add the field "Material price"into the field catalog. You may take the help of your ABAPer for this.
Then create a new condition table taking the two fields "Material entered" and "Material Price".
Assign this new table to your Access sequence and complete the field assignment and save it.
Create a condition record for material determination(VB11) taking this new key combination.
In the condition record, maintain two substitutes( both same material) with two different price and specify the reason of substitution as "0005" i.e, "Manual".
Now, when you will create a Sales order system will give you the pop-up of the material with different price.
I hope, this may help.

Similar Messages

  • Can we add new condition in old PO with new pricing schema

    We have created new pricing schema for addition of new condition type at header level on
    25/11/2010 in client server but the problem is for old purchase order client want new condition
    on header condition tab.It is obvious that in old po on analysis tab it shows old pricing schema.
    Is there any solution to get new condition in old Purchase order????
    It means we can add new condition in old po???
    Regards
    Jyoti Thakur

    Jyoti,
    Let me know the basic Price Condition if its PB00 or PBXX.
    Let me know how you have called the pricing schema. if you had attached it with document type and you have changed the document type, you will be required to create new PO with new doc type.
    If you have taken Vendor Schema group as a criteria, then you will be required to end the validity of old pricing conditions in condition table and need to activate new conditions on this date.
    Check for other basic keys like Purchasing Organization as well.
    Let me know if you have any existing Source List or QA for the vendor too.
    Thanks and Regards
    Raghavan

  • To write new pricing type at the copy control

    None of the pricing types meet my need at the copy control (from the delivery to the billing document at item level). At which transaction code can I write a new pricing type? I couldn't find it at VOFM (maybe because I couldn't see).
    Thanks in advance for the answers...

    In VOFM, from top menu bar, if you click "Copying requirements", you can see various selection options like Sale Order, Delivery, Billing etc.  You need to select Billing and create a new routine there.
    thanks
    G. Lakshmipathi

  • How to activate new pricing procedure for old Pur Document

    Dear all,
    we have added some condition type  in our pricing procedure,every thing is ok but my question is this new condition added in pricing procedure are not reflecting in previously created purchasing document/po, how can we do it
    I kw that if we create new po all condition will be reflec as per in pricing procedure
    shakir

    Hi
    Assign Document pricing procedure Z in VOV8 for CR document type , Now do the pricing procedure determination in OVKK with sales area + Cupp+Dupp=new pricing procedure
    Example :
    In OVKK, determine with 1000 + 10+ 10 + A+ 1 = standard pricing procedure for normal sales
    For credit memo in OVKK determine with 1000 + 10+ 10 + Z+ 1 = New pricing procedure for Credit memo
    Then when you create a sales order (with document type CR ) with reference to billing document then the new pricing procedure will get copied.
    Regards
    Srinath

  • Creating a Invoice with reference to another invoice with new pricing proce

    Hi People,
    I want to raise a supplimentary excise invoice for the differential price.
    I want to do it by raising a supplimentary commercial invoice with reference to the old invoice but with a new pricing procedure assigned to it.later on raise the supplimentary excise invoice with Tcode j1iin wrt the new commercial invoice.
    Although i have done all the necessary configurations such as determination of new pricing procedure, Doc pricing Procedure and changing the pricing type at the copy control settings of the item category to "B".
    i am unable to get the new pricing procedure when i am creating the supplimentary commercial invoice.
    Can u people suggest me in this regard

    Dear Nagabhushan
    Normally for price difference, there is an order type RK for "Invoice Correction Request" which should be created in reference to F2 billing document.  Based on this, you can issue credit memo (document type G2). 
    This being the case, you cannot create supplimentary invoice with reference to original invoice.  Moreover, for all excise related adjustments, you should not use j1iin.  You should run j1ih - Other adj.
    thanks
    G. Lakshmipathi

  • Do not carry out new pricing when plant change in sales order

    Hi,
    I have one z field in additional data tab in sales order. This field store the original plant if anyone has changed plant in Sales order. My requirement is to trigger the pricing in sales order with this old plant. I am not getting any exit for this.
    Suggest me the solution.

    Hi
    In the comments for the subroutine, it says:
    *       Parameter new_pricing controls the new pricing in the calling *
    *       form. It can be filled according the the allowed values       *
    *       of domain KNPRS (Pricing type), for example:                  *
    *       ' ' = no new pricing                                          *
    *       B   = Carry out new pricing                                   *
    *       C   = Copy manual pricing elements and redetermine the others
    So, you must write:
    If VBAP_WERKS NE *VBAP_WERKS.
      new_pricing = 'B'.
    Endif.
    Regards
    Eduardo
    Edited by: E_Hinojosa on Aug 25, 2011 8:21 AM

  • How to: not to carry new pricing when plant is change

    Hi,
    How can I prevent the system from carrying out new pricing when the plant is changed.
    Also,
    I have a quotation in which users can change the prices, I want to finalize the pricing in the quotation and have my sales order with fixed pricing. What is the best way to do this.
    Thanks.

    Hi,
    Try this user exit.
    Include: MV45AFZB
    USEREXIT_NEW_PRICING_VBAP
    This userexit can be used to perform new pricing, dependant   *
          on the change of datafields.                                  *
          This routine is not called, when the material number has been *
          changed.                                                      *
          Available data-fields:                                        *
            vbak - header data                                          *
            vbap - item data     (changed)                              *
            *vbap - item data (old, before the change)                  *
          Parameter new_pricing controls the new pricing in the calling *
          form. It can be filled according the the allowed values       *
          of domain KNPRS (Pricing type), for example:                  *
          ' ' = no new pricing                                          *
          B   = Carry out new pricing                                   *
          C   = Copy manual pricing elements and redetermine the others
    It should work for you.
    Reward points if it works for you.
    Rajesh S.

  • Creative Megaworks 250D 2.1 THX: How can I find a new remote control & spare satellite(s)?

    Hi all,
    For years, we have owned and used one remarkable speaker set from Creative:
    The Creative Megaworks (Cambridge Soundworks) 250D 2.1 THX-certified speakers!
    I have no complaints. The sound this small 2.1 set produces is amazing! The 300 watts (RMS) power can shake the whole house - x50W + 2x75W are more than enough! Movies, music, games, everything sounds great - bass is deep and clear, mid-range is good, high frequences are clear! There's no noise and no distortion (I have connected the system to an SPDIF digital connector on my sound card), the Signal-to-Noise ratio is 99 dB, and the frequency response of the set is extremely good, too!
    But I have a problem, now. We have broken, by accident, one of the satellites. Now I have only one satellite, and the bass/amplifier with the remote control... Looks like a . system... ;-)
    This system was a present for us. Maybe we were lucky, but I am very happy with the build quality of this Creative spaker set. Until we have broken one of the satellites ourselves, yesterday, everything was OK, and the sound it produced was amazing all these years...
    I tried to contact a Creative representative, asking if we can maybe order one (or two) spare satellites fot this set, but the only reply (up to now) was:
    "You are out of warranty period. Buy a new speaker set."
    Well, we could, I guess...
    But:
    First: Creative does not have (at present) a similar model, 2.1, THX certified, with digital (SPDIF input), 300W+ RMS, 99 dB Signal-to-Noise.
    Second, to throw away such an amazing set just because there's one satellite broken? That would be such pity! :-(
    I'd like to buy one (or two) new 250D satellites. I was thinking even that, in the worst case, I can maybe try to order 2 satellites from a Creative Gigaworks S750 set. They have very similar characteristics, 70W rms power, 8 ohms, so maybe this'll work. I was trying to check today if two satellites can be ordered, but with no luck up to now... :-(
    Does anyone have any similar experience? What do you do if you accidentally have broken up one satellite from a 2./5./7. expensi've speaker set? Should you throw away the whole set? Try to find similar satellites?
    I hope Creative support will help, but I don't have much hope, at present...
    Does anyone have experience connecting an S750 satellite to a 250D system? Can I expect any problems? Or it'll work?
    Finally, just one more question:
    The remote control.
    Currently, the remote control unit on our 250D model works OK. But I am a bit worried, if anything happens, that the speaker set can become useless. So I'd like to order one spare new remote control for this model, just in case. Can someone help?
    Maybe, even if this speaker set is not produced anymore, a new remote control can be ordered from Creative?
    I'd really like to make these 250D speakers produce great sound again!? I am a big Creative fan and Creative 250D 2.1 THX is one of the best sound systems I have ever owned (or heard) and I'd like to do everyting to fix things up...
    Thanks for all the help!
    Cheers! :-)
    PS The satellites of the 250D look very much like these. But these Cambridge Soundworks satellites are more powerful (20W RMS); I was even thinking to order a pair of them, but not sure if they'll fit well. Maybe a pair of S750 satellites (70W RMS) is a better idea? But in any case, if I can find a new pair of satellites, what to do with the remote control?... Please, help!

    After exchanging several messages with official Creative Support, I feel a bit disappointed... For years, I have believed that Creative is a company that makes amazing audio products. They probably still do, but now that I am a customer who owns an expensive product of theirs, but with expired warranty, they don't want even to suggest a solution that can work for both parties!
    Why is Creative Support so un-supportive? :-( I am still a Creative customer, after all, right?
    My communication with Support went nowhere. After it was established that our 250D system is out of warranty period (it is only 2 years, btw), they refused to sell me a replacement satellite (even if they still may have some left in stock, for such cases)!
    Finally, I found S700 satellites on ebay and I hope that 2 of them will fit well with the 250D system. Impedance of 250D satellites is 8 ohms (S700 satellites are 8 ohms, too), power is almost the same (250D satellites are 75W rms, and S700 are 70W rms), Signal-to-Noise of both systems is 99 dB, and frequency response is similar, too (250D satellites should be around 50Hz - 8 kHz, I think, and S700 should be around 50Hz - 20 kHz).
    Well, my final 'point of worry' was that if anything happens with the remote control, we won't be able to switch on/off the system, even if the sub/amplifier works. So, I tried to ask Support just to sell me one new remote control, if they can. To sell, not to give for free, mind this! ;-)
    They refused!
    My e-mails are either left un-answered, or the only kind of reply I get is 'We can offer you 10% off our new products'. Well, I don't want to buy a whole new expensi've system, if I can just get 1-2 replacement parts for my old one, and have it working for years! :-)
    (Imagine you buy an expensive DSLR camera, you break the LCD screen, and imagine how Canon or Nikon refuse to sell you a replacement LCD, because you're out of warranty! I can't imagine that!)
    Well, with Creative it looks like this works only this way: Buy a new system. While speaker system is within its warranty period, Creative may replace defecti've and/or broken parts. Once system is out of warranty period, you can simply throw the system away, as Creative will not sell you replacement parts, no matter how politely you ask (and no matter if such parts are available at Creative or not)!
    I hope I will be able to use our 250D system for some more time (after the satellites arrive). I don't know how I can find a new remote control, just to be on the safe side.
    And I am not sure I will buy Creative product next time. I will carefully look around and maybe will pick up a product from a company which will offer me not only warranty support, but out-of-warranty support, too. That would be wise.
    I like how the high-end Creative speaker systems sound. I simply cannot understand how this company can be successful, if they make such great products, but then refuse to help its customers, when they have problems... :-(

  • Creation of a new pricing procedure by copying existing one (for sale order

    Hi,
    Existing pricing procures are here below:
    1000     10     00     1     1     ZBRI01     Pricing Proc_Under Con                            1000     10     00     1     2     ZBRI02     Pricing upgradationFlat                           
    Now I need to create a new pricing procedure for the following combination :
    1000     10                 00                 1                     3                   ZBR103        Pricing_single sale
    Please let me know the steps to follow.
    With regards,
    Parijatha

    Dear JP,
    Based on your last direction,  I created a pricing procedure.  It is hitting the right GL and everything looks ok.  My problem is " ZCAR (car park value which is a  ZFREE item  should get added to the "Net value"  which is not happening.    Control data -reference step overview is herebelow.   From step 50 to 300 all are ticked for Statistics.
    50     0     ZBAV     Base Value for Calc     0     0               0     0     0
    110     0     ZTCO     Apartment Value     0     0               0     0     0
    115     0     ZDSQ     Discount on ApT     0     0               0     0     0
    120     0     ZDVA     Discount on ApT_Lump     0     0               0     0     0
    150     0     ZTGR     Terrace/garden Stat     0     0               0     0     0
    160     0     ZDTG     Discount on Terrace     0     0               0     0     0
    210     0     ZCAR     Car Park (booking)     0     0               0     0     0
    250     0          Total Consideration     110     210               0     0     0
    270     0     ZGOV     Govt Rate_Reg     0     0               0     0     164
    300     0          Upgradation Value - Billing     250     270               0     0     0
    310     0     ZBLD     Building - For Bill     270     0               0     0     164     ZBB
    320     0     ZSDT     Reg and Stamp Duty     0     0               0     0     0     ZSD
    330     0     ZSDA     Stamp duty-Agr-Sell     0     0               0     0     0     ZSA
    340     0     ZECH     Power Consump. Chgs     0     0               0     0     0     ZEC
    350     0     ZLFE     Legal Fees     0     0               0     0     0     ZLF
    360     0     ZPTX     Property Tax     0     0               0     0     0     ZPT
    Can you please help me what should I do to add ZCAR (item category is ZFREE) value to  Net value.
    With regards,
    Parijatha

  • Problem with new pricing procedure - free of cost

    i set up a new pricing procedure where i have zsed (special excise duty) and zmws (sales tax) set as manual, it's not valid on some free sample orders. but when i goto create order it does not show up under conditions, even though i've maintained it for that material in vk11. and when i click on condition type in conditions, it doesn't show up in the drop down either (at the order level). if i just type zsed it says zsed cannot be processed manually.
    but if i change the pricing procedure and take off the manual check mark, the tax shows up on the same order automatically (from vk11) but i can't delete it there.
    suggestions? i need for it to show up or have an option where if it shows up i can delete it. thanks!

    fyi,
    If you set the "Manual" indicator in pricing procedure against to any condition type, then you can enter this condition type value in particular transaction. ( But for this condition type details, " changes can be made- setting maintain as "D" not possible to process manuall). Same "manual" logic in the pricing procedure will not work.
                  Because controls in Condition type has priority than anyother.
    Now coming to your question,
               If I understood it properly,
    ZSED is not applicable to every free of cost order, but it may be applicable to other orders ( excl: FOC orders). Expecting ZSED Condition type maintained in both pricing procedures ( FOC sales pricing procedure & non FOC sales procedure).
    if you set the " Manual entries has priority"/ tick mark delete check box in ZSED, then it will allow to enter manually/delete the condition type in FOC order as well as non FOC orders too.
    Then there could be chance that user may delete/manually enter ZSED in non FOC sales.
    better way would be, create new conditiont table by including Sales document type ( assume you created new document type for FOC sales) with other required fields ( eg: customer/material etc..,).
    assign this condition table in top of all the accesses in ZSED's access sequence.
    Maintain Condition record.
    By doing so, Condition record is applicable only to FOC doc type sales- if maintained , else it will search next condition record.
    which will not effect the non FOC sales & user cant delete ZSED from non FOC sales.
    Hope it helps

  • Carry out new pricing when key in access field is changed

    Need automatic update to 'carry out new pricing' when field that is part of key combination is changed.
    The system recognized the change when viewed in analysis, but amount is not updated unless "Update" button is manually pressed.

    hi,
    you sales orders which are already created then you changed the access key. For these order unless you run an update pricing they cannot be updated. Now for the new sales orders which are going to be created if the new key combination matches the sales order criteria then it gets picked up automatically and you dont to do anything.
    as we understand from access sequence setup, we do it frm the most specific to the most general ( while setting up the condition tables ie key combinations), So when a condtion record is found whether new key combination or old if its the relevant one and a condition is found for it, it gets picked up automatically.
    regards
    sadhu kishore

  • Assign Company Codes to new Credit Controlling areas after going live.

    Dear FI Experts;
    Our Status Now:
    We Have 3 Company Codes, CC 1000, 2000, 3000 and one Credit Controlling Area Code 0001, and the Customers are assigned to this Credit Controlling area with no problems and we are live since about 9 months ago.
    Requirement:
    We have a requirement to split the Customer Credit limit between companies, which means we have to create more credit control areas for example CCA 0002, and 0003, and though assign our 3 company codes to the new credit control areas, as follows:
    CC 1000 to CCA 0001
    CC2000 to CCA 0002
    CC3000 to CCA 0003
    And my Question is, what is the procedures to follow to do that (Not a Customization Procedures, I mean the How the Customers would be affected and the open items for them and how to resolve that), since as mentioned above we are already live since 9 months ago, and credit management is active and all our customers are assigned to our old Credit control area 0001, and also what is the consequence of doing that new assignment since we are live, thanks for your reply

    You will need to manage to create new credit master data under new credit control area. System should reorganize existing credit data after reassignment, that is when you change master data (create credit master under new credit control area), new credit exposure is calculated based on AR in company code and existing open orders will get rechecked for credit under new credit control area & new risk categories assigned to them.

  • Invoice new pricing

    Hi All,
    In the copy control between delivery and billing, there is a pricing type. This determines whether at the time of invoicing new automatic pricing has to be carried out? Also, in V/08 where you define the pricing procedure..there is a pricing type here also..., so in case these 2 differ, which pricing type will be considered??
    Rgds,
    Rags.

    Yes and above that, since this is a new feature introduced with ECC 6.0--so am pretty sure, there is some good reasoning why SAP has introduced this..
    What I guess is(out of my experience):
    Since the pricing proc determination is dependent on sales area, DoPP, CuPP-- to accomodate a different behavior for a particulat Sales Area this has been introducedfor ex., say for all sales when the returns process is initiatedthe business decides that return sales order can have new pricing--this can't be acheived through the RE doc type. Hence, this might have been introdcued. --here am assuming that the setting at V/08 takes priority.
    It would be good, if rest also think & contribute about the usability of this option? and also the prioritisation?
    Rgds,
    Rags.

  • Carry out new pricing not working in Me23n

    Dear Experts,
    I am trying to carryout new pricing in purchase order i.e iam going into Item conditions of PO and hit update button on the botton of the conditions tab and select B as the pricing type . The value changes to the new rice and then I save the PO.
    After hitting save the values remain unchanged .
    Please help on this .

    hi,
    you sales orders which are already created then you changed the access key. For these order unless you run an update pricing they cannot be updated. Now for the new sales orders which are going to be created if the new key combination matches the sales order criteria then it gets picked up automatically and you dont to do anything.
    as we understand from access sequence setup, we do it frm the most specific to the most general ( while setting up the condition tables ie key combinations), So when a condtion record is found whether new key combination or old if its the relevant one and a condition is found for it, it gets picked up automatically.
    regards
    sadhu kishore

  • New Credit Control area not considering Recievable amount

    Dear All,
    We have created two credit control area  "1000" and "2000" for a company. A customer should be assigned to one credit area only.
    Mistakenly user have assigned  wrong credit area  "2000"  for customers and  transactions have been processed for it. Now the problem is that when i create  correct credit control area "1000"  and check the recievable on FD32  for new credit control area  it is showing "ZERO" Balance for recievables. Is it possible that actual recievable are fetch up on new credit control area so that i can efficiently use it.
    Thank you in Advace
    Nomi

    Hi
    Kindly check the below settings
    1.Assign  new credit control area to company code
    2.Do the settings in OVA8 -automatic credit control area with combination of Credit control area/Risk category /credit group.
    3.Update the receivables by running the report  RFDKLI20
    if you
    5.Maintain the Subtotal 'A' in the pricing procedure against which value the sytem should check the credit limit.
    1.New credit control area

Maybe you are looking for

  • BI Authorization problem query in web

    Hello Guru, i have authorization problems to execute query on the Web. When i try to execute query on web i have these messages: - Missing display authorization msg R9 108 - Missing authorization to execute query msg R9 108 - User doesn't have author

  • Installation problem with free trail version of Illustrator CS3.

    I try to install the free trail version of Illustrator CS3. I have this error message: A problem was encountered while tryng to load trial period for adobe Illustrator CS3. I reinstall the software and have the same problem. I uninstall the software

  • Hey.. i have a ipod touch 2 gen and when i try to connect to wifi it cant find it.. can anyone help me??

    hey.. i have a ipod touch 2 gen and when i try to connect to wifi it cant find it, even though my laptop does so it not my router.. can anyone help me??

  • 5310(XM) Update Problem

    Dear sir/Madam 1nd: I have bought a 5310(XM) Mobile set from your company recently. While I had restoring the backup it gets a problem. It asked me a security code and without it did not work. And when I get new security code it did not accept and ha

  • Ipad Mini Problems (I know, what a shock)

    My Ipad Mini (had it less than a year) completely died the other night and now it connects to wifi but its unusable, and will not recognize my icloud account. I have reset it multiple times and still nothing helps. I don't have a laptop handy to sync