Revenue classes,classification rules in incentive compensation

Hi all,
Iam new to incentive compensation , can any one explain about revenue classes and classification rules and their role in calculating commission .
I want to know about how siblings are useful and about input and output expression .
Thank you,
Sandeep Reddy

Hello Danielle,
Dont get so frustrated. Cheer up...
Slight modification to your setup.
Define Joe's Pizza Shop as Revenue class and also in the hierarchy.
Capture these fields in the rule set.
158785 - child value
252155 - child value.
I guess you are pulling your orders into CN_COMMSSION_HEADERS_ALL table.
Go to tables>> and search for this table and click on columns and from the top dropdown select "classification"
and then 'enable that columns, put a user name as 'Location' or some thing which contains this above values.
so that you can see that columns 'Location when you define your ruleset. and feed these above 2 values so that the transactions can be captured/classified on the basis of above 2 values for calculation.
Cheers,
A.P.

Similar Messages

  • Help needed in oracle incentive compensation

    Hi All,
    Im working on oracle incentive compensation 11i.
    I have a plan element, which i need to attach to nearly 2000 compensation plans.
    For this, i'm having a custom program which calls the API cn_comp_plan_pub.create_comp_plan, to attach the plan element to all the plans.
    But, the program ends in error and i'm getting an message like 'The data for this compensation plan is not consistent with the plan in the database. Compensation Plan:9999.99'. This error is from the API.
    Has someone came across a similar error before. Can somebody provide some pointers on this.
    Thanks in advance,
    Mohan

    you need to check with OIC functional in your project and understand the plan /data. This will answer your question.

  • Oracle Incentive Compensation Question

    Hi,
    I would like to know if there are other users who have implemented "Oracle Incentive Compensation".
    We have implemented OIC about a year ago, and are currently running into performance issues in the "Loader, Collection and Calculation" process. We process huge transaction volume of data every day, and our process performance creeps up on some nights (Just before the next purge is due).
    Any help is greatly appreciated.
    Thanks!

    Hi,
    You also may want to analyze the collection and calculation process to see if there are any oppurtunities to tune. In some colelction process, we add some sql statements (indirect mappings, actions etc), that may slow down the process.
    You also may want to consider aggregating transactions before collection toe reduce the amount of data fed into OIC.
    Similarly, depending on how your comp plan is defined there may be opportunities to improve performance. Depending on what version you are on, there some options to aggregate data during rollup process so that calculation runs faster.
    If you need more specific details, you may reach me at [email protected]
    Regards
    Srini

  • Incentive Compensation Enquiry

    Hello World,
    I am in the process of implementing Oracle Incentive Compensation for my first time, and am facing many problems in how sales targets are entered to the system for each salesperson? How actual sales and invoices collection is captured? How can I define and compare the achievements versus targets to the above percentage table and optimum value in details?
    Noting that Oracle AR, Oracle AP, Oracle HR and Oracle payroll are implemented and sellable items are already mapped to a product catalog and product categories hierarchy.
    It would much appreciated if anyone can provide me with useful and helpful ideas on implementing incentive compensation, as I can provide the whole case and the required compensation scenario.
    Regards,
    Maamoun

    Hi,
    can anyone who have worked on the incentive compesation contact me please on [email protected] ... I need to ask some questions on it.
    TIA

  • What is class & classifications

    Hi
    My requirement is to create tables same as standard tables. So they told me to create tables using class & classifications.
    I dont know what is class & classifications. Please help me to create tables using this and also what is the tcode for that.

    If people ask me to do something I never did, I tell them and ask if they can explain what it is...

  • Bapi for class classification

    hi ,
    how to upload the class classification details in ca01 using bapi_routing_create.
    thanks in advance
    Edited by: Arun on Jul 18, 2011 1:46 PM

    Jessica,
    Try looking at the following: BAPI_BUPA_FRG0040_CREATE
    Note that if you already have maintained Sales Classifications then you'll have to use the _CHANGE version.
    It has the importing structure of type BAPIBUS1006040_SALESCLASS and so you could for example populate it's fields as shown below and using the structure when calling the above BAPI:
    DATA
           IS_COMPETITOR
           IS_PROSPECT
           IS_CONSUMER
           IS_CUSTOMER                    X
           CUSTOMER_SINCE
           IS_COD_CUSTOMER
           INDUSTRY
           IS_RENTED
           ACCOUNT_GROUP                  0001
           NIELSEN_ID
           CLASSIFIC
           ATTRIBUTE
           ATTRIB_2
           ATTRIB_3
           ATTRIB_4
           ATTRIB_5
           ATTRIB_6
           ATTRIB_7
           ATTRIB_8
           ATTRIB_9
           ATTRIB_10
    Regards,
    Brad

  • Classes & Classifications

    Hi,
    What are classes & classifications and what is their relationship to Items or Fixed assets?. Should I upload Classes and classifications before a intila stock upload?
    Edited by: Csaba Szommer on Oct 13, 2011 8:34 AM

    hi..
    classes are the group of characteristics....and these classes we assign in classification tab of material master...
    example..1..
    while creating the release procedure we define the classes and these classes having characteristic..like plant value, purchasing org value..suppose these 2 are the characterics ..
    we will create the class and define these 2 characteristics inside that class now...we will use this class in config release procedure...
    Exp 2.  in batch management..suppose we have created one characteristics SLED and we have assigned this to the class...and now material which we want to have identify by their shelf life date can be assigned to that class in classification tab in material master...
    so..Classes are the combination of similar type of properties....and for that we need to define the properties....
    so while uploading the intial stock of these SLED material ..the systems ask for date of manufactiring for these material so that it can calculate the shelf life date for the material...
    hope u get it,,
    Thanks

  • Class & classification in master table

    Hi
    I want to create one dealer master table. How to create classification class in dealer master table. please help me.

    Hello, I now the question is really old but maybe the answer is usefull for someone else.
    1) go into KLAH
    complete the Class Type and/or the Class.
    Here you get the Internal class number.
    2) Then go to KSSK and input internal class number and the object
    The object is the material or customer with the following format:
    - material number (0000000000000XXXXX)
    - customer number (XXXXXXXXX)
    Done.

  • Incentive Compensation : What is the sequence of CP execution

    Hi all,
    I'm new to OIC and I need some answers for the following issue.
    I need to know exactly how a compensation plan that contains multiple plan elements executes
    e.g.
    Assume you have two plan elements where the first one calculates points for n sales agents and the second plan element will rank them according to their points score calculated by plan element one.
    To assume that this scenario will work the first plan element should calculate points for all sales agents before the second plan element starts execution. If the first plan element calculates points of sales agent1 and goes to the second plan element directly, sorting process won't be achieved.
    So, does plan element execute for all assigned resources first then go to the next one in sequence? or it executes for one resource then goes to the next resource?
    Another question, Is it the correct way to implement sorting in a separate plan element or it should be implement using any other way?
    Edited by: user10714218 on Dec 14, 2010 3:19 AM

    Hi ,
    If you are using 11i version navigate to incentive-->plan-->plan elements and provide the sequence number of plan elements in the order you want to execute them.OIC application will look at the sequence numbers and will execute the plan elements accordingly
    Regards
    Praveen Gubba

  • Collection of Fully Paid Invoices from AR to Incentive Compensation

    Hello.
    We have a requirement to calculate commission on fully paid invoices only. In Compensation we are able to collect invoices but there is no restriction on submitting an invoice to calculation when it is not fully paid.
    For example: I have an AR invoice for $1000 entered on 15-Mar-2003. A receipt is entered on 20-Mar-2003 for $600 against this invoice. On 31-Mar-2003 I collect this invoice and submit it for calculation. The system will not check whether this invoice is partially or fully paid before Calculation. It will calculate commission on the invoice anyway.
    Is there a way through Mapping Actions Filters, User Code Block, Formulas, or any other means
    that we can achieve this?
    Can anyone help?
    Regards,
    Karim

    Hi Raj,
    You can get details of open item on customer from table - BSID, cleared item from - BSAD etc. For your BI reporting purpose you may use standard FI queries provided by SAP if possible. SQ01 will give you the details of standard queries.
    I suggest you to post messages on FI related in ERP-Financials for getting a prompt reply as this area belongs to Treasury Applications.
    Regards
    Prasad AV

  • How to get access to a business Unit in Fusion Sales Cloud for Incentive compensation user

    Hi all,
    We are setting up a new environment and we do not seem to get access to the Business Unit.
    We have all the roles necessary and have access to the required screens but cannot populate any data as the business Unit DropDown is not showing any values.
    Any help is appreciated.

    I don't think the IT Security Manager role is going to help you in the Incentive Comp plan UI.
    This is a screenshot from my test environment where I have these two roles for the business unit "IC Performance Test".  I am not an IC expert and this was set up a couple of years ago, so I don't recall all the details.  I have pinged the IC team to comment on this.
    Thanks,
    Oliver
    Fusion Apps Developer Relations
    https://blogs.oracle.com/fadevrel

  • Change Characteristic values in Material class Classification

    Hi,
    Is there any standard program to change Characteristic vaules in Material Classification?
    Thanks,
    Shiva

    Thanks for your help.
    Points will be awarded.
    Shiva

  • Transfer of Classes( Classification data) - through ALE

    Hi experts,
    I am trying to transfer Classes from a 3.1i system to a ECC 6.0 system through ALE distribution.
    Almost all the classes got transferred but in a few of the classes, the status of the idoc remains at 64 - waiting to be processed.
    When I scheduled the processing of these idocs in background mode they result in a dump.
    Dump:
    The exception, which is assigned to class 'CX_SY_ARITHMETIC_OVERFLOW', was not
      caught in
    procedure "MAINTAIN_ALLO_VALUES_VIA_API" "(FORM)", nor was it propagated by a
      RAISING clause.
    This dump is happening because sy-index value is crossing 2147483647 ( which is the max allowed value).
    I could not find any relevant notes for it. Does anyone know what is causing this issue and how to correct it.
    FYI - There are around 3000 values attached to a characteristic which is attached to the class.
    Thanks and Regards,
    Karthik

    Hi Karthrik,
    Did you never get answer on this topic or did you make a request to SAP in the meanwhile? I got same dump and I am looking for solution, too.
    Br
    Markku

  • Select Set of Book in Incentive Compensation Responsibility

    Hi there,
    I'm new to setting set of books, and I'd appreciate if you could give me some help on selecting it out of General Ledger. I'm using Oracle EBS R12. I've setup a new ledger with a new operating unit. I want to use it in another responsibility - Incentive Compenation. How can I link this new operating unit to the application?
    From within Incentive Comp, the periods are null, and business area are empty. Where should I set these to the new OU?
    Thanks!

    Hi Nagamohan,
    Both the menu and submenu look fine. I also created a global security profile including the new Operating Unit and assigned it to the user. But still the Business Area was empty. The error there after all the setting was:
    Either the MO:Security profile is not set or the MO:Security profile does not contain any Operating Units.
    But actually that new security profile was set and it contained the new OU. I don't see anywhere I missed. Thanks for your input.
    Regards,
    Michelle

  • Class Classification

    Hi,
    I'd like to ask if how would you know that a class characteristics of a material is linked to QM.
    I have a problem in QS61 wherein I created a class characteristics in batch class "FIFO" for material A and that charcateristics becomes a default value in QS61.

    All batch characteristics using catalogs and numerics and linked to MIC's should appear in QS61. 
    If you've created a characteristic for use in batch search strategys, (FIFO sounds like one of these), you might want to create separate batch search strategy class.
    In addition, SAP already provides several standard characteristics that can be used in a FIFO strategy so you shouldn't have to create your own.  Look at the characteristics that start with LOBM_*.
    One of these is batch creation date which is often used in FIFO search strategies for sorting.
    Craig

