Having 2 condition type discounts show as active in the sales order.

1 condition type discount has value 0%
2 condition type discount has value 31%.
Both are showing green and being active.
once I place a digit intead of the 0%   Ex: 29% then the 2nd condition then becomes inactive and works fine.
What the user would like is to have that 0% as being inactive. Its inactive only when putting a digit greater then 0%. We would like it to be inactive on 0% as well.

Hey Kookie
I think I gave a bit of a confusing scenerio before. Pretty much in the conditions you can have many condition discounts. But one will be active and all the others then become inactive. If this is the case that 0% should then automatically become inactive as well.
I will give u the config of how it looks in the pricing procedure.
Step 101, Counter 0, condition type Z949, Description Material grp discount, /// Manual, Required, Statistic none of these are checked. Print=X, Requirement 2=item with pricing, condition formula=0, bastype=0, acct key=ers.

Similar Messages

  • Condition type not flown(not determined) into the sales order

    Hello Experts,
    There is one discount condition type which is having proper condition records, validity date.However, it is not getting determined properly and is not flown into the sales order. the user wants to know why this may happen.I tried to reason it may be the sales order date and the conditon record date may be different or the condition record is changed after the creation of the sales order.neither of the reasons seem to hold good. any ideas?
    Regards,
    Raj

    Hello,
    I have looked into the analysis and asked him to update the condition by clicking on that.also, I found that the condition record is having a proper valid date. now the user would update only after knowing the exact reason why it did not flow into the sales order,he knows he has to update the condition but would not do so till he knows the right reason why condition is not determined in the sales order. now this is the situation.
    the probable reasons as per analysis of the conditon type are as follows(for your information). can it be one ofThere are different reasons for this:
    1)The condition was deleted manually in the item condition screen.
    2)The condition record was created later. Please note that order processing and pricing have buffer mechanisms. This means that a newly added condition record might only be found after order processing has been left completely and then started again.  them?
    Regards,
    Raj.

  • Condition type value updation using characteristic value in sales order

    Hi Experts,
    We are implementing SAP for one of our Spain client. In that one of the Legal requirements is, whenever they are selling the finished products to domestic customers who contain OIL as one of the component then, some additional cost needs to be calculated and collected from customer and which needs to be paid back to Spain Government every month on Region basis.
           If OIL is not a component to produce the finished product then, not required to charge the customer additionally.
    The OIL content used to produce every finished product will vary based on product characteristic value. Meaning, for some finished product the OIL used will be 2.2 KG and for some products it will be 3.5, 4.3 KG and etc.
    Since various combinations of products are available for the client, during sales order creation we are planning to update some special characteristic which the data flow from u201CVariant Tableu201D. In the variant table we are going to maintain the OIL Quantity required making finished product.
    But we are not sure how to activate a new condition type with the value fetched in the special characteristic. This new condition type needs to be activated based on this characteristic value and multiplied with total order quantity and price to charge from customer.
    Example, the special characteristic fetched the value of 2.2 KG based on variant table. Total Order quantity is 10 PC and charge is 0.06 EURO per KG. in this case, (2.2 x 10 ) x 0.06 EURO = 1.32 EURO
    I need the expert opinion how to activate the new condition type based on characteristic value and achieve the above requirement.
    Thanks in advance.
    Warm Regards,
    VEL

    Hello,
    I have replicated the whole requirememt in IDES and getting the price calculation as needed but the only issue with the Conversion factor for the condition type. Either you need to maintian the conv factor in material master or need to enter manually for the condition type in SO. Some how you have to maintain the conversion factor to calculate the price for the condition type in different unit.
    For easy of understanding Lets make the whole requirement in 2 parts
    Part - 1
    Oil qty calculation. For convenience sake I have taken oil qty also in TO
    1) Created a num char OIL_QTY1 with length 9 and decimal places 5 and UOM as TO
    2) Created Variant table to infer the OIL qty in TO per piece of finished prod ( This oil qty data may be depends on various factors). For certain Finished products the oil qty may be 0 or blank
    3) Created a REF char SO_QTY  to pull the SO qty to configuration and add this char in class 300(Table:VBAP,Field :KWMENG)
    4) Created another char SO_OIL_QTY  (Num with length 9 and decimal places 5 and UOM as TO)
    5) Created a PROCEDURE say PROC_SO_OIL_QTY with code
    *$self.SO_OIL_QTY = $self.OIL_QTY1 * $self.SO_QTY*
    6) Create another PROCEDURE as mentioned earlier with modified code
    $SELF.A_VARCOND = 'TEST_001' if OIL_QTY1 specified,
    $SET_PRICING_FACTOR ($SELF,A_VARCOND,'TEST_001', SO_OIL_QTY)
    Note: Maintain proper seq of the procedures in profile. The Qty cal proc should be before the price related procedures.
    PART-2
    1) For the condition type maintained 60 EUR per TO (0.06 EUR per KG)
    Now if you create SO for the Finished product of 10 PC
    the Char values will be
    OIL_QTY1  = 0.00022 TO (inferred from Variant table th proc)
    SO_QTY    = 10
    SO_OIL_QTY = 0.0022 TO
    Get into conditions tab
    Here Condition type ZSIG will be displayed as error with Amount 60 EUR per TO and condition value will be blank. Just enter value 1 in the col NumC and CCon fields.
    Now the Condition value will appear as 1.32 EUR.
    Hope this gives some more clarity
    Regards
    Brahmaji D

  • Coupon specific discounts are not coming in the sales order

    Hello Experts,
    I have created a internal coupon campaign and assigned discounts to the campaign. We used condition type 1202 to assign the discount values in the campaign.
    In the sales order when i enter the coupon id system fetching the corresponding campaign ID. But , sales order is not fetching the discount condition types mentioned in the campaign.
    Below are the configurations i made.
    1) Copied the condition type 1202 to ZCUI.
    2) Assign this condition type to the condition maintenance group (1200) and keep the condition table as SAP12000
    3) Maintain this condition type to the pricing procedure and assign pricing procedure to the Sales order transaction type.
    4) In the campaign i have maintained the values for the condition type . -- Sales org, distri channel. divison, Product , discount value
    5) I even verified that CNDCRMPRSAP12000 has the records for this campaign.
    Now the question is do i need to do any customization in Campaign determination. I am not using TPM and it is a simple coupon campaign.
    Please suggest me , your help is highly appreciated.
    Regards,
    Deeps.

    Not sure if it works, may be you can check this
    - is your condition type 1202's calculation type field has been defined as "percentage"?
    - the pricing procedure that you are using, does it contain the corresponding condition type 1202 for discount amount?
    - Has the pricing procedure been maintained for your org data in "Determine Pricing Procedure" in spro-> CRM-> Basic Functions -> Pricing -> Determing Pricing Procedure
    Please check this.
    Edited by: Harsh Singal on May 4, 2011 5:53 AM

  • Condition value of JMOD not appearing in the sales order.

    Hi all,
    Im encountering a peculiar situation where the conditon value of JMOD is not showing up in the sales order..It is however showing the tax rate.. Pls suggest.
    thanks and regards
    Joe

    Hi joseph
    some soution for you I googled for you
    one example like yours i am just copying and providing info for you i dont know whether i can copy link or not here
    here is the solution
    I'm using TAXINJ procedure with JFACT as the pricing procedure for sales.
    Here, I've maintained in FTXP, for IN00 and taxcode V1(new one defined),
    taxes as desired and JMOD = 16%, AED as 2%.
    But these values are not getting picked up in the pricing in sales order.
    I'm keeping UTXJ correctly. I tried with % of UTXJ with 100%.
    In the pricing analysis, I see that the condition record for JMOD is found correctly with 16%.
    But it appears in the condition items as 0%
    solution:
    Check whether you have maintained the tax classification in material master and also check whether u have defined the same tax classification in VK11 for UTXJ, where u assign the Tax code.
    Also check for customer tax classification. And check what you have maintained in J1ID. System will first search for values from J1ID, and then in FTXP.
    And have you a sales pricing condition like JEX2 which is a copy of JMOD ? The value of JEX2 gets posted for Excise account key. This ensures that the cost accounting of excise value paid is done correctly - account key EX2.
    I'm maintaining TAX classifications correctly in the material master, customer master and final tax classification for plant also is set correctly.
    As I told, JIN1, JIN2, JIN4,JIN5 are picked up correctly and calculated. Problem is only for Excise.
    And these values are getting copied initially, before I put PR00 manually.
    Once I put PR00, all the conditions are set to zero back
    Then after entering the price manually, u do the update pricing in Conditions View.
    See, I have not altered any thing in the standard JFACT procedure. That means sales condition is there for JMOD to enable account posting..
    Now, I've changed Tax category in OVK1, and put UTXJ alone there and now, JMOD is getting picked up and is calculating the value..
    But note that I've maintained 10% as JMOD in FTXP.. and 8% in the J1ID excise rate maintenance for chapter ID.
    Can I do away with Excise rate maintenance for chapter ID. So that I will get the % maintained in the FTXP..
    did the tax code pick up correctly... did u maintain the chapter Id and excise rate fro teh chapter ID
    I could solve the proble..
    In the excise group assigned to the plant, I had to check on the indicators, SED and AED.
    Hope its clear your issue.
    Regards,
    Krishna.

  • Delta CIF activation for the sales orders

    HI,
    I am running in the background all teh master data models between R3 and APO, and updating the stocks for the new items as well.
    Should I run (generate and activate delta) periodically the sales order integration model?
    Thanks a lot

    You'll need to execute /CFM1 and /CFM2 whenever you have NEW RELEVANT MATERIALS for the SCM.
    When you have this, you can generate a new version of the already active IM and activate it via /CFM2. This will transfer only the newly created materials.
    After this, you'll need to run the same operations for your transaction data, since the existing /CFM1 selection and active IM do not include these materials.
    My recommendation is that you schedule a daily or weekly job for the involved objects. This is the sequence SAP recommends you to run:
    Suggestion for the Structure of the Master Data Integration Model
    The following objects should each be grouped together in a separate integration model and activated in the sequence given:
           1.      ATP Customizing and product allocation Customizing
           2.      Plant (plant + distribution centers)
           3.      Classes and characteristics
           4.      Material masters
           5.      Networks
           6.      Maintenance orders
           7.      MRP areas + material masters for MRP areas
           8.      Planning product (this is a special case, see 'Transfer of Data Changes' for more information)
           9.      Availability check
       10.      Product allocation
       11.      Customer and vendor data (these may need to be separated. See below, Suggestion for the Structure of Transaction Data Integration Model, Stocks)
       12.      Work centers (this is a special case, see 'Transfer of Data Changes')
       13.      Production process model (this is a special case, see 'Transfer of Data Changes')
       14.      Delivery schedules, contracts, and purchasing info records (this is a special case, see 'Transfer of Data Changes')
    Suggestion for the Structure of the Transaction Data Integration Model
    The following objects should each be grouped together in a separate integration model and activated in the sequence given:
           1.      Stocks (if you hold special stocks at the customer or vendor, the relevant customer or vendor must be contained in the same integration model)
           2.      Sales orders (contains sales orders, deliveries, scheduling agreements, quotations, and customer independent requirements)
           3.      Purchase orders and purchase requisitions
           4.      Production/process orders + planned orders (these may need to be separated). These have to be activated before production campaigns
           5.      Manual reservations and planned independent requirements
           6.      Production campaigns + process/planned orders
           7.      Shipments
    This was extracted from the following help.sap.com address: http://help.sap.com/saphelp_scm50/helpdata/en/74/d67237902ae147e10000009b38f842/content.htm
    Create a new job in /SM36.
    Steps should include, for each object:
    a) RIMODGEN - IM creation
    b) RIMODAC2 - IM activation
    Since you'll be running this job periodically, it's nice to also add to your job report RIMODDEL, that delete the useless old inactive versions of the IMs from table CIF_IMOD.
    I hope this answered your question!
    Will

  • Conditions Tab should not be displayed in the sales order.

    Dear Gurus,
    My client wants to hide the conditions tab (header & item) in the sales order while in display mode.
    Because his dealers should be in a position to see the pricing strucutre.
    Pl guide me how to do this with transaction variant.
    Thanks & Regards,
    Sreehari

    You can create a transaction variant for VA03 and hide the tabs using SHD0.  You can also assign it to a separate transaction code if it meets your requirements.

  • Condition Type to be excluded whil creating Return sales Order from invoice

    Hi Frnds,
    I have the following requirement.
    Sales order order is created and its delivered and invoiced too. This sales order has some freight pricing condition types (RCD1, RCD2...)included since its shipped to customer.
    When the customer wants to return the goods, there is a return sales order is created with reference to the invoice created above. Now, the RCD1 and RCD2... should not get copied to return sales order.
    How do i achieve this? Please let me know any user exit, BAdi or Enhancement spot where i can add code to avoide these condition types from being picked up.
    SAP system is ECC 6.0
    Regards.,
    Karthick C

    It can be achieved by implementing a custom requirement routine. If you go to the the transaction VOFM, you will find "requirement" in MENU. You select 'Pricing' on drilling-down it. Following document may help you in creating requirement routine..
    http://saptechsolutions.com/pdf/VOFMCopyRequirementRoutines.pdf
    All requirement routines has similar pattern of writing... Your code may look like as follows:
    FORM KOBED_901.
    sy-subrc = 4.            "By deault condition is false.
    If NOT XKOMK-AUART = 'RE'.                   "RE is returing order type.
       sy-subrc = 0.        "This means For other than returning orders all others condition is true.
    endif.
    ENDFORM
    Once you activate routine, ask functional consultant to attach this to the Condition RCD1 and RCD2. Then, You'll not get RCD1 and RCD2 for Return sales Order.
    Please check and confirm and revert back if you want further details..
    Edited by: Pikle Audumbar on Oct 17, 2009 1:09 AM

  • Condition Type is not copying from contract to sales order

    Dear All,
    The value the i am giving in the sales contract is not copying into sales order. Sytem again asking to enter the value.Is there any setting to be done forthat.
    Regards,
    Suresh Yadav.

    Hi,
    If the *CONDITION VALUES* are *manually* entered then the values will not be copied from the *SOURCE TO TARGET* document
    Please check in the  Contract whether the vales derived from Condition records are entered manually.
    If you want the prices to be copied automatically then they have to maintained through CONDITION RECORDS in *VK11*.
    Please maintain the CONDITION RECORDS and check whether they have copied or not
    Please also cehck the COPY CONTROLS from CONTRACT to SALES ORDER in VTAA transaction -- at item--->pricing type. and set it a s  D
    Please check the above settings and let forum know the feedback.
    regards,
    santosh

  • Condition type change quantity and net value at sales order

    Hi Experts,
    I wanted to only ALLOW sales order for RK type (invoice correction) condition ENABLED to change (qty + net values). However i wanted to DISABLED condition changes (qty+net values) in any others type of  sales order.
    i have maintained SD->Basic function->Pricing->Pricing control->define condition type->maintain condition type-(changes which can be made) in my current setting is
    1) manual entry = C (manual entry is priority)
    2)hdr condition = no check
    3) item condition = check
    4) delete = check
    5) amount/percent = check
    6) value = check
    7) qty relation = check
    8) Calc type = check
    Thank you.
    Regards,
    Yong Kok Wah
    material              qty                cat            value
    1234                    2                 G2N           18.40
    1234                    2                 L2N            18.40-
    1) System will auto create with 2 item category, is it true?
    2) How can i change the net value? Because the actual value suppose is 17.00
    Thanks & Regards,
    Yong Kok Wah

    yes , that is standard functionality only.
    One is for Credit and second is for Debit note.
    If you want to change the price you can change it manually.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/dd/55fede545a11d1a7020000e829fd11/content.htm

  • Flow of condition records in the sale order

    Dear All,
    I had created two condition types (ex : RL1 & RL2) for Royalty exp and Royalty Payable, these are Required Fields. so that whenever user create the Sale order those condition types amounts are automatically fetch into the sale Order with plant and material combination through condition record.
                                        But the requirement is user will maintain condition record for the first condition type (ex : RL1) only, at the time of creating the Sale order the second condition type(RL2)  amount should automatically  flow into the sale order along with the first condition record (RL1). i.e., what ever the amount maintained in the first condition record(RL1) should copy into the second condition type(RL2).
    Note : User will not maintain condition record for the Condition type (RL2).
                                 Other than Condition supplement, Please suggest me how to meet the Client requirement.
    Awaiting Reply,
    Thanks&Regards,
    Lakshmi

    Hi,
    First Condition Type (RL1) is a surcharge  and   Condition type (RL2) is discount.  after placing RL1 condition in RL2 condition element details screen as a Ref.Condition Type. I maintained the condition record for RL1, in the Sales order second condition Type is automatically picking with positive value(where as second condition RL2 is a discount) that should not it has to show the negative value .
    Give me suggestions to meet the requirement.
    Regards,
    Lakshmi narayana

  • Two price discount A & B , Discount B only active in the Billing document

    Dear Gurus
    we have 2 discount , A & B,
    In the sales order , the  user is only see the Discount A,
    when create the billing document, we hope the Discount B has active,
    Example :
    in sales order :
    PR00 = 100
    MWST = 17%
    Discount A = -10%
    Total = (100-10) *1.17 = 105.3
    In the Billing
    PR00= 100
    MWST = 17%
    Discount A = 10%
    Discount B = 2%
    Total = (100-10-2) *1.17 = 102.96
    in the price procedure , I'd set the "Discount B "  requirement = 24 ,
    But in the testing , seems the Discount B is not active ,
    How to setting to let this Discount B active ?
    Thanks.

    Hi ,
    You can check in following sequence :
    1. First verify the condition records are all set fine. Check the validity dates of condition records vs. the date you are creating the invoice.
    2. Check the pricing analysis option so that you can see the reason why the values are not coming .
    3. Also , on which value you want to calculate the disc B ? Is it on value after disc A or on value after tax ? Verify the relevant  steps coorectly in pricing procedure .
    Hope this helps. !
    BOL ..

  • Running KE27. Getting an error " Condition type XX12 is not active"

    Hi There -
    When running KE27 getting an error Copa Validation:  Condition Type XX12 is not active.
    Appreciate your time.
    Thanks
    Sri

    Hi Sri,
    is this a standard erromessage? Which code (ex: XY123)?
    br, Guido

  • Condition type date should be same to the pricing procedure date

    hi
    i have an problem
    the problem is that condition type date is not same to the pricing procedute date
    details of the problem
    1. created a sales order the pricing date is 01.04.2006
    2. when i go conditions in the sales order, as i go for details of the condition type date the is 04.04.2006
    this date should be same ie 01.04.2006
    give the solutions and relevant fields or procedure for this i will be greatful to all of u
    bye

    Braja,
    Check this
    Goto  the billing plan tab in the corresponding line item and check the rule that is determined. Now go to the configuration of this rule table by using the path
    SPRO>SD> Billing> Billing Plan> Define rules for determining dates and choose your Applicable rule and click on the details.
    There you will see the Calendar ID field where you will have to maintain the applicable factory calendar. I think this should work and your billing date on the item relevant for billing plan should be the same as the other item.
    Hope this helps,
    Ravin

  • No condition update from the sales orders exist - VK322 Message

    Hello All,
    I have activated " Condition Index" & " Condition Update" flag for one of my discount condition type and then created it's condition record along with scales on three levels. The condition type which I mentioned above is set as " Value Scale" in Scale Basis for checking the document value and apply the applicable discount percentage.
    I have created three sales orders wherein the discount percentage is getting applied as per my condition record ( so, the document value is getting accumulated and compared with the condition record correctly )  but when I try to check the cumulative values ( ctrl +shift + F4 ) from the condition record, I get information message " VK322" mentioned in the subject.
    VK322 -
    No condition update from the sales orders exist
    Message no. VK322
    Diagnosis
    The following causes are possible:
    1. There are no sales orders for the condition record that you selected.
    2. Updating condition records in the sales order entry is not active.
    Procedure
    Concerning 1:
    Check the sales orders created for the condition record that you selected.
    Concerning 2:
    Activate the updating for condition records in the sales order entry.
    I have checked everything in SPRO for this but could not find anything which can give me a clue to resolve this problem, especially " Concerning 2" part of this message.
    My requirement > To be able to see the cumulative values from condition record.
    Also, in which table the accumulated values get stored?
    Appreciate your expert advise on this issue.
    Regards,
    Hrishi
    Edited by: Hrishikesh Bhalwankar on Sep 13, 2011 1:59 AM

    Hello Everyone,
    I would like to thank each one of you for giving valuable inputs in regard to my requirement and I would like to let you know that I am able to achieve the results as per the expectation.
    I would also like to share some key things which I did ( with the help of all your expert inputs ) due to which the requirement is met:-
    1. Activation of ' Condition Index, Condition Update' in V/06 for the discount condition type.
    2. Maintained ' B - Value Scale' in Scale Basis for the said condition type in V/06 - my requirement was to check against a value to apply the necessary scale base percentage.
    3. Activation of ' S071' info structure via OM01
    4. Condition record maintenance as per the required scales.
    4. Written a new routine to check the accumulated condition base value from S071 along with the current document condition base value.
    5. Put this routine in ' Scale Formula' in V/06.
    This is giving me the perfect results for the correct application of the discount.
    Just last question - How to re-organize the S071 info structure as I tried to re-organize it with Standard Program ' RV15F001' but it is not re-organizing this info structure... Any idea on this?
    Thanks a lot friends for all your advice...
    Regards,
    Hrishi
    Edited by: Hrishikesh Bhalwankar on Oct 11, 2011 2:11 AM

