Can I define an eligibility profile based on salary date for Comp Workbench?

We have a requirement to exclude employees from salary planning if they have already received a salary increase this year.
I navigated through different options in setting up eligibility profile, but was unable to find anything that referred to salary date.
I did find an option for User Defined Eligibility Criteria.
Can anyone confirm if this would be the correct place to define this criteria, and if so, give an example.
Thanks in advance,
Sandra

Post Author: Jagan
CA Forum: Formula
Group by employee, and use the group selection formula to only get the most recent salary record per employee, i.e.
{salary.date} = maximum({salary.date}, {employee.id})

Similar Messages

  • Profile-based Lens Vignette Correction for Nikon 18-200 - Not Even Close!

    Wow. I'm in the process of converting some of my photos from PV2003  to PV2010 and I've been discovering that the profile based lens  vignette corrections for my 18-200 are way off. With a profile setting of  100, I have to add a manual amount of about -40 at a midpoint of 95-ish to even it  out. DxO's correction is perfect without tweaking - so I know its not a peculiarity of my lens.
    PS - The Make, Model, & Profile appear to be correct.
    (I haven't checked my other lenses very closely - but I will be)
    Anybody else?
    Rob

    What kind of filter you got stuck on the end of the lens?

  • Siri can't find music unless I enable use cellular data for Music

    I have an iPhone 4S with the latest IOS.  I ask Siri to play music but "she" can't find it unless I "enable" Use Cellular Data for Music.
    As soon as I enabled this setting in the Settings -> Cellular section Siri could find and play the music.
    I certainly don't understand why this is happening.  Why isn't Siri able to just find what is local to my iPhone and play the music.
    Can someone enlighten me on why this would happen?

    Hi Chris,
    Songs are on the iPhone - there is no cloud symbol (I'm familiar with that as well). 
    I've updated my signature - I am running the latest OSX and IOS (thanks for reminding me).

  • Can I define a SQL Server View to Oracle data?

    So I have a subset of data whose source of truth resides in an Oracle Database. Can I define a SQL Server View to retrieve this subset of data and make it available on the SQL Server side for say Reporting and SSRS? I think I also saw where they tend to
    prefer User-Defined functions as opposed to a view. If I define the view using an OPENQUERY, I have noticed that it seems to run FOREVER on the SQL Server side and returns pretty timely if I run in Oracle SQL Developer. Is there anything I can tweak to improve
    this timeliness or lack there of?
    And the whole reason I'd like to create a view of this Oracle data is so that I can take advantage of all the views and functions that we have created on the SQL Server side.
    Has anyone gone down this path and can offer some advice and web sites or YouTubes as to the best way to approach this?
    Thanks for your review and am hopeful for a reply while I keep Googling this.

    There are couple of ways by which you can connect and fetch the data
    OPENQUERY - which you are already using [uses linked server] -
    runs on remote server
    OPENROWSET - I would like to avoid this because it requires crenditials
    OPENDATASET - Similar issue like OPENROWSET
    Directly access linked server like LINKEDSERVER.DATABASE.SCHEMA.TABLE -
    runs on your local server
    Now, performance
    basically, they have the same performance advantages and disadvantages when connecting to remote server. But you can enhance it by 
    Avoiding data conversion 
    Using procedure on Oracle and then call it from SQL Server (due to compiled plan your result will be faster)
    Avoiding dealing with complex data types
    If you are dealing with large number of records, try using Oracle connector in SSIS. I found it working much better than SQL sometimes.
    Hope this will help
    Glad to help! Please remember to accept the answer if you found it helpful. It will be useful for future readers having same issue.
    My Profile on Microsoft ASP.NET forum

  • Can we define own short cut keys like shift+a  for check boxes

    Hi
    My problem is that on a specific form i have 30 check boxes with the labels like c1, c2 c3 ...
    The user wants as access key for every check box to rid of the mouse by checking all the items one by one.
    Oracle developer access key option does not solve this problem . Is there any function in oracle by which i can define my own short keys like shift+1 for 1 and shift+2 for 2 .....
    Waiting for reply.

    You can do this by using an ampersand (&) in front of the character in the Label.
    The ampersand will not show up in the label itself.
    For example, Print &Forms will define F as the shortcut. Print &Queue Manager will define Q as the shortcut.

  • Queries based on Master data for the particular periods not working

    Hi,
    My Queries are based on master data and for 2007 we did not have customer groups define hence for the historical also we would like to display the customer groups hence we are reproting based on master data. But when iam executing my reprots for each and every month for the 2007 , i can able to execute the reprot properly but same when iam giving the values in ranges with the help of input filed ( calender month -interval) its taking hours but unable to retrieve the data for the 6 months at a time even if iam restricting the values in the queries still the problem is same...
    Can anyone has an idea what would be the problem .. its only for 6 months
    Thanks

    Hi
    Master data report consumes much time. try to see the Query Statistics  and make the performance tuning.
    Recheck your data flow for routines at TRules/upRules level.
    Recheck on the Query designer for formula/ Cmod Variables.
    The report fetching time even depends on the NO.of records too.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d06dcd70-41a8-2b10-9f8f-dc5c68769753
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6009e125-e9a3-2a10-c6a9-e1483dfa2e1b
    Hope ithelps

  • RFC WHICH CAN USE DYNAMIC SQL AS INPUT AND SHOW COMPLETE DATA FOR TABLE

    Hi Expert,
    I am trying to create a FM like RFC_READ_TABLE. In this table we put table name and the field name for which we write a query and option for query we get the out put only for that field in this case.
    My requirement is very similar to this. But here i want to enter any table name and in option i want to write dynamic sql query for any filed of table then i want data based on this so that it will display the entire table entries.
    Like TABNAMELIKE     EKKO
    OTHERCON     bukrs_k = 3000.
    Based on this selection it has to show the entire table fields.
    To make this easy to understand i made a custom FM which are getting data from table or view and i select any field and put query it will show the result.
    FUNCTION ZDYNSQL_EKKO_EKPO.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(ERNAMLIKE) TYPE  CHAR15 OPTIONAL
    *"     VALUE(OTHERCON) TYPE  CHAR50 OPTIONAL
    *"  TABLES
    *"      VALUE STRUCTURE  V_EKKO_EKPO
    *TABLES : V_EKKO_EKPO, EKKO, EKPO.
    DATA: STR_WHERE TYPE TABLE OF EDPLINE.
    DATA: STR_LINE TYPE EDPLINE.
    *CONCATENATE 'EBELN LIKE''' EBELNLIKE '%''' INTO STR_LINE.
            CONCATENATE 'ERNAM LIKE ''' ERNAMLIKE '%''' INTO STR_LINE.
            IF OTHERCON <> '            '.
            CONCATENATE STR_LINE 'AND' OTHERCON '            ' INTO STR_LINE SEPARATED BY SPACE.
            ENDIF.
          APPEND STR_LINE TO STR_WHERE.
          SELECT * FROM  V_EKKO_EKPO INTO CORRESPONDING FIELDS OF TABLE VALUE WHERE (STR_WHERE).
    ENDFUNCTION.
    Now here is sample code of exact requirement.
    FUNCTION ZDYNSQL_TABLE_READ.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(TABNAMELIKE) TYPE  DD02L-TABNAME
    *"     VALUE(OTHERCON) TYPE  CHAR80 OPTIONAL
    *"  TABLES
    *"      VALUE STRUCTURE  DD02L
    DATA: STR_WHERE TYPE TABLE OF EDPLINE.
    DATA: STR_LINE TYPE STRING.
            CONCATENATE 'TABNAME LIKE ''' TABNAMELIKE '%' 'DD02L' 'TABNAME' INTO STR_LINE.
            IF OTHERCON <> '            '.
            CONCATENATE STR_LINE 'AND' OTHERCON '            ' INTO STR_LINE SEPARATED BY SPACE.
            ENDIF.
          APPEND STR_LINE TO STR_WHERE.
          SELECT * FROM DD02L INTO CORRESPONDING FIELDS OF TABLE VALUE WHERE (STR_WHERE).
    ENDFUNCTION.
    In this i put table name as EKKO and put sql query as bukrs_k = 3000 it provide a short dump.
    How can i solve this problem. Please provide some input or modification
    Thanks And Regards
    Ranjeet Singh

    Hi Kris,
    I tried to make sample using that link you provide to me. How can i declare Global Interface in FM and in import parameter references like "REFERENCE(I_INTERFACE_CHECK) DEFAULT SPACE".
    Also it uses a function-pool.
    Let me tell you about my exact requirement about FM.
    I want in import parameter input as any SAP Table name like
    TABNAME TYPE EKKO
    OPTIONS TYPE CHAR80
    I want my output to be stored in TABLES attributes as per the table name entered in import parameter. In import parameter Table name can be any one of SAP tables and Option based on that particular table. Like if i go with table EKKO and put OPTIONS as
    ebelp = 4 then TABLES attributes Tab  contains all the relevant data for input.
    Is there any way with the help of that i can put my data into internal tables. I tried to put in TABLES as VALUE LIKE ANY but it shows that generic are not allowed. Can you provide some sample on this.
    I also getting exceptions like CX_SY_DYNAMIC_OSQL_SEMANTICS, SAPSQL_INVALID_FIELDNAME.
    Waiting for your valuable reply.
    Thanks And Regards
    Ranjeet Singh

  • How can i see cost centre wise employee level salary breakdown for each month ? can anybody help me.

    plz anyone help me.

    thanks, Nguyen. can i get a employee salary breakdown for each month with this tcode.

  • How can I get alerts from SharePoint based on a date that exists in a list?

    I have a list that contains renewal records.  One of the fields in each record is "Renewal Date".  I would like to have SharePoint send an alert when it is 1 month prior to that date. 
    Can anyone help me do so?
    Chas Roberts

    This answer details a few different ways to do this - workflow, scheduled jobs, open source and commercial add-ons.
    StackOverflow - Dated
    reminders in sharepoint calendars
    http://stackoverflow.com/questions/529045/dated-reminders-in-sharepoint-calendars
    Regards
    Ryan
    Pentalogic Technology - Web Parts for Microsoft SharePoint
    www.pentalogic.net

  • Updation of SO Confirmed Delivery date based on GR date for BANC parts

    Dear All,
    Would appreciate an answer on the following issue:
    For Back to back/Indiv Purchase Order parts(BANC) the confirmed delivery date in the SO is updated based on the Order Acknowledgement date sent by the vendor for the corresponding PO generated for the SO. If the the vendor happens to deliver the parts in advance of the OA date(it happens quite often), the parts wait in stores till the confirmed delivery date is reached on the SO even thugh the original requested date on the Sales order is long past. If there is an order acknowledgement date in the system, at the time of GR, a warning message comes, but as our system is a high volume systme it is not possible to update the date in SO manually. Is there a way we can update the confirmed delivery date in the SO based on the Goods receipt date automaticall through config or a batch job?
    Thanks
    Suman

    Dspsac,
    Delivery date can be any date.  For instance, if your customer insisted on a Sunday delivery, you would accommodate him, regardless of any calendar.
    From the delivery date, the system counts backwards USING THE FACTORY CALENDAR ASSIGNED TO THE ROUTE by the number of days in the route.  You have to consult the FC assigned to your Route to determine if the GI date has been properly calculated.
    From the GI date, the system counts backward Pick/pack time, using the shipping point calendar, to arrive at Material availability date.
    Calculations are explained in SAP online help
    [Transportation and Delivery Scheduling|http://help.sap.com/erp2005_ehp_04/helpdata/EN/dd/5607e7545a11d1a7020000e829fd11/frameset.htm]
    Regards,
    DB49

  • Assigned a QoS profile based on client identity

    A client can be assigned a QoS profile based on its identity, through AAA, but how?

    You need a RADIUS server.
    Make sure the AAA override is enabled on the WLAN then try to use the folloiwng RADIUS attribute on the RADIUS server:
    RADIUS-Cisco Airespace -> Airespace-QOS-Level
    return the value of the QOS level in this attribute to the usres based on their identity.
    HTH
    Amjad
    p.s: never tried the above. so tell us if it worked correctly with you.
    Rating useful replies is more useful than saying "Thank you"

  • How can i define in which transaction i come to this include!

    hi sap experts.
    i write this code in include ZXQEVU10 :
        CALL FUNCTION 'QAST_PROCESS_ACTIVITY'
             EXPORTING
    *             I_DIALOG             = 'X'
                  I_OBJNR              = I_QALS-OBJNR
                  I_VORGANG            = 'QM68'
             EXCEPTIONS
                  NOT_ALLOWED          = 1
                  ACTIVITY_NOT_ALLOWED = 2
                  OTHERS               = 3.
        E_EXIT_ACTIVE = 'X'.
    but i want this code execute just when im in qa12 or qa14, but know it done in qa11 too, how can i control it?
    how can i define the transaction that come to this.
    thanks for your help.

    Hello Mahdieh ,
    Please check for sy-tcode value.
    You can try like below
    If sy-tcode = 'QA12' or 'QA14'.
    CALL FUNCTION 'QAST_PROCESS_ACTIVITY'
             EXPORTING
    *             I_DIALOG             = 'X'
                  I_OBJNR              = I_QALS-OBJNR
                  I_VORGANG            = 'QM68'
             EXCEPTIONS
                  NOT_ALLOWED          = 1
                  ACTIVITY_NOT_ALLOWED = 2
                  OTHERS               = 3.
        E_EXIT_ACTIVE = 'X'.
    endif.
    thanks

  • Want to setup supervisor based security profile in comp workbench(critical)

    We are trying to setup a security profile based on supervisor hierarchy for the cwb switch manager function but that is
    not seems to work.
    we want HR managers to switch to any managers within thier security profile to allocate compensation on behalf of managers .But the HR
    managers should have exactly the same access as the managers they are switching
    to for this reason i have created some custom responsibilities and assigned it
    to HR managers with the securtiy profile setup but i might be making a mistake
    in creating a security profile that doesnt seem to work .
    please help me on this issue because this issue is of a very high importance to us.

    We are trying to setup a security profile based on supervisor hierarchy for the cwb switch manager function but that is
    not seems to work.
    we want HR managers to switch to any managers within thier security profile to allocate compensation on behalf of managers .But the HR
    managers should have exactly the same access as the managers they are switching
    to for this reason i have created some custom responsibilities and assigned it
    to HR managers with the securtiy profile setup but i might be making a mistake
    in creating a security profile that doesnt seem to work .
    please help me on this issue because this issue is of a very high importance to us.

  • Can the iPhone have settings profiles?  I want the settings of what apps are using the "call home" automatically set based on my location or the time of day.  Is this possible?

    Can the iPhone have settings profiles?  I want the settings of what apps are using the "call home" automatically set based on my location or the time of day.  Is this possible?  Of course the GPS location feature will need to be on in order for this to work.  But the idea here would be to optimize battery life by disabling the 'call home' requests of apps.  The settings profile should also support downloads as I would like to download and allow it when I am on WiFi but not so much when I am using my cellular data.

    No, this is not possible as the sandboxed nature of iOS would not allow any app to modify another app like that. Such a feature would have to be enabled by Apple as a part of iOS itself. You can submit feedback to Apple about the idea if you wish to.
    https://www.apple.com/feedback/

  • Ucm: displaying some fields on a profile based on a workflow step

    Hi,
    Is it possible to hide/display some standard/custom metadata fields on a profile based on a workflow step/
    e.g. I am having a workflow with 3 steps
    1. manager step
    2. specialist step
    3. reviewer step
    On the 3 step, a reviewer can decide calling an adhoc workflow if he updates some custom metadata fields(adhoc rev1, adhoc rev2). My requirement: Is it possible to show the custom metadata fields only to reviewer on updating the content item. It should not get displayed while checkin the content item or any other step users update the content item.
    thanks

    I had a similar question some times ago - see this thread: Value of dpAction
    Yes, you can do it, but you will have to define rule activation conditions properly - using dpAction and dWfCurrentStepID.

Maybe you are looking for

  • With what cable do I connect my mac to a tv (both last generation)?

    I don't see a HDMI or display port..  Both image and audio please. Thanks

  • Implemention of IFRS on New G/L

    Hello, We are planning to implement IFRS with New G/L. what would be the guidelines to do it? I was reading that recommendation is: 1. Migration of New G/L 2. Implementation of IFRS (why?) Can I migrate previous fiscal year to make a comparation with

  • Update feature and upgrades for 2011 macbook pro Help!!

    if i use the update feature does that update my entire computer bios and all? is there any reason to manually download anything? i have a early 11 macbook pro with all the new software and latest running system. if anybody knows of any upgrades that

  • INV.MTL_ONHAND_QUANTITIES

    This is an Oracle Apps specific question. I am not sure if this is the right forum. I need to move some inventory from one location to another in the mtl_onhand_quantities table. I belive that I should be using the mtl_transactions_interface to do so

  • Best way to backup 30gb library to disk

    Hey guys, What is the best way to backup a 30gb library to disc? I'd like to burn my library to dvd's and store away from my house. Wasn't sure if you just create an album and burn to disc or what? Thanks in advance!