Different discount

Hi All,
We give customers two discounts i.e std discount 2% and additional discount 1% for credit customer. There are also standard discount 6% and additional discount 2% for cash customer.
How to set the discount in the B1 ? will it be set in the customer master data but what about additional discount ?
I am using B1 2007A SP00 PL30.
Pls give advice. TIA
Rgd,
Steve

Hi Steve
Is the discount calculated off nett or gross. With other words the price is 100 and I give 5% which makes the price 95. Is the second discount (2% for example) calculated off the 100 or the 95? Are discounts per product or per customer?
Unfortunately if it is off the 95, the best I can suggest is to use the 5% (for example) on the row and the 2% on header level. The other alternative is to have 2 User Defined fields for Discount1 and Discount2 and with formatted searches add the nett effect into the SAP Business One discount% field.
Kind regards
Peter Juby

Similar Messages

  • If i need to give different discounts to different groups of registered members on my website will that be a possibility on muse?

    I'm trying to figure out what product is right for me; muse or dreamweaver.
    for example i need all guests to register before buying from my Ecommerce site and on their registration i will need to put them into different groups. Example 10% discount group A. 20% discount group B.
    also, is it possible to create hover over menus?

    thank you for the advice. I need my website to have these functions in order to be successful so I'm willing to do whatever it takes to get it done, just prefer to take an easier way if possible(which is why i was exploring what MU could do). i have completed 2 computer science high school courses where we worked with dreamweaver to create a simple website, but that was long ago. Im willing to relearn the skills needed to make this possible or even pay a professional if the work seems to much for my own capabilities. Im trying to find which 'dynamic content management system' (I'm guessing this means website builder) is best suited to handle my project.

  • Different discount date from that of due date without using payment terms

    Hi,
    We would like have separate discount due date from due date without using payment terms for each invoice.
    We wants to modify ERDK-FAEDS but unable to find suitable event/exit for the same.
    So can anyone suggest any event where this can possibly be achived.
    Regards,
    Paresh

    Hi,
    We are using continuous days for working out due date from document date.
    But for discount due date business sought to provide only working days (say 7 days) from document date.
    So as to satisfy this requirement, I had adopted event R436 where system intially takes values provided but somehow it gets cleared in below lines. So I am unable to find a workaround to resolve this issue.
    PERFORM get_user_exit_function USING 'R436'.
      LOOP AT t_fbstab WHERE funcc <> 'ISU_SAMPLE_R436'.
        tmp_erdk = p_iiu-print_doc-erdk.
        tmp_erdz[] = p_iiu-print_doc-t_erdz[].
        CALL FUNCTION t_fbstab-funcc
          EXPORTING
            x_invoice_param    = p_param
            x_invoice_unit     = p_iiu
          TABLES
            xy_printdoc_lines  = tmp_erdz
            y_new_bill_lines   = tmp_new_bill_lines
          CHANGING
            xy_printdoc_header = tmp_erdk
          EXCEPTIONS
            error_message      = 1.
    Regards,
    Paresh

  • What are the different discounts in the UK ?

    I'm outside of the UK now so I couldn't reach Apple UK.
    I want to know how much is the educational discount and how much is the Apple on Campus discount (for an 11" MacBook Air).

    Hi Avinash,
    chk out the function codes.
    Batch
    The following commands can be entered in correction mode ('Process in foreground' or 'Display errors only') when processing a batch input session:
    /n This terminates the current batch input transaction and characterizes it as
    /bdel This deletes the current batch input transaction.
    /bend This terminates batch input processing and sets the session to Failed
    /bda This switches from Display errors only to Process in foreground
    /bde This switches from Process in foreground to Display errors only
    Reward Points For the Same.
    Regards,
    Harini

  • Same customer with different discount

    Dear Expert,
    Kindly your help, currently we devide the customer number  means  one customer can have 2 or 3 customer number , we devide as follow;
          customer No          customer name           business transaction
    1.  1001                      xxx                            vehicle  with discount
    2.  2001                      xxx                            vehicle without discount
    3.  3001                      xxx                            sparepart
    Additional info currently we are using BO01 and BO03 in the pricing procedure.
    We also already separate with pricing procedure, sales organization and distribution channel, my question is how and where to maintain so I can have only 1 (one) customer number for both with discount and without discount by delete the pricing condition (BO01 and BO03). Thank you
    Best regrads,
    Tjandiagung

    Hi,
    For the discount we maintain through rebate agreement based on material (BO01) and customer (BO03) , while we create the SO the condition type automatically appear. That's why we need change the customizing so we can delete the condition type.
    Thank you.
    Best regrads,
    Tjandiagung

  • XL-Reporter - sales analysis including row discount and document discount

    Hello World!
    In XLR I want to report all item-sales to customers grouped by item-groups based on invoives.
    Since I am interested only in net amounts (without tax, freight and other expenses) and discounts I use 'S0_LineTotal' as attribute.
    'SO_LineTotal' includes the discount of each item-row in the document.
    The row selection is as follows:
    FACT
    ARDT(Code = "ARCreditMemo","Invoice")
    FIG(SO_DocType = "I")
    ITM( * ) 
    Group By ITM.ItmsGrpCod
    The problem is that I also have to include the document discount 'OINV.DiscSum' in the result.
    In combination with the row selection specified above the attribute 'Total Discount' delivers no results (always 0).
    In the standard SAP report 'Sales - AR/Sales reports/Sales Analysis' the total discount is averaged to all items in the matrix of a document.
    How can I achieve this in my XL-Report?
    Thank you very much for your support!
    Frank Romeni
    Edited by: Frank Romeni on May 15, 2008 3:55 PM
    Edited by: Philip Eller on May 29, 2008 8:53 AM

    Hello,
    To get this, I tried drag following information from Report composer:
    Under Sales tab, choose Items(Display more atrributes to choose Item Group), Document Number(choose this one because same items may have different discount in different documents), Discount % Per Row(light dimension),Discount % Per Document(light dimension), Row Total(measure).
    Drag the Item Group to the Group region.
    Run the report and the result should be all items are grouped by item Group and discounts and total in different document for each item will be listed.
    Hope this helps you.
    Regards,
    Maggie An
    SAP Business One Forum Team

  • Discount in Invoice Lines

    Hi. I'm trying to make an invoice with DI that has different discounts in its lines (not in the header's discount). I use oDoc.Lines.DiscountPercent in the apropiate line to give a % discount value but it is ignored and appears in the header's discount...
    It's a bug or I am doing something wrong?
    Thanks in advance...

    The line level at the document works like this:
    1. the pricebefdi (price before discount is inherited from the previous document, or set based on the price field.)
    2. the discount field affects the price field
    3. the price field reflects the discount.
    If all three values are already set then adjusting the price will affect the discount. ie multiply the price by .9 to get a 10 percent discount in the discount field.
    If you have no values in any of these fields try this: set the pricebefdi (price before discount first). Then set the price field to the discounted amount, this should populate the discount amount.
    Regardless- you cannot directly set the discount. You must adjust the price from its original non zero value.

  • Automatic Discount for a combination of Line Items

    Dear Gurus,
    In my clients place they have some material with different colour. Like Pens in Black, Red, Green and so on..
    Now the requirement is to give discounted price for every 10 pcs. of any colour. If customer takes 3 line items of Pens
    like: 4 Black Pens + 4 Red Pens + 2 Green Pens making total 10 Pens, then system should give discount of Rs.10 for the Black pen and Rs.12 for all the other colours.
    I remember seeing similar issue in this forum some days earlier but was not able to trace it. On the whole let me recapitulate what I said:
    If customer buys a total of 10 pens of any colour, different discounts has to be given based on the colour selected.
    If Black,  discount is Rs.10,
    Any other colour, discount is Rs.12
    Please help me in this.
    Regards.
    Venkat

    Hi Venkat
    I have got a suggestion, Please try it ,I hope it will work.
    You have 3 Pen, let those be A, B & C of three different colour.
    Try with following steps.
    1. First check the Material Masters of all the Materials A,B & C .
    Check the "Material Pricing group" in the "Sales org 2" tab page of those Material. If the material pricing groups are same for all the material  then it should work.
    So if, not same then make it same if possible and try.(I hope they must be same as all materials are pen and only their colours are different).
    2. Create Material Discount(K004) Condition Record for each Material and put the rate of discount as required in your organisation.
    3. Go to T.code V/06, Condition type screen in IMG for condition type K004.
    Activate the  "Group Condition " check box.
    Beside this, you will find another check box  " Group condition Routine". Put the value "3" there from the drop down.
    Now you can try,make the condition records and the scale properly,try for  different scales . I am sure your problem will be solved here.
    Regards
    Pradyumna

  • FB70 - Payment Terms and discount rates

    Dear Friends,
    We have a requirement in transaction FB70, in which we
    wanted to provide 3 different discounts for a given payment term, but the transaction by default provide only
    2 discounts. Is there a way in which we can add a third
    discount for a payment term.
    Thanks & Regards,
    Kanthimathi

    We have a similar requirement to add additional discount rates to the payment rates.  I found OSS Note 641960, which says, it has more options in EBP 3.5, which is CRM application I guess.
    Can anyone reply to this message, and help us, if there is any other solution
    we can implement to add additional discount rates in an R/3 system 4.6c or 4.7?
    Thanks in advance,
    Saleem

  • Multiple Discount Per Item Row

    Is it possible to compute for 4 discounts per item row in all Marketing Documents?
    Thanks,

    Joel,
    I beleive you are talking baout different discounts for one item in one row. Maybe this van help...
    1. Go to Hierachies and expansions in the Pricelists of the Inventory module. go to validity period and you can give different discounts for different valiodity periods
    2. You can also give Quantity based discounts ...diferent Quantities different discoiunts by double clicking the Validity period row in the previous window
    3. Also if you give both validity period and quanity based disciount the system calculateds both discoounts and computes the price in the document.
    The same can be achived thru special discounts for BP;s below
    hierarchies ande expansions.
    Nagesh

  • Campaign Discounts

    Hi Gurus
    Is there a way to split and apply the campaign discount only to specific quantities on line items ?
    Referencing the campaign discount at item level is effecting all the quantities.
    Is it possible via std configurations? If not, Could you please suggest a logic to achieve it?
    Example Scenario
    Line 1 - SKU001 – Qty 5 – (Apply discount to only 2 of 5)
    Line 2 – SKU002 – Qty 3 – (Apply discount to only 1 of 3)
    Thanks
    Kiran

    Hi Kiran,
    in campaign management there is no such logic available - each discount needs to be entered manually. In trade promotion management you can generate different discounts for the products using exceptions.
    Is this answering your question?
    best regards,
    Johannes

  • Discount applied by Item Group Or Properties

    Is it possible to apply different discount percentage prices relating to item group or item properties, to a BP group or BP properties. Eg: BP Group 1 has 10% for Item Group 3 and 15% for Item Group 4. BP Group 3 has 12% for item group 3 and 17% for item group 3.

    Dear Tim,
    As experts are saying...you may check this once...
    Go to Inventory->Price Lists->Special Prices for Business Partners
    1. Select a BP code and item code (Give discount after selecting price list) there
    2. go to ->Copy Discounts (right hand side bottom) . Here you can select the BP groups (and properties also) as per your
    need.
    3. Then go to -> Add Items  (middle bottom). Here you can select the group and properties for items as per your need.
    Thus, your given discount in step1 will be copied.
    Regards,
    RS

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

  • "Ineligibility Upgrade Discount"

    I was reading a blog discussing how to "upgrade" to an iPhone 5s.
    I have the 5 and my upgrade date is not until next September. What was discussed in the blog was the following:
    (1) Retail Price for the 5s - 16GB was going to be $550 (though the writer was not sure)
    (2) He was told by a Verizon rep that he would only have to pay $450 as he would be receiving an "ineligibility upgrade discount" since he was not actually entitled to the full upgrade discount at the end of his agreement.
    Is this true - that Verizon offers a $100 discount off full retail for those who are not entitled to an actual upgrade at that time?
    Thanks,
    Steve

        I'm super excited about the new iPhones too, SW1952. Occasionally, we do offer select customers different discount options based on a few things about their account. Our trade-in option http://bit.ly/GGnDDC is available for everyone to help offset the cost of a new phone. For me to confirm if you are eligible for any out-of-the-box promotions, I'll need your name and mobile number to take a look. I have sent you a follow request here in the forum. Please access https://community.verizonwireless.com/actions to accept my request and follow me back so you can send me a private message with your name and mobile number and we'll get started.
    Thank you
    JenniferH_VZW
    Please follow us on Twitter @vzwsupport

  • Question about homeschool discounts

    Hey sorry if I put this in the wrong place coulden't find the right forum well my question is, is there a different discount for student and teacher my mom is a homeschol techer and I noticed when I go to the homeschool it says (students) save up to $200 so I was wondering is there a way to switch to teacher buying or it there no difference ?

    http://store.apple.com/us-k12/browse/home/education_routing?mco=NzYxNzY5 and seem to cover school administrators, teachers, and students. Give the store a call at 1-800-MY-APPL and broach the subject with them.

