Discount on Discount

Hi guru's
i have one query how to give discount based on discount not base price
to be elaborate
here the material price is say for example Rs.1000, discount is 10% so material value is Rs.900/-
now i want to give discount on discount that is on Rs.100/-
Thanks&regards
srinivas

Hi Srinivas
I will just put the pricing procedure steps in that way if you try i think it should work
     step   cntr     ctype          desc                              from       to   
      10      0          PR00     base price
      15      0                         gross price  
      20      0          K004      material discount                15                
      21     0                          total after material disc       20
      25      0          K007     customer discount               20       
So now how the system picks is , first the system takes the K004 discount from the gross price amount , and whatever amount you get after deducting the K004 from the PR00 discount that will come in the step  total after material disc . so the system calculates the PR00-K004,amount say as per your query , 1000-10% =900 .so the system calculates the K007 from the step 21 which is
total after material disc and that amount is 900. so System calcultes K007 on 900.
Let me know if you have solved in any other way
Reward if useful
Regards
Srinath

Similar Messages

  • Subtotal price, net due date, PPD discount, damage discount requirement

    Hi all,
    I have the following requirements for a change in a user exit.
    Can you please help me, i need to know which table and what field to get them from.
    1.) damage discount
    2.) PPD discount = ZPDZ in header level
    3.) subtotal price = unit price * quantity (sales unit)
    4.) net due date
    Thanks =)

    Hi Joesph,
    Try checking any of the following tables :-
    EBPP_INV_DOC_HEADER   Biller Direct Bill Structure (Header Data)
    RF057F   Credit insurance: open items structure
    Regards
    Abhii

  • Employee Discount: Data Discount MISSING

      Hello,
    After reviewing my recent bill, I have noticed that there was no Employee discount applied towards my qualifying Data plan.

    It should - why not?!
    It's over $24.99 and it is not unlimited
    It is not stated anywhere in the message, a plan like that does not qualify

  • How to discount a number by a percentage

    Hi all,
    I am trying to think of the best way to discount a number from an access db.
    Basically  it's an online hotel room tariff. So if someone clicks they want to  stay 5 nights I want to be able to call the base price from the db and  then times it by 5 and then discount a percentage per night. Or have I  just made this way too complicated and over looked an easier solution.
    Thanks
    Jonathan

    Without sitting down and planning, one way would be...
    Table: Discounts (3 cols)
    ID    Nights    DiscountRate
    1     2            10
    2     3            10
    3     4            15
    4     5            15
    5     6            20
    etc etc - you wouldn't need to go more then 30 nights I wouldn't think.
    Code: (I'll just keep it brief)
    NumberOfNights = 4
    TotalStayBeforeDiscount = 400 ($100 per night = $400)
    Select DiscountRate from Discounts where Nights = NumberOfNights
    TotalStayDiscount = TotalStayBeforeDiscount * query.DiscountRate / 100 (should = $60)
    TotalStay = TotalStayBeforeDiscount - TotalStayDiscount
    With the above you could then display the rate before discount, the discount, and the final total.
    You should also do some validation to make sure the query returns something, if it doesn't, then no discount is applied (or displayed).
    Hope this helps.

  • Cash Discount in a purchase order

    Hi,
    I have a problem with Cash Discount in a purchase order .
    When I create a purchase order in ME21N , and I need to put a cash discount in the condition of the header of the purchase order or  in item detail, the line cash discount appears automatically when I create a new purchase order with the same material.
    Anybody could tell me why the Cash Discount  appears automatically?
    Thanks a lot
    Kari

    Hi,
    There is a diference between cash discount and discount. Cash disocunt will never come in PO. It comes only during inoice.
    The discount in PO is based on quantity. In your case it may ot be cash discount but a discount. It may come automatically because of one of the below reason.
    1. If you create a PO wih reference to the PO, which is having discount.
    2. If you maintain in Inforecord.
    Regards,
    Prabu

  • Item Discount in Sales order form in OM

    Hi Gurus,
    I have a item in price list as $100, for some customers sell @ $80, for this created modifier as Application method: new price, item price in SO after applying Modifier is $80.
    I have created one more modifier as 10% discount (additional discount) but system is applying second modifier on $100, I want to apply on $80.
    Please advise, how to meet this requirement in OM.
    Regards
    Anil

    21221 wrote:
    Hi Gurus,
    I have a item in price list as $100, for some customers sell @ $80, for this created modifier as Application method: new price, item price in SO after applying Modifier is $80.
    I have created one more modifier as 10% discount (additional discount) but system is applying second modifier on $100, I want to apply on $80.
    Please advise, how to meet this requirement in OM.
    Regards
    AnilPlease define qualifiers for your modifier.

  • HOW TO GET TOTAL BEFORE DISCOUNT AMOUNT IN MARKETING DOCUMNET

    HI.
    I need one requirement in this,
    i need to capture the Total before discount amount at A/R invoice.
    i checked in tables Discount and Discount amount will be come below Total before Discount amount
    but Total Before Discount Amount i am not able to get it from the Database.
    Any information plz Update me.

    Hi Srinivas,
    As already answered by Seniors that you have to apply Formula to get Total before Discount. Please check below
    Total Before Discount =  ( DocTotal + DiscSum - VatSum )
    If you want to put FMS then please try below FMS for Header Level
    SELECT ( $[OINV.DocTotal] + $[OINV.DiscSum] - $[OINV.VatSum] )
    Hope this helps
    Regards::::
    Atul Chakraborty

  • 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.

  • AP Discounts report

    Is there a report in AP or banking that can show the discounts on payables, so a company can take advantage of early payment discounts and then select just these in the payment wizard?

    Hi,
    I checked Demo and was not able to find any Discount Report. It seems that you need to prepare a query to get the desired result.
    Check the following for the start and see if you can further customize to get the desired result. It needs to be a detailed one.
    Following is the try I did in creating :
    select T0.docnum as 'AP Invoice', T0.docdate as 'Posting date',T3.Numofdays as 'Days After Posting Date',
    datediff(day,T0.docdate,getdate()) +
    Case when T3.NumofDays is not NULL then T3.numofdays Else 0 end as [OverdueDays],
    T3.Discount as 'Discount Percentage'
    from OPCH T0 inner join OCTG T1 on T0.groupnum = t1.Groupnum
    inner join OCDC T2 on T1.DiscCode = T2.Code
    inner join CDC1 T3 on t3.cdccode = t2.code
    The problem with above is that it misses a scenario when the option under the discount table (CDC1) is changed (then the numofdays is NULL).
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • AP: Discounts

    Hi
    I've a question on discounts for incoming invoices. The business practise is for any incoming invoice, we break it to two parts based on percentages (80-20), for which one is paid directly to the vendor, but the other one is blocked for payment.
    Can any one help me in applying a percentage cash discount in this situation?
    For example,
    Invoice amount : 10,000
    Discount Received: 200 (as per the payment terms, 2% for 30 days and net)
    Net Invoice amount: 9, 800
    Now, I would like to pay the vendor in two parts, 8000 and 1800.
    Can any one suggest me on how to do this in SAP?
    Thanks for your help

    Hi,
    I checked Demo and was not able to find any Discount Report. It seems that you need to prepare a query to get the desired result.
    Check the following for the start and see if you can further customize to get the desired result. It needs to be a detailed one.
    Following is the try I did in creating :
    select T0.docnum as 'AP Invoice', T0.docdate as 'Posting date',T3.Numofdays as 'Days After Posting Date',
    datediff(day,T0.docdate,getdate()) +
    Case when T3.NumofDays is not NULL then T3.numofdays Else 0 end as [OverdueDays],
    T3.Discount as 'Discount Percentage'
    from OPCH T0 inner join OCTG T1 on T0.groupnum = t1.Groupnum
    inner join OCDC T2 on T1.DiscCode = T2.Code
    inner join CDC1 T3 on t3.cdccode = t2.code
    The problem with above is that it misses a scenario when the option under the discount table (CDC1) is changed (then the numofdays is NULL).
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • Discounts in PO

    How to put Discounts while raising a Purchase Order?... Whether SAP calculates any payment terms on the basis of credit period allowed on the basic of discount criterias?

    Discounts are fill in "Conditions" tab manual from user or come automatically from material info records, at certain condition types for example:
    RA00
    Discount % on Net
    RA01
    Discount % on Gross
    RB00
    Absolute discount
    RC00
    Discount/Quantity

  • 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 on A/P invoice

    experts,
    How can we determine what account being use when we have a discount on AP invoice

    I will give you an example of AP invoice and its Journal Entry as following for your reference.
    AP invoice not based on GRPO :
    Total before discount: 500$
    Discount on header: 10% (50$)
    Total after discount: 450$
    17% Tax: 76.5$
    Total Payment Due(including tax): 526.5$
    The Journal Entry would be:
    Credit - Accounts payable on Vendor  526.5$
    Debit - Tax account  76.5$
              Inventory account 450$
    There are no discount account used.

  • Update pricelist and volume discount

    Hi Experts,
    I want to update an existing pricelist with date and volume discount. Now i use the same xls as i used on first import but i get the error message in DTW.
    Invalid value in Quantity field - apllication defined error.
    I have 3 files.
    1 file with prices
    1 file with date
    1 file with only volume discount (not discount 1 piece)
    What could be the problem? Maybe i need linenum because it is an update. I have no data in linenum
    Thx
    Mark

    Hi Gordon,
    No Quantity is also there. I believe the problem is that it is an existing pricelist which i want to update.
    Do i need linenum on the files? and on all 3 files pricelist, date and volume discount?
    thx
    mark

  • Detailed Discount Report needed.

    Dear all,
    How can we identify from where the discount % value is being picked up in the Sales Order or any other marketing documents? Is there a report that points out in Sales Order, this particular line item's discount is 10% and it is being extracted from Item Group discount. Can the following report be generated?
    Sales Order #_Item Code__Discount%__Discount Category
    1002_________A000002______10________Item Group Discount
    1002_________A000003_______4________Volume Discount
    1001_________A000002_______3_________Special Prices

    Hi,
    The system does not record the source of a discount anywhere in the document.
    You could probably do it with a query using the tables OSPP, SPP1 and SPP2 for the period and quantity based discounts, and the OSPG table for item group based discounts.
    For example with a CASE statement you could go through all document / rows and match their discount percentages, dates / quantities, and item groups with existing criteria in the discount tables.
    There are 2 possible problems with this approach: first the B1 system applies discounts according to a certain hierarchy (see SAP Note 896722), so if there are overlapping discounts determined, your query will add the result to which ever case you write first in your query. Second, if a user enters a discount manually, and it happens to match one of the set discounts it will also be counted toward that discount, instead of discount source "Manual".
    Good luck,
    Johan

Maybe you are looking for

  • Share iTunes Library between Leopard & Tiger?

    I have 2 internal HDs in my Quad G5. One boots Tiger, the other boots Leopard. Because of its very large size, I moved my iTunes music (and videos) from Tiger to an external HD, following the standard procedure for moving ones library. All works fine

  • Error message when upgrading Acrobat 9

    Why do I get error message 1402 when I try to upgrade Acrobat 9 Standard?

  • Quality Server not connect through SAP Routing String

    Hi, When remotely access client SAP through SAP routing string in Quality Server it shows error message as "timeout occured Location : SAP router 37.11 on solman Time: Tue May 05 11:19:37 2009 Component : NI (Network Interface) Release : 640 Version

  • Items missing on my dock can't find apps anywhere

    after using migration assistant I am now missing system prefs, dashboard,text edit, and app stor what do I do to regain these?

  • Glossary Not Appearing

    I have RH7 (all lastest patches). Creating Microsoft HTML Help. Using W7, 64Bit When I create and view the Help, I see the glossary. When I run the CHM file directory, I see the glossary tab, but there are no entries. All other tabs seems to be OK. I