Princing condition type

Hello Friends,
Need your help once again.
I've customized a freight condition type.
If a customer buys an item X, he has to pay fright surcharge.
If he buys an item Y, it is free of charge.
Now if he orders item Y and item X, it should be free of charge.
How can I make it possible?
Seems like it's only possible via a routine is that right ?
Regards,
Bahia.

I am not sure if you can achive this by condition exclusions.
Well in your note you mentioned,
Item X if bought alone  Freight should apply
Item Y if bought alone - Free of Charge. So the item net value is ZERO?
Item Y and Item X bought together, then Item X is also Free of Charge. So Item X net value is ZERO?.
IF yes then I believe you are controlling it by the Item Catgeory. IN that case mainatin the freight condition based on item Category.
If my understaidng is wrong , please let me know the exact scenario clearly.
Thanks
Sai

Similar Messages

  • Not able to save pricing condition type in Sales order

    Hi
    I have created a SO and there is a condition type pb00 that I have to enter manually. when I save it and come back and reopen the SO, the condition type vanishes. It does not give out any error and i tried different ways of updating like 'carry out new pricing', 'copy manual pricing' etc but it doesnot work. Please let me know how I can save this condition type in SO.
    Thanks
    Princeoflight

    Hi Prince,
    Go to conditons analysis and check the access sequences and what is the message it giving for this condition type.
    Check it once and revert back.
    Best Regards
    Sri

  • SERVICE ORDER COST IS NOT FLOWING TO CONDITION TYPE EK01 IN SALES ORDER

    hi all,
    My requirement is that the cost incurred in service order should flow to the condition type ek01.
    we will be running the transaction dp90 to calculate the cost for the resources used.
    the cost are getting calculated at service order level but this cost are not flowing to the billing item being generated from dp90 in the billing request.
    the settings that i have made are as follows: I have maintained the condition type ek01in the sales pricing procedure. are there any other settings required by me to make.
    valuable answers will be be rewarded fullpoints.
    regards,
    ashish

    Hi prince
    Check out in Control data of Condition Type--PB00..Enter "NO Limitations" in Manual Entries. and check the 'Amout' and 'Value' and 'Delete' so that u can make changes to that condition type in line item in sales order.

  • Condition type GMPP (GTM Purchase Price)

    Does anyone here have experience working with condition type GMPP? I
    I am working with Global Trade Contract (Links SD & MM SO with PO) and would like clarification on how GMPP is used.
    Is GMPP used to capture MM Purchase price, so ir can be statistically transferred to SD side?  I am trying to figure it out, as the identical condition type exists in SD.
    But I am getting stuck in the configuration....does anyone have any insight on GMPP?
    Within condition type for GMPP, there is a box checked off under Sales pricing that are fishy.
    rel. to pricing      CHECKBOX
    Princing On/off   CHECKBOX
    My goal is to have GMPP captured on the MM side, and have this value transfer (statistically) to the SD side so I can see profitability.
    If anyone can provide any insight into this condition type, it would be greatly appreciated!!!
    BTW, We are in ECC 6.0 and any insight into this would be greatly appreciated.
    Regards
    Ken

    Hi, I am facing the same problem now. Did you able to get the purchase price statistically to sales side? Reg, KK

  • Princing condition

    I got a strange problem with a princing condition.
    I have a new condition type ZR00. It's a discount with fixed amount (in SPRO, in maitaining condition type, under "control data" tab, "calculation type" field has value "B").
    In tcode VK13, the amount of ZR00 was maitained (it equalls 50 EUR).
    I've created a sales oder (tcode: VA01). System brings the condition ZR00 with the correct amount (50 EUR).
    I've then created the delivery and done the PGI.
    When I create the invoice, system brings the condition ZR00 with different amount (58,3 EUR).
    I've checked in tcode VTFL. For the item category used (TAN), the pricing type field has the value "G" (Copy pricing elements unchanged and redetermine taxes) and the price source field has the value "" (order).
    I don't seem to understand why system changes the amount of the condition? Can anyone help me on this please ?
    I don't khow if this might help but the quantity ordered in tcode: va01 is 200 UN whereas in delivery it's 250 UN. I don't believe this is the source of my problem since the condition has a "fixed" amount !
    Best regards,
    Bahia.

    Excuse me.
    I've read the OSS note 24832. It helped since i've understood some concepts.
    But I'm still sturggling with the same problem.
    My condition type ZR00  (which can possibly be changed manually) has T685A-KMANU = 'C' (Manual entry has priority) in Customizing.
    When I generate my invoice system brings condition type ZFRQ with the correct amount (maitained in VK11) but makes the condition type inactive. When I double-click on the condition, system shows that the condition is inactive because of subsequent price.
    What does it mean ?
    I tried to something else. II changed the amount of the condition type ZFRQ manually in the sales order.
    When I do billing, system brings two lines with the sames condition ZFRQ, one with the correct amount changed manually and the other with amount 0 EUR. Both are active !
    Could anyone help me on this please ? This problem is driving me crazy !
    Regards,
    Bahia

  • Proble in VA01, cant see condition types in condition tab at item level

    Hi
    Well i am facing a strange problem in VA01, i am not able to see condition type whole grid under Condition tab at item level in VA01. actually i was given a project to hide pricing data from particular users based upon Authorization object value. initially i though it might be because of that so  i revert back all the changes but the problem remain Intact.
    well do you have any idea which user exit or enhancement may affact this or do you knoe if it can be because of  SD configuration changes.
    i mean can be hide condition type in VA01 through pricing condition.
    the other thing is its working fine in VA02.
    i made changes in following include
    MV45AFZZ
    MV45AFZB
    LV69AFZZ
    RV60FUS4
    any help will be highly appreciated .
    rewards for sure
    mandy
    Edited by: mandy on Jan 15, 2008 2:11 PM

    use this
    INCLUDE MV45AFZZ. include.
    u will find  FORM USEREXIT_PRICING_PREPARE_TKOMK  
    where u can change
    princing
    i am puting my code which i did
    ok
    DATA : WA_KOMV LIKE XKOMV,
           WA_ZPRICING LIKE ZPRICING1.
    IF SY-TCODE = 'VA01'.
    IF VBAK-AUART = 'YYOR'.
    LOOP AT XKOMV INTO WA_KOMV where KPOSN = VBAP-POSNR.
    IF WA_KOMV-KSCHL = 'ZABS'.
    SELECT SINGLE *
           FROM ZPRICING1
           INTO WA_ZPRICING
           WHERE VKORG = VBAK-VKORG
           AND VKBUR = VBAK-VKBUR
           AND VTWEG = VBAK-VTWEG
           AND MATNR = VBAP-MATNR.
    IF SY-SUBRC = 0.
    delete XKOMV.
    ENDIF.
    ENDIF.
    ENDLOOP.
    ENDIF.
    ENDIF.

  • How to prevent consecutive entries of same condition type in a sales order

    Hi,
    My client is using manual condition type for the basic price "ZBPR". Now system allowing multiple entry against this condition type in the pricing screen during order creation i.e in the first line if we put Condition Type "ZBPR" and putting some value as amount, then again if I put "ZBPR" as condition type and give some other value as amount then system is allowing this and doing all the subsequent calculation.This is not acceptable by the client.
       The functional person regarding this is saying this can be done by using routine.Can some body tell me which routine should I take for this if that is possible by routine and the required code.Also say if there is other way to solve this.
    Thanks,
    Manas.

    Hi ,
    u can do it thru VOFM(tcode)--->Menu -> Formulas>condition value , but in this case u need to derive the value of this condition type by using ur own logic.
    Re: vofm-routine
    Regards
    prabhu

  • How to restrict duplicate condition type in sales order

    Hi All
    Is there any standard method to restrict user for adding a particular discount condition type more than once in sales order. condition type is manual and its records are also being maitained manually.
    Else would I will have to create userexit at sales order level or a routine in pricing procedure. I doubt on creating a rotuine in pricingprocedure because in pricing procedure there is already a restirction to add similar condition type more than once.
    Thanks

    create a routine and add this routine to the discount condition type only.

  • Creation of New Condition Type

    Hello SAP Folks,
    I have one issue related to pricing. See the case is i have to produce an extra cost in the Sales Order which is actually depended
    upon the net price. This condition type is percentage based and calculation works in the following way:
    Let the new condition type be Z123 and Net price be PR00.
    So for year variation 1-2 year, the condition type Z123 will be 1.5 times of PR00
                                      2-3 year, the condition type Z123 will be 2.0 times of PR00
                                      3-5 year, the condition type Z123 will be 3.0 times of PR00
    Can anyone throw light on how to configure this condition type ???
    Regards,
    Sarthak

    Hi,
    For Z123 Condition type make (V/06)
    Cond. class A Discount or surcharge
    Calculat.type A Percentage
    Plus/minus A Positive
    and all other settings are same as Discount condition Type
    For making Z123 customize an Discont Condition Type (EX:K004,)
    Then while creating the condition record give the percentage as 150% 1-2 yearin valid from and to date,
    give the percentage as 200% 2-3 yearin valid from and to date, give the percentage as 300% 3-4 yearin valid from and to date, and save the record. (VK11)
    In the pricing procedure For step z123 condition type from which you want the % that is step of PR00 should be mentioned in the FROM and TO column.(V/08)
    This will result as per your requirement

  • In import Pricing Proceedure,  Some Condition types added to Material Cost

    HI,
    In Import Pricing procedure, Some condition types (Like Basic Customs Duty,Edu Cess & Hier Edu Cess) are added to material cost. The remaining are not added. What is the configuration to add condition types to Material cost?
    Note -  we have added FR3 account key for all condition types. Then why few condition types are added to material cost and why others are not added to material cost?
    Can any one please help me on this..
    Thanks
    KB

    Assign key "NVV" to those condition types which are to be loaded to material cost.
    Hope this resolves ur problem

  • Condition type freight is not getting displayed in print preview

    Hi,
    I created PO, and while seeing its print preview:
    Condition type freight is not getting displayed.
    Where i missed?
    Uts

    hi,
    Inddition to M/08...(As given above)...
    Also do check the smart form or SAP script...used for the output...check it with the ABAPer...whether the field is liable for o/p or not??
    Smart form is attached at message type of message determination..
    Regards
    Priyanka.P

  • Pricing: New condition type not getting listed in options in product master

    Hi,
    I have created a new pricing procedure and also created a new condition type for it. I am trying to create a condition record in the product master for this  condition type but the condition is not there in the list of conditions. How can I inlcude it in the condition list?
    Even the new condition type I have created by copying 0PR0 is not getting listed in the options, whereas 0PR0 is getting listed.
    Regards,
    Meenakshi
    Edited by: Meenakshi Sawhney on Sep 9, 2010 8:27 AM
    Edited by: Meenakshi Sawhney on Sep 9, 2010 8:29 AM

    Hi Meenakshi,
    you need to enhance the condition maintenance group in the customizing, which is assigned to the product master. Please check: IMG: Customer Relationship Management -> Master Data -> Products -> Special Settings for Sales Operations -> Assign Condition Group to Application CRM and IMG: Customer Relationship Management -> Master Data -> Conditions and Condition Technique -> Condition Technique: Basics -> Create Maintenance Group.
    Best Regards,
    Michael

  • Statistical condition types not getting displayed in invoice

    We  have configured the tax collected at source (TCS) condition types and make them as statistical in the pricing procedure. Now, the issue is when we are using them the values for these condition types are getting calculated correctly as the total value is correct but in the invoice their individual values are not getting displayed.
    In the analysis also we can see that the condition records are found but being statistical condition they should get displayed in the invoice as only the correct total value will not serve the purpose, please help
    Thanks & regards
    Puneet Agrawal

    Hi
    Keep a break-point (hard) in these program lines and debug and see that whether the condition type(KSCHL) related to Taxes is appearing here or not.
    If the condition type for taxes is coming then you can print the taxes.
    First check the related condition type for Taxes in T685 table and see here in the code.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Condition types not getting displayed

    i have uploaded a smartform & copied the standard program(/SMB40/FM06P) of it into my system.the condition type texts & their amounts are getting displayed  for import purchase order(conditions are getting picked from me22n--->conditions) but for domestic invoice  im unable to display condition type texts & their amounts.(these are picked from me22n-->invoice---->taxes).
    in program lines this code exists.
    <FS>   like EKPO.
    <KO>  like  KOMV.
    input parameters            output parameters
    ZXEKKO                        G_KSCHL
    L_NETWR                      G_VTEXT
    <KO>                             G_KWERT
    G_VTEXT                        G_FRAKWERT
    G_FRAKWERT               G_TAX
    G_TOTAL
    <FS>
    G_TAX
    L_KWERT
    CLEAR: g_vtext,g_kwert,l_kwert.
    CHECK NOT <ko>-kwert = <fs>-netwr.
    Get Condition Type Text from table T685T and the value
    SELECT SINGLE vtext INTO g_vtext FROM t685t
    WHERE spras = sy-langu
    AND kschl = <ko>-kschl.
    IF sy-subrc = 0.
    MOVE <ko>-kwert TO g_kwert.
    ENDIF.
    Check document currency
    IF NOT l_netwr IS INITIAL.
    WRITE g_kwert TO l_kwert CURRENCY zxekko-waers.
    ENDIF.
    *Determine if the discount is based on %
    IF g_vtext CS '%' OR
    g_vtext CS 'percentage' OR
    <ko>-kschl = 'SKTO'.
    <ko>-kbetr = <ko>-kbetr / 10.
    MOVE '%' TO <ko>-waers.
    ENDIF.
    Determine Tax
    IF g_vtext CS 'tax'.
    ADD <ko>-kwert TO g_tax.
    CLEAR g_kwert.
    ENDIF.
    Determine Freight Charges
    IF g_vtext CS 'Freight'.
    ADD: <ko>-kwert TO g_frakwert.
    CLEAR g_kwert.
    ENDIF.
    i feel the data is coming from above code only.please suggest where i have to make changes so that it picks data from ME22N->INVOICE--->TAXES which has conditions for domestic purchase order.please help.

    Hi
    Keep a break-point (hard) in these program lines and debug and see that whether the condition type(KSCHL) related to Taxes is appearing here or not.
    If the condition type for taxes is coming then you can print the taxes.
    First check the related condition type for Taxes in T685 table and see here in the code.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Pricing condition types in SRM 7.0

    Hi,
    We are using SRM 7.0, we have decided to go ahead with the pricing proceedure and the condition types which are there in ECC the same should be replicated to SRM.
    We have created the same pricing proceedure and the calculation scheema in SRM.
    Now my requirement is when i create a PO with the conditions and when i am transfering to ECC the PO should also be with the condition types. It should be a similar PO in ECC.
    Is this can be addressed.

    Hello All,
    As I have already mentioned the condition types in SRM are identically matched to ERP condition type hence the data is flowing correctly and even the idoc has the z-condition type Z123.The IDOC in backend ERP has status 53.
    On trial and error method we did unchecked the manual indicator check in the pricing schema for the relevant condition type and because of that now the Z-condiiton type can be seen in the backend ERP contract.
    If the indicator was checked, this means that this condition can be maintained only manually (directly in the transaction
    ME32K in ECC) and nothing can be transfer from other source.
    Note: If the same condition type is being used in more than one pricing procedure then ensure that the check bok is unchecked for agianst the relevant condition type.
    Thanks,
    Yatin

Maybe you are looking for

  • Screen capture from inside .swf?

    hi, i'm wondering if there is any way to "capture" a part of a flash movie dynamically, then send that image as a jpg. thanks.

  • Manual duplex for LaserJet 1300 in Windows 8.1

    Hello. I'm using HP LaserJet 1300 under windows 8.1. I can't print pdf file on both sides of the page. When I choose this option it just prints the whole document. This printer is also used for windows XP and windows 7 and manual both side printing w

  • Lost my histogram edit screen in Aperture

    For some strange reason I no longer have the ability to edit the historgram in any of my photos in aperture and I have no idea why. I can't seem to find any command on the menu that I may have inadvertently turned off. Can anyone help getting back th

  • Shutting down with certain applications.

    My computer keeps shutting down when I open Adobe and other video programs. We were at the Apple Store Sat. and the tech did his business and said we would be good to g. We were until we realized none of our applications were still there. When we dow

  • I lost all my ratings... please help...

    Hi, who can save me...? Because my C hard disk was almost full I moved all my music to my D disk. By doing so I obviously lost all my I tunes music. I re-imported all my music files into i-tunes but lost all my ratings, styles description and playlis