Exclusion for condition type

Hi,
  I creat condition type PR00 with customer.And I marked exclusion for this PR00,but this pr00 still apear in SO.
Could you please tell me why? It seems the exclusion didn't work.
Thanks
Olive

If more than one condition record is found, you can set which condition record is to be used for pricing. You set this in Customizing by choosing Sales and Distribution->Basic Functions ->Pricing ->Condition Exclusion ->Condition Exclusion For Groups Of Conditions-> Maintain condition exclusion for pricing procedures. Choose Exclusion and enter the required data in the Cpr(condition exclusion procedure) field.
The following condition exclusions are available in the standard system:
·         A: Best condition between condition types
·         B: Best condition within the condition type
·         C: Best condition between the two exclusion groups
·         D: Exclusive
·         E: Least favorable within the condition type
·         F: Least favorable between the two exclusion groups
Edited by: Shan Adaikalam on Mar 26, 2008 3:10 AM

Similar Messages

  • Cond exclusion for condition types

    Dear All,
    I wanna achieve following:
    I'm giving two discounts to customer say K005 and K007. Now I want that when the discount amt (K005+K007) exceeds certain value (say INR 20,000) either of one condition (K005 or K007) should be active i.e. only one discount should be given, not the other. How to do that?
    Regards
    Samier Danish

    Hi Samir,
    I think it can be acieve by two ways. For that you need to have one more cond type say K008.
    1) Using exclusion grp.
    Create three exclusion grps. for each condition type K005, K007 and K008
    Condition K008, put requirement to deactivate if sum (K005+K007) > 20000
    Then compare two groups for K005 and K007 for the best one.
    Eg:
    K005 = 15000   
    K007 = 5100
    so K008 = (K005+K007) = 20100 ie > 20000 so deactivate
    Then compare two groups for K005 = 15000 and K007 = 5100 for the best one
    2) i am thinking how it can be achieved by using just requiremnts but has some doubt about the functionality of that.
    Try out as above. hope this will help.
    If helps, reward points.
    Regards,
    Sachin Kolhe

  • Exclusion in condition types

    dear gurus
    please tell me in simple terms what exclusion means also what will happen if i update  X (gross price) exclusion in condition type.... i made a  condition type (ZZXX) gross price with X exclusion and put it in cal. schema but nothing happened when po was created.... also if i put tax code exclusion in N in condition type what effect will it cause.

    Dear Harsh,
    I think someone had changed your pricing procedure as the standard
    should as below:
    Condition type PB00:
    Control Data 2 section:
    Exclusion = X     Gross Price
    Procedure            RM0000 Purchasing Document (Big)
    1     1     PB00     Gross Price     0     0     X     9     0
    1     2     PBXX     Gross Price     0     0     X     9     5
    Therefore, your manual condition PBXX should have requirement 5 but not PB00 as in search strategy, we should put automatic in priority. If it is not found only, the counter 2 for PBXX is taken into account.
    If your PB00 have exclusion and in your control have define as in your control = no condition exclusion, then means you are making your system inconsistent and the control is overwrite your condition type which you found PO use PBXX always.
    FYI, The data i copied here is from client 000 which means it is from standard.
    Best Regards,
    ian, Wong Loke Foong

  • Unable to manually change the amount for condition type PB00

    Hi Gurus,
    My client is using ECC5.0.
    Here when I try to change the amount for condition type PB00 using transaction ME22N, I am not able to change the value. I donu2019t get any error, but as soon as I change the value and press Enter the system replaces my entered value with the original value.
    Confusing part is that I am able to change the amount of condition price PB00 manually using transaction ME22. I donu2019t have any such problems there.
    Also I am able to manually change the amount of condition type PBXX using ME22N.
    Only in the case of PB00, if I use ME22N to manually update the amount I am not able to change it.
    Kindly help me, to find a reason as to why this could be happening, and correcting if possible?
    Thanks in advance,
    Imran

    Hello Imram,
    The purpose of maintaining 2 condition types  ie PB00 and PBXX in  a pricing procedure is that PB00 is automatic gross price determination and PBXX is manually giving gross price.
    If you go to T.Code : M/06 and check the condition types, you can see that PB00 will be having an access sequence but not PBXX.
    So if you have to manually give the gross price, you have to use PBXX.
    Regards

  • Requirements not fullfilled for Condition type - Pricing Procedure

    When I am doing the pricing procedure, the error thrown is "Requirements not fullfilled for Condition type". Can any one suggest how to fix this problem ?

    Hi Sunil,
         Please first of all check the condition type in Pricing Procedure. In condition type column check the requirement. Here conditon is,  once requirement is fulfilled which you have mentioned in the condition type then only it will be executed. Take a help of  ABAP'er regarding this requirement if it is customized requirement.
    We should know the purpose of requirement in condition type.
    Venkat.

  • Currency conversion issue for condition type

    Hello,
    I am creating two invoice document.
    1. Customs Invoice (ZCDS)
    2. Inter company invoice.(IVA)
    both the invoices should be similar. Same pricing procedure is used to create both the documents but in Customs invoice YUMU condition type is not getting converted whereas in IVA the condition type is getting converted. Can anyone tell me the possible reason for this?
      ZCDS
    IVA
    Regards,
    Jagjeet

    Hi Jagjeet,
    For IVA invoice type -(For condition type- YUMU)
    Below highlighted part of code is changing KSTEU from 'E' to 'C' for IVA invoice using std prog RVIVAUFT.
    For ZCDS Invoice Type -(For condition type- YUMU)
    Program RVIVAUFT is not called since ZCDS is not trigerried using Output type unlike IVA.
    Hence KSTEU is not getting updated from 'E' to 'C' in case of ZCDS.
    To solve your problem write code in User exit - userexit_pricing_copy to change  konv-ksteu to 'C' for YUMU condition type at runtime.This will definately solve your problem.This will ensure you get correct/same condition value for IVA and ZCDS...:)
    Regards,
    Vikas Mulay.

  • Authority check in for condition type

    Hi
    What do you mean by an authority check on condition type.. especially Pricing..
    There are authority check that are embedded as Reqt and AltCTy in the IMG at the pricing procedure level for different condition type.
    Could someone explain me what they are for..?
    Thanks
    Jac

    Hi,
        authority check is the std sap methodology of check the permitted authorisation values for every transaction  and every user.
    here in this example;authority object is used to maintain or change condition record for allowed condition types.
    scenario eg;if we maintain create value for user mukund for pr00 condition type ,system allows me only for creating .if we maintain change value for user sherin for condition type,system allows to change the values.
    net net i can create and u can change ,not visa-viz or any body else cannot do it.
    hope this is clear.if it helps  REWARD!!!!!!!

  • Restriction for condition type

    Hi,
    I want to restrict some users to do not change the basic price (PR00) in sale order (VA01/VA02), Plz let me know how I can do this.
    regards,
    sps.

    The objects concerned have to be:
    V_KOND_VEA Maintain condition: Auth. for use/appl./cond.type/table -- (Deals with condition records)
    V_KONH_VKO Condition: Authorization for Sales Organizations
    V_KONH_VKS Condition: Authorization for Condition Types
    But in the standard system VA02 has these objects set to No check in SU24. You may have to modify this to Check/maintain and then maintain the values in the users role. Like you can have:
    Object : V_KONH_VKS Condition: Authorization for Condition Types
    Condition Type: PR00
    Actvt : 03
    Thanks & Regards
    JP

  • Why not all billing documents are posted to CO-PA for condition types?

    Hello!
    I have following problem.
    In transaction KE4I I have configured several condition types to post for specific value fields.
    For some billing types it works but for some doesn't work.
    For all domestic invoices it works but for abroad invoices it doesn't work.
    Billing documents for abroad invoices are also posted to CO-PA but for another value fields, not for that I expect.
    Where is problem?
    I am waiting for help.
    Best regards
    Bogdan

    Hi.
    In both pricing procedures there are same condition types. The only difference was check box "Condition is used for statistics".
    After marking this check box it still doesn't work.
    There are placed the same condition types in all billing documents (domestic and abroad) . So I am supprised that for domestic billing documents field value in CO-PA is calculated for condition types placed in KE4I.
    But for abroad billing documents the same field value is not calculated for the same condition types placed in  KE4I.
    Where is a problem?
    I need help.
    Best regards
    Bogdan

  • Provision account key missing for condition type FRA1 in schema ZIMPOR

    Hi,
    While maintaining the condition value in PO, the below message displayed.
    "Provision account key missing for condition type FRA1 in schema ZIMPOR"
    Thanks and regards
    Murugesan

    Go to
    Spro>MM>Pur>Conditions>Define Price Determination Process>Define Calculation Schema
    here select ZIMP and click control data
    in that maintain "Account key" for FRA1 cond type in the Account key Column..
    (Second column from right side)

  • Account determination for condition type

    Hi Guru,
    I have  requirement where I  need to assign G/l account in VKOA for condition type used for discount and markup same time. I know I can aasign trade discount to this condition type but how about markup. can we assign two diffeent account to same condition type based on uses.
    Thanks

    This is pricing conditions not condition type like KOFI. The pricing condition are like base price, discount , markup, special custmer discount, ect. You can see these contions in sales order under condtion tab. My issue is there one condtion that user use some time for discount and some for mark up and requirement is when this condition is used for discount, it post to one account and if used for mark ,should go to different accoount. In VKOA  sequence 501, we can only assign one account to one condition. if some one know how to assign two G/Ls to one condition .

  • Provision account key missing for condition type ZPFV in schema ZUELOC

    Hi
    We have defined the condition type ZPFV for freight value & mentioning the same while creating po and in past we had prepared so many po by using this.
    we hv not change any thing & today we are getting message " Provision account key missing for condition type ZPFV in schema ZUELOC"
    What to do???????
    Thanks
    Ketan Vala

    hi..
    If the accrual is ticked in condition type in M/06, it should have an account key assigned to the condition type in the pricing procedure in M/08.
    Go to your contion type ZPFV and check whether you have checked Accrual or not..
    then go to ur pricing procedure ZUELOC and check the last two colums for your condito type i.e. Account Key and Accrual Key.
    Maintain these..
    try this if it works.
    Thanks...

  • Change accural key for condition type

    Hi,
        The accural key for condition type " special addition custom duty" is maintained wrongly in our Prd system .As a result wrong GL is getting posted.
    We want to change the accural key for this condition type.
    Not sure of the implications....
    There will be a problem with the existing Purchase Orders for which GR posted and Invoice pending.
    If  the new PO is created, the condition type may be fetched through the Info records. Info records will fetch the last purchase order and if the last PO is created before the changes done then the old accural key may appear in the new PO.
    How to handle this...?
    What is the standard process to handle the mistakes in the condition types?
    Regards,
    Rajesh Satope

    Hi Rajesh Satope,
    For "clean" open PO's (no GR or invoice) you can obtain the new codition type settings by applying "Update prices" at the bottom of the conditions screen. I am not sure though how can you do it for many PO's at once.
    For PO's with partial transactions posted, I believe you will have to complete them with the old setting, i.e. the balance on the accrual account booked via the GR shall be cleared on the same account by the invoice - so you shouldn't run "Update prices" for such PO. I think even SAP standard prohibits this.
    BR
    Raf

  • Provision account key missing for condition type FRB1 in schema

    Provision account key missing for condition type FRB1 in schema is the error coming while i enter freight value at PO
    how to set this
    krishna

    Hi Krishna,
       Go to Pricing procedure using M/08 , here against the Freight condition type ( FB1), enter the accrual key ( ex. FRE)and account key ( ex. FR1 or FR2).
    After saving to the customizing request, again create the PO.
    Thanks & Regards,
    Amjad

  • Text data for condition type  & customer po number

    Will there be any text datsrc available for  condition type  & customer po number
    Example I am displaying condition type data & customer po number data in my report
    condition typ    customer po nu
    JASS                        1001
    JEEP                         121

    Hi,
    goto Tx LBWE, application 11, maintain extract structure MC11VA0HR.
    Check if your field is on the right side, you should find at least the following
    MCVBAK  CMFRE release date
    MCVBAK  KTEXT Description
    if they're on the right pane, then you'll have to include them for extraction; depending on if the delta is already initialez or not, if you want past history as well, the procedure might be more less complicated.
    regards
    Olivier.

