Setting Sales Employee Commission

Hello All -
Can we adjust commission for a sales employee for a specific Business Partner?  For example, for some Business Partner's that the sales employee is responsible for they get a 10% commission...for other BP's they get an 8% commission, etc.
Please advise how to do this.
Thanks,
Mike

Thanks Marcia!
If we have both the Set Commission By Sales Employee and Set Commission By Customer checked then is the default commission the commission by sales employee if we do not set a User Defined Commission? 
We do not want to go through and set User Defined Commission for every BP -- just a handful.  The rest we would like the detault to be the Sales Employee Commission.
Please advise.
Thanks!
Mike

Similar Messages

  • Set sales employee as inactive

    Hello,
    in SAP BO you can add sales employee, but can not be erased. Number of buyers is growing - when you create a document (invoice, ...) list of sales employees becomes confusing. We would welcome the possibility of setting sales employee as INACTIVE. The documents would then be offered only to active sales employees.
    Many thank.
    Alexandra Herichová

    Hi,
    thank you very much for your comment. I would like to inform you we are currently working on de-activation of Sales Employee (S.E.) in B1, where option to define active / inactive S.E. will be available. Consequently inactive S.E. will be by default not visible in all relevant lists, however user will have an option to report all data for all existing S.E. due to backward compatibility.
    Other areas are planned to be covered in a future as well. Please consider this as a potential Patch candidate and not as an SAP commitment.
    In case of any questions, feel free to contact me.
    Best Regards,
    Martin Pavlinsky
    B1 Product Definition

  • Finding sales employee commission.

    hi experts
    can any give the answer to this question .
    1.how to find the sales employee commission.
      in which table we can find commission field.

    Hi Karthik,
    Normally you define a condition type at the item level of the sales order to calculate the amount of commision for an employee.
    This can be found if you go to table - KONP - KSCHL.
    This is an item level conditions table. What ever commision is assigned to that particualar condition type at the item level of the sales order can found in that table contents.
    REWARD POINTS IF HELPFUL
    Regards
    Sai

  • Fixed sales employee commission fixed amount wise

    Hi,
      We can set the commission only on the based of percentage. My requirement is that I want to fixed the commission based on per quantity.
    Example : If I have a sales employee S1 and fixed the amount 5 Rs. per quantity.
    Whenever I do any transaction it will automatically calcualte the commision on 5 Rs. per Quantity.
    Thanks in Advance.

    You may check this thread:
    Commission rates
    Thanks,
    Gordon

  • Sales employee commission

    Hi All,
    how to calculate the sales employee comsission based ont he sales done hy him.
    regards
    Sunil

    Hi
    First of all you need to capture the sales employee name in the sales order.
    You can do this through creating the Sales Person with transaction PA30/20/40
    add the same sales employee in sales order.
    You can extract the report based on the sales employee and sales and pay them.
    If your company does have HR module impletemed , you can capture the sales employee name in the additional fields provided in the sales order.
    regards

  • Sales Employee wise comission report

    Hi all
    please guide me how to get the report of sales employee commission
    after setting nth initial setting related to Commission group & comission
    how i can view the report
    samir

    Samir,
    If you go to Query manager..Under System Reports you can see it
    SP Commission by Invoices in Posting Date Cross-Section
    Suda

  • Sales Employee Description is not following into COPA

    Dear Experts
    I have set sales employee as a characteristic in my operating concern that was triggered from PAPARTNER. From there I developed then run COPA report painter (KE30) for sales employee with ALV display options. In fact the report can only display sales employee code, without the description. I desperately need sales employee description in my report, based on user requirement.
    Here we didn't activate HR module. In the same time SD has defined Sales Employee as Partner Function (SE) in customer master data. The Partner Function is looked up the sales employee name from HR table, PA0001 so that they can display sales employee code and name in the customer master data.
    From the story above I've tried to do some ways, such as:
    Changed display options from ALV to Drilldown -> with this way, sales employee description can appear from the report, but actually I just need the ALV report because of my client didn't accept the report layout except ALV. This is my big problem.
       2.  I found other threads with similar problem with me, then I tried to follow that instructions that will be described below:
    I tried to create new char WW100 with PARVW table for sales employee then follow these steps:
    Create 2 derivation rules in KEDR  using table look up (table VBPA) for the same partner function
    1. In one Der Rule, make the sale order item KDPOS as constant value 0000
    2. In the other one, dont make it a constant....Leave it as it is
    DERIVATION RULE 1
    SOURCE FIELDS
    VBPA-VBELN = COPA-KAUFN
    VBPA-POSNR = COPA-KDPOS
    VBPA-PARVW = GLOBAL-USERTEMP1 (Click on Magnifying lens.. Specify Constant = Your SD Part Function)
    TARGET FIELDS
    VBPA-KUNNR = COPA-WW100
    DERIVATION RULE 2
    SOURCE FIELDS
    VBPA-VBELN = COPA-KAUFN
    VBPA-POSNR = COPA-KDPOS  (Click on Magnifying lens.. Specify Constant = 0000)
    VBPA-PARVW = GLOBAL-USERTEMP1 (Click on Magnifying lens.. Specify Constant = Your SD Part Function)
    TARGET FIELDS
    VBPA-KUNNR = COPA-WW100
    Unfortunately the ways above still can't solve my problem, the report still only show the sales employee code without description. At the last whether possible if i want sales employee characteristic with origin table coming from PA0001, so that data will derive from HR table? or perhaps any other solution to solve my case?
    Please suggest me in detail..
    Thanks a lot
    Regards,
    Maradona

    Hi Maradona,
    I want a clarification - Does the value flow properly to the value field and only the description is not coming?
    1. If the value flow is proper and only description is a problem, then check whether compunding has been used in KEA5 for the characteristc WW100? If yes, check the text table for WW100 and compare it with the origin table in terms of the fields in both the tables.
    (My guess is that not all the compunding characteristics are available in text table)
    2. If value flow is a problem, then compare SE16 and SE16N for any sales order for the denotion of partner function field PARVW. Sometimes the denotion of partner function (two character code) may vary in SE16 and SE16n.
    Get back for any more query
    BR
    Abhi

  • Sales employee in A/R invoice

    I am entering A/R invoices using DI/API.I am using the following code -
      objDoc = objCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices)
                        objDoc.DocObjectCode = SAPbobsCOM.BoObjectTypes.oInvoices
                        objDoc.CardCode = objDTHeader.Rows(intI).Item("CardCode")
                        objDoc.HandWritten = SAPbobsCOM.BoYesNoEnum.tNO
                        objDoc.DocDate = objDTHeader.Rows(intI).Item("DocDate")
    I want to set Sales Employee as  -No SE - .I tried the code
    objDoc.SalesPersonCode = -1
    But any random sales person is getting set.The code for setting owner is working properly bu the code for setting sales employee is not working.

    What ur doing is fine. Just make sure that ur using the correct SLPCODE from table OSLP
    Vasu Natari.

  • Change sales employee authorization for sales opportunities

    "Change sales employee" in general authorizations is working only for documents, but not for sales opportunities.
    There should be an authorization alos for sales employee on sales opportunities.
    Not only for itself but also to make a sense to authorization of sales employee on documents, because having full rights to sales employee on sales opportunities make easy to set sales employees on documents even if not authorized, just by adding the document from a sales opportunity from where it will inherit any sales employee.

    Hi Sean,
    Your request is very reasonable. I am supporting this DRQ. It would be better to be include in the new release soon.
    What is your B1 version? Have you checked the latest version?
    Thanks,
    Gordon

  • COMMISSION TO SALES EMPLOYEE WITH OUT HR MODULE

    Dear all,
    I have senario where i wanted to give a commission to each sales employee. Also i dosenot want to create Sales Employee?bcoz HR module is not implemented?
    Is it possible to give commission to sales employee?
    Plz send what are the customization for the same?

    Sales commissions can be configured frm SD if they are simple in nature. This is done through rebates. If the commission and management is complex in nature then it can be done through ICM ( Incentives and Commissions Management )
    The following procedure details the configuration of the Sales commission for Employee. The problems could e at any one of the following steps.
    You need to create a partner function for sales employee, a copy of the standard partner function available in SAP. Then do the appropriate partner determination, that is assignment to the sales document and item partner determination procedure. Next step is to create master data for all your sales employees as Vendors, assign these masters you created to the sales order at item level.
    We can see the orders sales employee wise in VA05 provided we add the sales employee partner function in the index list under sales and distribution, sales, lists, set updating of partner index.
    In the  pricing procedure, we need to maintain a condition for sales employee commissions and choose whether you want to enter the commissions percentage manually or prefer automatic determination. Here we need to get an input from the client as to whether they have fixed or variable commission percentages.
    Create an accrual account key for this and assign it to the condition type in the pricing procedure and remember that the condition type in the procedure should be statistical and not relevant for printing.
    Next step is to make the settlements after the Invoices have been posted and the relevant commissions accrued to a G/L Account.
    Now settlements could be manual as well as automatic. If you choose to make automatic settlements, there needs to be a ZREPORT which makes a vendor payment posting or if the settlement is manual, you need to might be run a BDC periodically to post the invoices for the so called Vendors (Sales Employee)
    regds
    Jude

  • Commmission to Sales Employee or Commission agent

    Dear all,
    if i have to given commission to sales employee or comission agent then how is it possible.
    Also if HR is not implemented then how Sales Employee will created.
    Plz send some solution for the same.
    Thx & Regards,
    PM

    PLS REFER LINK BELOW
    <a href="http://sap.ittoolbox.com/groups/technical-functional/sap-log-sd/commission-to-sales-employee-912582">COMMISSION TO SE</a>

  • Commission is given to each sales employee

    Dear all,
    I have senario where i wanted to give a commission to each sales employee. Also i dosenot want to create Sales Employee?bcoz HR module is not implemented?
    Is it possible to  give commission to sales employee?
    Plz send what are the customization for the same?
    Thanks & Regards,
    PM

    Dear all,
    I have senario where i wanted to give a commission to each sales employee. Also i dosenot want to create Sales Employee?bcoz HR module is not implemented?
    Is it possible to  give commission to sales employee?
    Plz send what are the customization for the same?
    Thanks & Regards,
    PM

  • Incentive / Commission to Sales Employee Or Sales Representative

    Dear SD friends,
    I am working on a scenario wherein we have to make incentive payments as a % of sales value to a sales employee .
    I think that we can use rebate agreements to accomplish this.
    I have gone through the SAP Incentive and Commission management application and find that it is too cumbersome for only this scenario.
    If any of you have done similar configurations, kindly help.
    Thanks and regards

    PLS REFER LINK BELOW
    <a href="http://sap.ittoolbox.com/groups/technical-functional/sap-log-sd/commission-to-sales-employee-912582">COMMISSION TO SE</a>

  • Changing sales employee on document set to read only

    *Our customer has invoices set to read only for certain users.  however they need these users to be able to change just one field - sales employee.*
    *Is there anyway this can be achieved??
    Edited by: Samantha Glanville on Oct 8, 2009 3:25 PM

    If it set up as read only, there is no room for updating even only one field.  Better leave this to other more powerful user to change.  Otherwise, the read only setting would be overridden.
    Thanks,
    Gordon

  • How to set the Description Name of Sales Employee in COPA

    Dear Expert,
    I maintained Characteristis Sales Employee at COPA but when I run this report, there is no description name of employee appear. It just appear the Number of Sales Employee.
    I used table VBPA and field Name PARVW in Characteristic Derivation. In Sales Document I created Partner Functin VE Sales Employee.for characterristic and I ser VE Partner Function in SD Document.
    In Data Structure KMVTNR Sales Employee there is no Validation Check Table. 
    Kindly help to solve this problem and thank you in advance for your help.
    Cyrenia

    You need to use Characteristic Derivations for this to work.
    In transaction KEDR, maintain a "look-up" and provide your Reference table as VBPA and your target field will be the COPA Characteristic that you defined for the Partner Function Sales Employee.
    Select the Characteristics that will allow you to determine the Sales Employee (Partner Function = "VE") and then map the KUNNR field to the COPA Value Field.
    This will allow the flow of Sales Employee Values into COPA and hence the description as well.
    Hope this helps.
    Cheers.

Maybe you are looking for