On Net value: Discount Condition Type

Hi,
I would like to know whether the below requirement can be fulfilled with the standard SD configuration.
As far as I know all discount condition types calculates on Gross value. But I have a discount condition type (lets say 123 = Special Discount) which should calculate based on Net value. I can create a step after Netvalue but the problem I see is, how the system calculates Output tax
eg.
10 PR00
20 ABC  (Customer discount)
30 XYZ  (Material discount)
40 Discount Sum
50 Net Value
60 123 (Special Discount)
70 MWST (output tax)
So if I place discount type 123 after Net value, I think it will calculate on net value, but the problem might come with MWST as it cant calculates on Netvalue but on 123. Am I right?  I knew it can be done with the ABAPer help. But I would like to know whether it can be done with standard (alrady predefined) SAP configuration. (by assigning any routine or some settings in Pricing procedure determination in V/08 ???)
Thank you.

Hi santosh
Sub total will the PR00 - Discount sum
Net price will be Sub total - Special discount
how do I mention that sub total will be PR00 - Discount. I configure like this
10 PR00
20 ABC (Customer discount)
30 XYZ (Material discount)
40 Discount Sum                      from20    to39
50 Sub total                             
60 123 (Special Discount)
70 Net price
80 MWST (output tax)
90 Total
when I indicate from 20 to 39 besides Discount Sum, system will sum the discounts between step 20 to 39. How do I write at sub total like this, so that system will deduct the discount sum from PR00. Similary how do I write Sub total - Special discount.
Could you please explain bit more detail.
Thank you.