Maybe you are looking for

  • Tracking of Loans (short term and long term) repayment and LC payments

    Hi, I want to track repayment of loans and payment of LCs (letter of credit) using Liquidity forecasting and cash management I want to see when the loan is due (period with date) and when LC is due in a report from the system. Is this possible. pl gi

  • How come rotated photos export/share as un-rotated?

    I've  imported many old photos to my iMac's (Yosemite) iPhoto app. I rotated them as needed and adjusted date/time on some that got the wrong date on a previous (other app) edit.  Now, they sort well by date and look great. However, export or share (

  • Any ideas about SUBMIT  ????please Help

    Hallo everybody, I try all the time to pass parameter to the report via SUBMIT and FUNCTION MODULE the report has AT SELECTION-SCREEN code which call the screen " AT SELECTION-SCREEN ON VALUE-REQUEST FOR param2 ......" I wrote additional to the code

  • ENCODES (FCP to AE to FCP)

    A couple of questions.. 1. I need to get a 1:10 piece into AE for some finishing from FCP, do some fx and then return to FCP for output for insrtion into a PP project. Can anyone reccommend a codec or workflow for this? 2. Is it better to export dire

  • ITunes Radio is currently unavailable

    I have downloaded/upgraded my appleTV.  The iTunes radio icon appears in my home screen.  When I choose it, a blank box pops up with the "Terms and Conditions" (but it is empty) and two buttons at the bottom:  Agree and Disagree.  If I choose agree,