Maybe you are looking for

  • Switching to Arch: Outstanding issue w/ printing

    I've spent the last six months or so switching to Arch and intel (from OS X/Debian and ppc). I did think I was getting there but I've got stuck on some issues which seem small in some ways but are really problematic given the kind of work I need to d

  • How do I update items on a 2nd list based on data changes on the first list

    Hi everyone, let me start by saying I am still learning about Sharepoint - what it can or can't do etc. I am also not a developer by nature. So it may take me little while to understand. Thanks for your patience and help. I am currently working on Sh

  • Problems with document merge?

    Hi, I have installed JDeveloper 9i rc2 and the following code (it runs correctly on JDeveloper 3.2.3) Document d = new XMLDocument(); d.appendChild(d.createElement("d")); Document d2 = new XMLDocument(); d2.appendChild(d2.createElement("d2")); Docume

  • What should be stored in the DB when a special char is saved into the db?

    Hello, We have a 9.2.0.6 DB with charset as UTF8. We are putting the special character 'अ' into the database through a j2ee application. The application stores and displays the special character properly. My question 1) When the special character is

  • Outer join on OR operation alternate???

    I have two tables stg and ads .I wanted to retreive all rows from stg table even if I dont find a match against ads table on column cert but I need to check two matches against ads cert.One is with stg.cert and another with stg.cert1. If outer join i