Conditions mutually exclusive in the Pricing Procedure

Hello,
I want to define two conditions in the pricing procedure, but I don't want them to be determined at the same time in the billing document. One of them has an access sequence and it isn't always determined, and the other one doesn't have access sequence and is always determined, but I want that the last to be active only when the first one isn't. Is there any way to do this without developing a condition to put it in the requirement field?
Thank you,
Silvia

Try to use the Condition Exclusion For Groups Of Conditions in the pricing customizing.
Create 2 groups, one assigned to the first condition and the other to the second, then assign the exclusion procedure to the you pricing schema.
The exclusion procedure should be D, that means:
Exclusive procedure: If a condition type from the first group exists
in the document, all conditions types that are found in the second
group are set to inactive.
Pls. reward points if helpful
Regards
Roberto

Similar Messages

  • Pricing routine 901 in the pricing procedure

    Can you tell me in detail (step by step) How to write pricing routine 901 in the pricing procedure?
    I know ABAP coding. I am new to SD (pricing).
    The only thing I know is the VOFM 901 Pricing Routine development is in ABAP program RV64A901.
    Purpose : Pricing Routine for calculating the price difference due to increase or decrease in the copal contract price from the copal actual price
    Description :
    Routine 901 : Copal Difference Calculation
    The formula to be used is : Copal Adjustment = ( Copal Contract Price + Copal Actual Price ) x Amount of Copal / 1000
    Where
    Copal Contract price is the condition type Y001 from the pricing procedure Z00003.
    Copal Actual price is the condition type Y002 from the pricing procedure Z00003.
    Amount of Copal is the condition type Y005 from the pricing procedure Z00003.
    Copal Adjustment is the condition type Y003 from the pricing procedure Z00003.

    Hi,
    Go to the transaction VOFM.
    In the menu..Choose...Formulas -> Condition value
    At the of the table ..Enter 901 and give the description..
    Then select that row and press source text button or F5.
    It will ask for the access key...
    Get the access key for the corresponding object
    R3TR PROG RV64A901
    Then in the code..
    READ TABLE XKOMV INTO LWA_Y001 WITH KEY KSCHL = 'Y001'
                                                      KPOSN = KOMP-POSNR.
    READ TABLE XKOMV INTO LWA_Y002 WITH KEY KSCHL = 'Y002'
                                                      KPOSN = KOMP-POSNR.
    READ TABLE XKOMV INTO LWA_Y005 WITH KEY KSCHL = 'Y005'
                                                      KPOSN = KOMP-POSNR.
    Sum up the values in LWA_Y001, LWA_Y002 & LWA_Y005
    And then move it to XKWERT
    Thanks,
    Naren

  • Condition JEXC not working in Pricing procedure for Non Set Off

    Hi,
         While creating PO in case of Dealer procurements i; e we are not buying the materials from the direct manufacturer but from dealer  we need to have BED other than 8%(maintained in J1ID).
          I am using the condition type JEXC in the Pricing procedure which is used to overwrite the value of BASIC Excise Duty in   the Tax procedure. For this I have added JEXC in our Pricing procedure with subtotal as "5".
       JEXC value in the Condition tab becomes the value of JMO1/JMO2 in the invoice tab.
      Now for Set off cased it is working fine. I used to put value in the JEXC in the condition tab other than actual 8% value and it overwrites the value of BED(JMO1/JMO2) .  
    But for Non set off cases it not working correctly.  It overwrites the value of BED(JMO1/JMO2) correctly but the SECSS % becomes zero. Can anyone suggest me the way I can go for non set off case .

    Hi
    Kindly have a look: http://help.sap.com/erp2005_ehp_03/helpdata/EN/0e/db7eb4e9114d85a9335fb1df617504/frameset.htm
    Regards
    Prasanna

  • Last conditon type is not active in the pricing procedure

    Hi gurus,
    In the standard system, when there are multiple Condition types exists in the pricing procedure for the same condition class ( Example : Price) then the value of the last condition type should be active and rest all should be inactive. Where as in my case i have 4 pricing condition types , instead of last condition type 3rd condition type is being active. Can any one suggest what would be the reason for this and how to make sure that last condition type is set as active?

    I found that as the condition value is less than the condition base value , even though conditon type was last in the list it was not set as active. This can be seen by selecting the condtion type in the pricing details and then click on the details icon ( Lens ) .

  • Condition ZJBX is missing in pricing procedure A V

    SAP Master, I have met one Error in 'VF01'. If I put Condtion Type 'ZJBX' in required cell. It
    Produce the Error that is "Condition ZJBX is missing in pricing procedure A V".
    Please, Give me Solution.
    <u>Error Document Message:</u>
    Condition ZJBX is missing in pricing procedure A V                                                                               
    Message no. V1206                                                                               
    Diagnosis                                                                               
    The condition issued is not in pricing procedure A V .                                                                               
    System response                                                                               
    The system does not allow further processing of the document.                                                                               
    Procedure                                                                               
    Supply the missing entry in the pricing procedure in Customizing, or  
        delete condition ZJBX from the document.                              
        If you do not have the authorization to do this yourself, contact your
        system administrator.

    Hi,
       Check the pricing procedure ,you have assigned to the combination of sales area,customer pricing procedure and doc pricing procedure in T-CODE "OVKK".
       When you create a sales order you generally put sales doc type and the above combination determines which pricing procerdure would be determined depending upon the sales area and customer you put i pricing procedure.
      Once you know your procedure ,you can assign the condition type "ZJBX" to the pricing procedure in Maintain pricing procedure(pricing configuration).
       Reward points if this helps.
    Regards
    Karan

  • Rebate fixed amount condition in the pricing procedure

    Hi SD Gurus,
    i'm using rebate fixed amount conditions (Lum sum).
    The situation from a business point o f view is the following: i pay the customer 1000$ once he made something.
    This kind of condition is not relevant for accruals since they have to be built manually (manual accrual). As a consequence i'm note sure if this condition shoul be put in the pricing procedure used for invoices. In the other and for sure this condition should be inserted in the pricing procedure for manual accrual/credit note.
    What is your point of view!!
    Thanks
    C

    if you are going to use Rebate, then there is no need to add condition type in standard pricing procedure, if you have designed your pricing procedure, include condition types for rebates as in standard pricing procedure.
    This condition type is linked to Rebate type.
    I think you first try the scenario in IDES and then do the same settings as per yoru requirement.
    If you want step-by-step procedure for rebates will help you
    Please refere the thread
    rebate documentation
    Regards
    Jitesh

  • Configuring the pricing procedure

    Hi Experts,
    My requiremnt is,
    1. configure the price inclusive of sales tax             = X(Gross Price)
    2.calculate the vat of 4% in that                               = X*(104/100)=y(tax amount of 4%).
    3.Net price which is exclusive of tax                       =X-Y=z(net price).
    This is the scenario of the pricing procedure,.
    can u help me how to configure the pricing procedure as per this scenario.
    Gross price which has to be entered ,while  creating the sale order. From that vat 4% output tax which has to be calculated and finally give  the net price excluding the tax amount..
    I dono on what basis i should select my condition tables.I knw only the basic procedure of pricing .
    pls help me urgently.
    Regards,
    Divya.

    Hi divya,
    This may be helpful for u..
    15     0     ZPR0     FACT PRICE STD DOM               
    200     0     JEXP     IN: A/R BED %               
    405     0          Copy of base value     15       
    410     0     JEXT     IN A/R BED total     15       
    420     0          BED + AED + SED+CESS     200     202
    422     0     ZECP     IN A/R % ECess     410     419
    426     0          BED + AED + SED+ CESS     420       
    428     0          copy of Base Value     420       
    430     0          BASIC + ED + ECESS     10       
    440     0     JA1X     A/R Secondary&Hr ECS     424     429
    445     0          BASIC + ED + ECESS+HSCess     420       
                        430     440
    550     0     ZIVP     IN A/R VAT Payable     445     
    600     0          Base + ED + ST     445     560
    810     0          Net Value     600     
    Regards,
    Dippy

  • Pricing conditions EK01 and PR00 in pricing procedure

    Hi Gurus,
    We have a process in which a SD billing request is generated by using DIP profile (DP90). Pricing condition used in the pricing procedure for the sales document is EK01 (which brings the actual cost of the service order that creates the Billing request through DP90) but it happens sometimes that EK01 is not desired but instead PR00 ( another price agreed with a certain client instead of the actual cost in the order).
    In order to match this need, best would be to combine both conditions (EK01 and PR00) in the same pricing procedure, and as a general rule, EK01 will apply in the billing request price, but in case PR00 condition exists, then this one will prevail and EK01 will be in the price conditions but will not be taken into account in the price calculation--> how can this be done in the pricing procedure?
    Another possibility would be using different pricing procedures so that one has EK01 as pricing condition and  the other one has PR00. The pricing procedure will be assigned by using document pricing procedure assigned to a different document type but this is not the desired solution as it makes much more tricky the design: another dynamic item profile would be needed so that proper document type is assigned.
    Thanks for your great help in advanced!
    VL

    Hi Victor,
    You can put both of the conditions in the same pricing procedure and use the exclusion group to compare the conditions and choose the favourable as per you requirement.
    I hope this will certainly help you in solving your problwm.
    Regards,
    VB

  • About the pricing procedure of purchasing order

    Hello friends,
    can anyone tell me about the pricing procedure,conditions & texation of Purchase order?
    and hoew to maintain all those term in Customisation?

    The Basic thing is Condition Technique. In which there are 
    1. Access Sequence 2. Condition Record 3. Condition Type 4. Condition Table. 
    A Access Sequence access a Condition Record of a Condition Type in a Condition Table is a  Condition Technique.This is a simple logic 
    Here the Condition Type is very important like PB00, PBXX,RA01 etc. 
    In the background every Condition Type has its own defition means the purpose of the Condition Type  like, is it for Pricing or Percentage, Quntity base, Accrual Feilds etc is to be defined to work this functions.  Normally we use the existing ones without any risk. But some cases, we have to Create a New Condition Types as per the organisation requirement. 
    The Pricing Schema is useful to minimise condition types while mention prices for Vendor on the basis of Pricing Schema which we defined according to organisation requirement. 
    The Pricing Schema means the calculations procedure of Condition Type. 
    Ex.  RA01 - Discoount % is caclulated on PB00 - Gross Price  means 
    RA01 is based on PB00  like that we have to define in the Pricing Schema 
    which makes easy to use in real time. 
    Here PB00 has the Access Sequence - 0002. 
    But RA01 does not have the Access Sequence.Why because it is a dependent on PB00. But both are Condition Types. 
    In the system, by default some standard  Scheme will be there at Vendor Schema Group in the Vendor Master Screen means the standard one is assigned which is very lengthy which may fullfil our requirement. But some cases which may not fullfil our requirement, in such we have to define. 
    For the configuration, I may not able to explain properly through here but will give some idea. 
    Configuration: SPRO - IMG - Material Management - Purchasing - Conditions - Define Price Deternmination Process:
    1. Define Access Sequence 
    2. Define Condition Type 
    3. Defince Calculation Schema:- Here you have to define the Schema - Define Schema group 
    1. Define Schema Group vendor 
    2. Define Pricing Schema group 
    3.  Schema group for Purchase Organisation 
    4. Assign Schema group to Purchase Organisation - Define Schema determination 
    1.define calculation schema for Standard purchase organisation 
    After completion of the Schema Group, we have to assign it to Vendors. 
    Then whenever we use any transaction with this Vendor, the concerned  Schema will work as configured by us. 
    The Pricing in MM is vast because each Condition have its own importance and each Access Sequence have its own importance. So you need not bother about this. First you learn how to define the Calculation Schema through the above.

  • Condition type is missing in Pricing Procedure determination

    Hi experts,
    We have a problem with Pricing Condition type in CRM.
    We have created a Transction in CRM as a follow up for the Transaction which is replicated from ECC to CRM the pricing procedure has been determined. But the net value is "0".
    when I checked in the conditions tab page "the condition type is missing" I checked Pricing Procedure the condition type is very much there. Then I checked for access sequence for that Condition type "Access sequence is also maintained.
    Then I checked copy controls for the Source and Target Item categories, for copy conditions the indicator is set up as "copy conditions,Redetermine taxes" then I changed it to "Copy all conditions".
    But still it is not happening.
    Can any please help me in this regard? Did I miss any configuration?
    Any help will be rewarded with points.
    Regards,
    Frederick.

    Hi Fredrick,
    This requirement must be assigned in your Pricing Procedure for condition type VKPO.
    The system first checks whether the requirement is fulfilled and than only execute that condition type.
    Requirements are nothing but Java Routines, which check for some condition before executing a condition type.
    For this Go to path
    IMG: CRM-> Basic Functions-> Pricing-> Define settings for Pricing-> Create Pricing Procedure.
    Choose your pricing procedure here. Here for the condition type VKPO requirement 41 must be assigned in column REQ. The requirements are coded in JAVA in SAP CRM.
    If this Pricing Procedure has been downloaded from SAP R/3, u can check in R/3 itself (Tcode: V/08) what the requirement is meant for, but choosing F1 and than the path for customizing.
    Regards,
    Shalini Chauhan
    Edited by: Shalini Chauhan on Apr 29, 2008 2:43 PM

  • Excise duty in the Pricing Procedure for Local Purchase / Importation

    Hi,
    I'd like to know how to set up the pricing procedure for the purchase of an IS Oil Material; for local purchase and importation, especially with regards to the excise duty posting.
    Local purchase:  the vendor will bill us inclusive of the ED tax he previously paid, so the tax is just passed on to us..  My receiving location has ED paid status. In the PO item, we need to see this price (inclusive of tax) in the net price field.
    Importation:  the vendor only bills us the cost of the material.  When we received the fuel, we paid ED tax to local tax authorities.
    I know that both in these scenarios, the system has to determine the excise duty.
    My questions are (1) how do you set up the excise duty condition type  in the pricing procedure(or do they have to be maintained in the pricing procedure?) ?   and (2)  how do you set up this condition type in the config?
    Thank you and hoping for your immediate feedback.
    zccr

    Hi,
    You can use same pricing procedure
    put 4 in subtotal in pricing procedure against the Discounr or freight cond
    and in taxinn
    BASb ALTCBV 362 and for jmop 363
    But this will work only if same  discount or freight value is in IV as that given in PO
    if freing value changes in IV then its a problem
    This is SAP bug, and SAP workes in that way only, freight value should be same in PO and IV
    other solution
    in taxinn create tax code like v8 vat 4% for 003 tax clasification
    in ftxp create tax code V8 desc vat 4%
    in fv11 for jvrd put 4
    and at the time of IV put this tax code for freight amount
    and for regular material value V1 tax code
    this will work only if u have used acess seq MWST instead of JTAX pr JST1
    hope this helps
    Vipin

  • Mark Up Price in the Pricing Procedure

    Hi
    I want to add 45 % of my Moving avg price  automatically , when i select my pricing procedure.Say if the price is 100 $, i want to select the pricing condition and expecting the system to assign 145 % automatically.How to do in the Pricing Procedure ?
    Thanks
    Nick

    One simple way would be to create a pricing condition called surcharge (type discount and surcharge) and maintain it as 45% in the condition record.
    This will automatically add 45% to the MAP which is picked up in the STO.
    Lakshman

  • Selling price in the Pricing procedure

    In my implementation the company is arriving at the selling price like this:-
    Basic GLP Price     100
    Freight  & Insurance @5%      5.00
    Sub Total      105.00
    Exchange to INR @  1Euro=Rs.1.00(For ex.) 105.00
    Loading  1%      1.05
    ***. Value      106.05
    Basic Customs Duty at 15 %      15.91
    Sub Total      121.96
    CVD 16%      19.51
    Cess on CVD 2 %      0.39
    Sub Total      141.86
    Total Duty      35.81
    Cess on  Total Duty 2%      0.72
    Clearing Charges 1%      1.42
      TOTAL COST  ( CIF + C DUTY+ CVD+ CESS +CL CHRG)      142.95
    Sub Total cost without CVD      <b><u>123.04(Selling price)</u></b>
    I want this selling price to be picked up once I punch in the material part no. in my sales order. Can I get this selling price directly without using the pricing procedure? Can I hardcode the selling price or can i use some selling price simulation? Since the data to arrive at the selling price is dynamic is it advisable to hardcode the SP or to use different condition types to arrive at this selling price?

    Hi Arindam,
    It is advisable to create a new condition type so that in future it will be useful for the reporting purposes related to sales order documents.
    Othewise you can write a exit ( Requirement/ Formula etc ), and do the  calculation part for the selling price what you have mentioned in any of the mandatory condition type which you are using in sales orders, so that selling price value will always get populated.
    Thanks
    Lakshman

  • How to create the pricing procedure for domestic & import.

    HI,
        Pls any body let me know how to create the pricing procedure for domestic & import.
    what is the use of the keys
    step condiiton condition type from   to  manual required statistic   subtotal requirement caltype basetype.
    how system will work based on this.

    Hi,
    Please see below WIKI for your reference:
    http://wiki.sdn.sap.com/wiki/display/ERPLO/16FieldsDescriptioninPricing+Procedure
    Regards,
    Ninad Kshirsagar

  • Step number in the pricing procedure

    Hi experts,
    Pls advise the reasons. How to solve them without changing the step number?
    Q1: As long as HM00 is the first step number in the pricing procedure, the value of HM00 cannot be distributed among items.
    Example:
    Pricing procedure:
    step no.         conditon type
    10                      HM00 (statistical)
    30                      NETW (ERL)
    Sales order (HM00 = $100):
    item 1     NETW = 0
    item 2     NETW = $100
    Q2: When putting a conditon type between PR00 & subtotal in the pricing procedure, such as VPRS, the value of subtotal cannot be the same as PR00.
    Example of sales order:
    PR00 (unit price) = $19.95 per 10kg
    VPRS (internal price) = $10 per 1kg
    subtotal = $2 per 1kg
    Request: PR00 = subtotal = $19.95 per 10kg

    hello, cathy.
    i do not have access to my references now, but please allow me to advance a general concept.
    in SAP standard, HM00 is a group condition, and fixed value.  the distribution of this value is controlled by certain logic.  as in other header condition types, distribution of this amount can be based on either the value or quantity contribution of the different sales order items. 
    what serves as the basis for distribution of HM00, i do not recall but i will get back to you on this... or perhaps another consultant can give it sooner.
    as to your second issue, i will try to understand your situation better.  but generally VPRS is statitical and not meant to come between PR00 and the sub-total.  VPRS has a different logic compared to the other condition types, and is intended to return a statistical presentation of profit margin in the condition tabs.  if fact, in pricing procedure RVAA01 you will notice that VPRS is grouped with the other statistical condition types just before the profit margin.
    regards.