Similar Messages

  • DIscount condition types mapping to value field  (+/-)

    Hi,
    1)While mapping SD condition types to Copa value fields, do we need to check the transfer +/- symbol for all discount condition types...
    or when do we need to check it..
    2) In our case we have some 4 to 5 discount condition types mapped to copa... If we check that symbol, as discount will always be negative system is posting discount values in negative in copa. At the time of report execution, since we give formula as Sales Less discount and discount is already negative in system it is getting added... so we are planning to change formula as sales + discounts... is that approach is right?
    Reg
    Karthik

    Hi Ajay,
    Thanks for your quick reply... generally for which condition types do we need to check this indicator in ke4i... for all discount condition types and rounding off condition types... is that right? Because as I told we have some 4 to 5 discount condition types and we have ticked for only one discount condition type which is mostly used...
    Reg
    Karthik

  • Discount Condition types is not showing values

    Hi All,
       We have defined 5 discount Condition Types which will work based on percentage all these are header level, but in the transaction when i am entering 2% or 3% it is taking discount percentage but its not showing discount values.
    Please help me to resolve this issue.......
    Thanks in Advance.

    Hi,
    Refer to note 731831- Transaction DB02 always shows 0 as the number of tables.
    Regards,
    Maheswaran

  • Discount Condition Types

    Hello,
    I would like to know how can the below requirement be acheived.
    There are three discount condition types: ABC, XYZ and 123. The discount percentage of 123 is fixed as 10% (in condition records)
    Requirement is:
    If the sum of condition types ABC & XZY is greater than 10% then system should make 123 zero (eg. ABC 5%, XYZ 10% then 123 should be zero as the sum of ABC & XYZ is 15 % which is greater than 10%)
    If th sum of condition types ABC & XZY is lesser than 10% then system should subtract the sum from 10 % (eg. ABC 3%, XYZ 2% then 123 should be 5% (2+3-10)
    How can it be possible in Pricing. Pls let me know if you need further info
    Thank you.

    Hi there,
    Try this.
    Define your pricing procedure like this:
    10  PR00
    20  ABC
    30  XYZ
    40  Discount Sum
    50  123
    60  Net Value
    Store the discount sum step 40 (ABC + XYZ) in a sub total.
    In the requirement routine of 123 condition type, put a condition that 123 should not apply if subtotal > 10%. This means 123 discount will not apply if (ABC + XYZ) > 10%.
    In alternative calculation type of 123, put a logic such that if sub total (ABC + XYZ) is less than < 10%, then 123 will be 10% - sub total. Meaning if ABC + XYZ is < 10% , then 123 value will be 10% - (ABC+XYZ).
    Explain the requirement to the ABAPer & check if it solves your requirement.
    Regards,
    Sivanand

  • Sale order showing a discount condition type twice in conditions Tab

    Dear Experts,
    Sale order showing a discount condition type twice in conditions Tab.
    Could you resolve my issue?
    Thanks in advance.
    Regards,
    Ravi

    Hi,
        In the Sales order, go to Conditions and in the Pricing 'Analysis' , check for where the system is determining the two values of this discount condition. It may be possible that it is determining from two condition tables.
    Also in the access sequence of this condition type, please make sure that the 'exclusive' indicator is checked for the condition tables.
    Please check if it helps.
    Thanks,
    Saurabh

  • Cash discount condition types

    Hi Gurus,
    what is the difference between SKTV and SKTO cash discount condition types?
    Thanks

    Dear Biswas,
    Both SKTO and SKTV is Cash Discount Condition Type. Both of them are Item Condition Type.
    The major difference among the two is SKTV is Group Condition.
    As per Standard Group condition - It indicates whether the system calculates the basis for the scale value from more than one item in the document. To use it effectively, the items must belong to a group. You can freely define the group to meet the needs of your own organization. The items can, for example, all belong to the same material group.For instance, a sales order contains two items. Both items belong to the material group 01.
    - Material Quantity Material group
    A 15 01
    B 10 01
    The group condition indicator is set in the definition of the condition type for material group discounts. The condition record for material group 01 includes the following pricing scale:
    Scale quantity Discount
    from 1 pc -1%
    from 20 pc -2%
    Neither item alone qualifies for the 2% discount. However, when the items are combined as part of a group condition, the combined quantity creates a basis of 25 pieces. This basis then exceeds the scale value of 20 pieces, which is necessary to qualify for the higher discount.
    So, these both Cash Discount Condition Type works on the basis of Cash payment received with relevent term of payment for Cash Discount, if offered any to you customer.
    Regards,
    Abhee.

  • To write&activate new Requirement for customr discount condition type k007

    Hi Guru's,
    how to write and activate new Requirement for customer discount condition type K007 in VOFM.
    could please guide me step by step process or if you have any programming language related to this please provide me that would be helpfull to me...
    please let me know if my question is not clear..
    Thanks in advance and will give full points...
    Srinivas.

    Hi S,
    u can use options condition value, condition based values for this requirement.
    1.all Z requirements starts from 9xx onwards ,
    2.u need to use Internal tables KOMP in that requirements based on the given conditions.
    3. Dont active all , select only new requirement->Edit->Active.
    ref any standard requirement for sample codes.
    regards
    Prabhu

  • Authorization for discount condition type

    Hi Experts
    1)when create a sales order client want flexibility for discount condition type
    like 10% ,15% , 20% it should not be manual and end user can choose from drop down and
    2) If they want to give excess discount there should be authorization any supervisor can give  excess discount 
    how to map this authorization to condition type
    Regards

    hello again, friend.
    go to IMG > SD > Basic Functions > Pricing > Pricing Control > Define Cond Types... here you will find the settings for the upper and lower limits.  please note that the larger discount rates would be represented by the lower limit.  for surcharges, the lower rate is the lower limit.
    scales in pricing allows you to set different discount/surcharge rates or fixed amounts depending on either value, quantity, weight, etc.  in the same pricing condition record (using VK11 or VK31).  if you look inside your condition type using V/06, you will see under sub-tab Scales if this has been set.
    example:  condition type Z007, with Scale 'Quantity'
    you can set a discount of 2% if item quantity is from 0 to 100 pieces
    you can set a discount of 3% if item quantity is from 101 to 200 pieces, and so forth...
    regards and thanks.

  • Regarding the Discount condition type in sales order

    Hi All
    I have 3 key combinations in my Discount Condition Type. I have maintained records at all the 3 key combinations and all the records are relevant for a sales. In my sales order all the relevant records (all 3 records) getting displayed, but for calculation all the three discounts are considered. I do not want use exclusive concept in access sequence.
    But when i use the same access sequence for Base Price, it is behaving deferrently, where whatever record is found at the last is getting considered for calculation.
    Please give your valuable comments.
    Your inputs are appreciated.
    Thanks and Regards
    Prasad

    Dear Friend,
    If you have specified the various Discounts under the three access Sequence .
    There your pricing system condition type  will have three records.
    To achieve the best result you might use the requremnets routine in the access sequence determination.
    But if you consider this......
    Take Three discount Condition types for that matter....
    Now to find out the best conditions out of conditions you can use the functionally of Condition exclusions
    which you will find in the Basic Functions --> Condition Exclusions.
    This methord you will not be required to maintain any routine.
    regards,
    SAP SD

  • On VA01 transfer an value from Condition type Z000 from sub-item to main it

    Hi,
    I want to create a sales order and I have one main item an one promotion  (sub-item) item without determination price. I want to transfer cost price from VPRS form sub-item to an Z000 contidion to main item for tranfer this value to CO_PA for a field value different from VPRS field value.
    How can i do this?
    Thanks in advance.
    Catarina Alves

    Hi,
    In copy controls of Del to Bill - VTFL .... in the item screen copy control.... u have a button called cumulate coast set this for the item u need to transfer i.e to item category of subitem u have.
    Reward if helpful
    Please find the help for this "Cumulate Cost" below -
    Cumulate cost
    This field is used in the main item to control whether the cost value (usually condition type VPRS) is to be copied from the relevant sub-items. The following cases are taken into account:
    Free of charge sub-items (free goods)
    Batch split items
    Bill of material components
    This function is needed especially if the sub-items involved are not relevant for billing. In this case the costs of these sub-items do not appear in CO-PA or the statistics.
    Reward if helpful
    Krishna

  • Discount condition type not appearing in sales order but in invoice

    Hi,
    I have two discount condition types (MPDI,ZSDI) in my pricing procedure,at the time of sales order creation one discount condition is not appearing.
    On analyzing the condition type MPDI,system throws message "Access not been executed due to previous access",what would be the reason.
    In the billing ,i could see the condition type appearing.I have checked this,but i could not understand why it is happening.Even the condition catergory of condition is empty not L.
    Also please find the screen shots below,
    Pradeep

    Pradeep,
    Am sure user might have deleted the condition type in sales order, the same condition type woudl have entered manually in invoice.
    Please check my testing, i have done the same entered ZA09 manually and after saving have deleted again in sales order, after dilivery and when i created invoice here i have entered manually the same condition type.
    So in your case also the same thing could have happend, check the change log and also in invoce condtion tab check the condtion type in analysis ( Invoice analysis not order). so that you can udnerstand whether it was entered manully or not.
    On analyzing the condition type MPDI,system throws message "Access not been executed due to previous access",what would be the reason.
    This is because in the condtion tyoe the abvoe key combiantion was found with records hence the below key combition was ignored. this you observe in your screen shot with with 5.00
    So my guess is the condtion records was deleted in sales order.
    thanks,
    srinu.

  • Issue in using custom discount condition type in pricing agreement at Service Contract line item level

    Hello
    We are facing an issue while using a Z discount condition type in price agreement at service contract line item level.
    A Z Condition type has been created in ECC and assigned to the pricing procedure. This pricing procedure is downloaded in CRM and determined in the service contract.
    A condition maintenance group using this Z condition type is created in CRM and assigned to service contract item category.
    Condition records are created in CRM for this condition type/condition maintenance group for specific products along with sales org and discount percentage.
    But when the price agreement(using this condition type) is used at the item level of a service contract, the system throws errors (related to product/unit of measure and sales org, even though no issues seem to be there)and thus the price agreement is not allowed to be used.
    If anyone has worked on such kind of scenario, please get in touch, I will share more details for the same. 
    Regards
    Ankit Arora

    Dear Ankit,
    Once the pricing procedure is downloaded, please maintain the document pricing procedure at service contract header level, and maintain the customer pricing procedure at business partner sales area billing data.
    In spro, maintain the pricing procedure for the combination of sales area, document pricing procedure, customer pricing procedure.
    Please crosscheck whether the condition table is active or not.
    Regards,
    Maddy

  • Discount condition type

    Hi,
    Here i want to configure the pricing procedure ,for the condition of discount type.But i want this discount to be calculated on for ex. A
    (basic price + tax + excise ) = A
    So how i proceed? Also i want this discount effect till in MIRO.

    Hi,
    Add condition type JEXS in your MM Pricing in M/08 and mark this as "Statistical". As a result of this it will fetch the Total Tax Amount in this condition type from "Taxes" Screen.
    Then Create a Subtotal in MM Pricing as A = (Gross Price PB00 + JEXS) and then add Discount Condition Type (for e.g. RA01) and give From as Step No of "A". And then chekc in PO.

  • Inactivate the cash discount condition type during return order creation.

    Hi All,
    I have created a Pricing procedure its having a  condition type Cash Discount.
    The client requirment is during the return order creation system should inactivate the cash discount condition type.
    Please sugget me what to do to fulfill this requirment.
    Thanks in advance.
    Regards
    Vankat.

    Hi
    You can achieve through creating new pricing procedure for Return process
    Otherwise try with user exit
    MV45AFZZ  USEREXIT_SAVE_DOCUMENT_PREPARE
    Maintain access Sequence with Document type and maintain condition record , so at the time of return order system wont pick that material 
    Regards,
    Prasanna
    Edited by: prasanna_sap on Feb 9, 2012 3:31 PM

  • Copy value of condition type to another condition type *Not Percentage*

    Hi SAP community!
    How can I copy the value of a condition type to another condition type in my pricing procedure?  The rules are that these conditions are not Percentage. The calculation type is Quantity for the two conditions.
    I want to copy the value of condition type PMIN (Minimum Price) to another Z condition type.
    Thank you all

    Hi Lakshmipathi;
    In fact, there are two Z conditions that I need to have with the same value of the PMIN. I 've maintained my pricing procedure this way:
    For the PMIN, the step is 320
    For the ZPV1, the step is 920 and I put in "From " field 320 and in the "To" field 320
    For the ZPV0, the steo is 925 and I put in "From " field 320  and in the "To" field 320
    But when I looked the Conditions Tab in the sales order there is no value copied to the Z conditions. 
    In order to do this, my Z conditions do not need an access sequence assigned, right?

Maybe you are looking for

  • PR Price Should Come to PO

    Hi I hv a PR with Matl.. In the PR they hv specified a price for the PR.. (in valuation filed) Am creating a PO with ref to PR and i need the PR value should want to come to PO automatically.. Whr can i set this? Vijay

  • Installation Problems and Inept Customer Service!!...

    I moved house back in August and requested a transfer of my BT phone and broadband package from my old to my new address. My phone line was installed at my new property on 8th September and the engineer managed to get my broadband hub working also, b

  • Trying to update my apps but won't allow, ask for verification required yet card info won't save

    Wont allow me to update card info

  • Merge Mapping Without Update Clause

    Hi, I'm using OWB 9i to generate a mapping to be deployed in to a 10g database. I want to create a merge mapping that performs an insert only, i.e. no update. I'm not able to do this. The validation error I end up with is: "One of the mapped attribut

  • Why use Java Enum as class attributes?

    From the sample entity code from ADF, I notice that an Enum class is used to contain all attributes of a class (as below). What are the benefits of using Enum here and not the traditional declaration {int EmpId, public int getEmpId(), public void set