Maybe you are looking for

  • Can you help me with mouse pressed method please?

    hi can you help me with my problem please, player label doesn't show up in the applet and the draw string method it doesn't draw any strings like X or O for the game I don't know what is the problem maybe it is with MousePressed method which is in Bo

  • About to install Win XP

    OK, I've printed out and RTFM about using Bootcamp, but given the huge number of problems I see on the forum I would like to ask some final advice before starting the process. I have OSX 1.5.2 My Mac Pro has 3 hard drives right now. One is for OSX, o

  • Sending eMails via Portal

    Hi all, I have a problem with sending eMails out of the portal. If I choose "Send To ... " out of the context menu of a document the regular pop up comes around. I choose the user from the ldap source. Everything´s fine as long as he has the eMail ad

  • AIX 6.1 compatability with 10g

    AIX 5.3 was upgraded to AIX 6.1. Running OEM Grid 10g R3. The repository database fails to start: SQL> startup; ORA-27123: unable to attach to shared memory segment IBM AIX RISC System/6000 Error: 22: Invalid argument Additional information: 1 Additi

  • InfoType 0002 in the UK

    I am getting an error message 5G 155: If NI Number is unknown, both Date of birth and Gender must be entered We have decided not to maintain NI, but the Gender for some employees is also Unknown.  This error message seems to be hard coded by SAP, any