Maybe you are looking for

  • How do you switch emails when you have 2 apple IDs?

    I have 2 apple IDs - one for work and 1 for personal use.  However, all of my personal items are on the account with the work email and I have nothing in my personal apple ID.  I thought if I cancelled my apple ID associated with my personal email th

  • OS X freezes after Dropbox permission fail

    Hi Earlier this week popup saying Dropbox permission fail and the os begins to freeze. I managed to unlink it, and re-install it. Still freezes. I searched some discussions and go into safe mode, doing kextstat -kl | awk ' !/apple/ { print $6 } ' as

  • Trouble creating Logo in Illustrator

    Hi Guys, I am fairly new to Illustrator and I am not getting the results I am looking for. I have a raster image which I'e edited in photoshop. I have removed the background and I now want to create a Vector logo in Illustrator making  a sillhouette

  • My Image isnt showing up , why ?

    I tried changing things, but i have no idea what to do now.. javadoc is all in HTML/javascript Code, i dont get why... Heres The Code, please help me : * To change this template, choose Tools | Templates * and open the template in the editor. package

  • MRP- Quotation no in production list

    Hi all, In MTO scenario,after running MRP for sales order we are getting the quotation no. in production list as well while doing REM backflush instead of sales order no., checked item category,schedule line,requirement typr & class, but could analys