Maybe you are looking for

  • Tasks are not appearing in UWL

    Hi All, When i am accessing UWL application in portal we are getting warning  "cannot Connect to Provider". I did connection test of the system object and the connector is working fine (using SAP Logon Tickets). When checking the UWL log I have found

  • Sharepoint 2010 is automatically downloading Office2010 files to local machine's Recent Documents, instead of opening from library, off an emailed link.

    Hi- Please forgive me if this exact question has been asked already (if so I'm not finding it via Google or these forums), but one of my users can't seem to edit documents IN libraries, via links emailed to him.  He clicks on the link and the file au

  • How to handle multiple fields data

    Hi All, My data is : FldName           FldTypeCode          Text Sandya            02                         nothing Raj                 01                         12/Oct/2008 Lokesh            03                          12546 Harish             04

  • Got an email the address says from iTunes secure

    The subject line says, "Been temporarily freeze your account to protect it please reactivate it". The body of the email just starts off Hello. It has a Verification link but I'm scared to click on it. It says that if I don't respond within 24 hours m

  • XMAU 3.0 project export from NWDS missing jar-s???

    Hi experts. I would like to modify a standard xMAU3.0 source code. I installed MI sp 21, NWDS + MDK plug-in. I imported the xmau 3.0 war file which contain the original source code. I can't export the new code, because of there are some missing jar f