Recording Increment and Percentage Increase for salary changes

Hi,
I am undertaking a large HR/Payroll implementation and one of the requirements is to record in SAP the following fields for any salary changes:
- Absolute Increment - monetary value of an increase
- Percentage Increase
I was hoping it would just be sufficient for us to create a bespoke report for this information, however the customer is insistent that they want to record this for each individual.
Any ideas where this could be stored? I was thinking perhaps of setting up two non-paying WTs in IT15 to record these.
Thanks
Hannah

Hi,
I am undertaking a large HR/Payroll implementation and one of the requirements is to record in SAP the following fields for any salary changes:
- Absolute Increment - monetary value of an increase
- Percentage Increase
I was hoping it would just be sufficient for us to create a bespoke report for this information, however the customer is insistent that they want to record this for each individual.
Any ideas where this could be stored? I was thinking perhaps of setting up two non-paying WTs in IT15 to record these.
Thanks
Hannah

Similar Messages

  • Workflow for salary changes

    Dear All,
    Do we have workflow process for element entry changes?
    Regards
    Stalin G

    Hi Stalin,
    Element entries cannot be entered/updated by employees, so there's no WF on entries.
    But there is one for Salary change(based on Salary basis).
    Cheers,
    Vignesh

  • HCM Proceses and From - Ad-Hoc Salary Change Issue

    Hi Experts,
    In HRASR_DT Tcode  i have created a Z process for slaary change. I am saving a new salary for a empolyee in portal, it is saving the salary in infotype 8 correctly. But when im Reveiwing the form from Portal, it is showing salary with increased amount with some decimal point.
    For Example -->
    if i save a new salary as 97000.00 USD. it  saves correctly (97000.00 ) in pa0008-ANSAL.
    But when i am trying to review the form it shows salary as 97000.12 USD.
    Please provide some way to correct it . Thanks in advance.
    Thanks and Regards..
    Priyank Dixit

    Hi Priyank,
    Check Adobeform Field Attributes of ANSAL.
    Pradeep.

  • Problem while looping through record set and tem table for matching data

    hi I am using one record set and ane temp table and looping through both to find the match between dates.
    If date matches then it shud do some processing otherwise it will return default values(null values).
    FOR i IN student_rec .FIRST..student_rec .LAST          /*student_rec.school_date has 01-MAR-2012,02-MAR-2012,03-MAR-2012,04-MAR-2012,05-MAR-2012*/
    LOOP
    l_return_out.school_date := student_rec(i).school_date;
    l_return_out.marks_obtained := student_rec(i).marks_obtained;
    FOR i IN selected_dates .FIRST..selected_dates .LAST          /*selected_dates has 02-MAR-2012,03-MAR-2012,05-MAR-2012*/
    LOOP
    DBMS_OUTPUT.PUT_LINE(selected_dates(i));
    IF selected_dates(i)=student_rec(i).sett_date
    THEN
    EXIT;
    end if;
         ---------call procedure P1
    -----------get output as ret_val1               /*getting ret_val1 as 10 for 02-MAR-2012,03-MAR-2012,05-MAR-2012 */
         ----------call procedure P2
    ---------get ouput as ret_val2               /*getting ret_val1 as 20 for 02-MAR-2012,03-MAR-2012,05-MAR-2012 */
    if ret_val1>0 0r ret_val2>0
    then
    l_return_out.has_csts := yes;
    l_return_out.cst_present := 10;
    l_return_out.cst_absent := 20;
    else
    l_return_out.has_csts :=No;
    l_return_out.cst_present:= 0;
    l_return_out.cst_absent := 0;
    end if;
    end loop;
    l_return_out.has_cst := student_rec(i).has_csts;
    l_return_out.cst_missing := student_rec(i).cst_present;
    l_return_out.cst_existing := student_rec(i).cst_absent;
    PIPE ROW(l_return_out);
    END LOOP;
    RETURN ;
    I am expecting this as result
    school_date     marks_obtained     has_csts     cst_present cst_absent
    01-MAR-2012     20          
    02-MAR-2012     30          yes 10          20
    03-MAR-2012     40           yes 10          20
    04-MAR-2012     70          
    05-MAR-2012     60          yes 10          20
    but this as result
    school_date     marks_obtained     has_csts     cst_present cst_absent
    01-MAR-2012     20          
    02-MAR-2012     30          
    03-MAR-2012     40           
    04-MAR-2012     70          
    05-MAR-2012     60          
    Can anybody please highlight the mistake i am doing while processing the logic??
    Edited by: 942390 on Jul 13, 2012 8:44 PM
    Edited by: 942390 on Jul 13, 2012 8:45 PM

    I am getting a set values from a record set....student_rec
    and on pipelining this record set from 1st till last
    i am getting this
    school_date     marks_obtained     has_csts     cst_present cst_absent
    01-MAR-2012     20          
    02-MAR-2012     30          
    03-MAR-2012     40           
    04-MAR-2012     70          
    05-MAR-2012     60     
    so initially has_csts, cst_present and cst_absent is null for all dates.
    now have a temp table of selected_dates(which contains these dates 02-MAR-2012,03-MAR-2012,05-MAR-2012)
    now I am want to populate has_csts, cst_present and cst_absent with data only for those dates which is present in selected_dates temp table(02-MAR-2012,03-MAR-2012,05-MAR-2012) and that too has_csts, cst_present and cst_absent will be populated with some condition (based on the values from procedure got from P1 and P2).
    so want result set to look like
    school_date     marks_obtained     has_csts     cst_present cst_absent
    01-MAR-2012     20          
    02-MAR-2012     30          yes 10          20
    03-MAR-2012     40           yes 10          20
    04-MAR-2012     70          
    05-MAR-2012     60          yes 10          20
    so what could be the possible solution to obtained this....

  • Process Chains and Process Types for ODS Change logs

    We have created and used process chains to manage a large amount of our batch processing.   I am looking to convert our batch process of deleting data from ODS change logs into a process chain.   I have been unable to find a process type that will allow us to do this.
    Any thoughts?

    Hi Lisa,
       You can use Process "Deleting Requests from the PSA" for deleting PSA and change log data.
    Since the change log is also stored as a PSA table, you can also use this function to delete change log
    records. You can find additional information under Deleting from the Change Log.
    More info:
    Deleting Requests from the PSA
    http://help.sap.com/saphelp_nw04/helpdata/en/b0/078f3b0e8d4762e10000000a11402f/content.htm
    Deleting from the Change Log
    http://help.sap.com/saphelp_nw04/helpdata/en/6d/1fd53be617d524e10000000a11402f/content.htm
    Hope it Helps
    Srini

  • How do I make ff4 update all currently open browsers when I move tabs around? It used to be automatic. Now I have to close all my brosers and reopen them for the change to take effect.

    How can I make FF4 update all currently open browsers when I move tabs in 1 browser. The change used to be auto and applied to all open browsers last time. Now I need to close every open browser and reopen for the effect to take over.

    I use that add-on. Works great.

  • How to use auto-increment and search option for MS Access DB

    Dear All,
               I have configured our invoice in Adobe Livecycle and connected it to MS Acess 2007 as per http://forms.stefcameron.com/2006/09/18/connecting-a-form-to-a-database/.
    All is working fine, I can insert, retrieve data from DB to invoice and vice versa.
    Now I want few things to be implemented on our invoice.
    When ever I open our invoice, it populate the first entry from DB, Is it possible to populate the last entry ?
    Auto increment invoice number from MS Access DB every time we open our invoice after save.
    How to implement search option from DB for invoice number ?
    Please let me know if someone can provide me help on my scenario, so that I can share more stuff related to invoice and DB.
    Look forward to hearing soon from experts and other team members.
    Thanks & Regards
    Riyad...

    As far as I know there is not any auto increment data type in Oracle. Instead of this you should create a sequence and get the next value of the sequence while creating a row in your table.
    CREATE SEQUENCE Test_Sequence ;
    CREATE TABLE Test_Table ( Id NUMBER , Foo VARCHAR2(4) ) ;
    ALTER TABLE Test_Table ADD CONSTRAINT Test_Table_PK_Id PRIMARY KEY ( Id ) ;
    INSERT INTO Test_Table ( Id , Information ) VALUES ( Test_Sequence.NEXTVAL , 'FOO' ) ;

  • Headphones stop working after a certain time and the notification for sound change has disappeared

    HP Pavilion dv6-6176sa
    Win7 64bit.
    I have a Pavilion dv6, and occasionally no sound will go through headphones when the jack is plugged in. The headphones themselves are not at fault, they are brand new and work fine.
    When the headphones are plugged in, the sound will only go through the laptop speakers. I've tried updating the drivers, fiddling with the jack and socket (as I read on google), the only resolution I have found is to restart the comp, which is a bit of a pisstake in all fairness and I'd rather not do that every time it happens.
    5 minutes ago I was watching a TV show, listening through the headphones, when I pulled out my USB mouse (and accidentally the charger with it). The sound then switched from the headphones to the speaker.
    If I open the sound settings, it will display the headphones as being plugged in, but the sound indicator bar (thingy) will only rise and fall on the speaker icon bar.
    Currently I have the audio jack pulled out about a centimetre, this allows sound through the headphones, but the sound is noticeably different to what it should be.
    I had rolled it back to "High Definition Audio Device", then reinstalled it to the most current driver. This hasn't fixed it.
    Also, this may be a related issue: (I guess) around the same time, the beats audio notification that pops up on screen when the volume is changed  has disappeared and doesn't display when the volume has changed.
    In microsoft sound control panel, it has the default speakers and the headphone logo, when i plug in the jack, a green phone circle thing appears by the headphone option, meaning it works i guess. However, the description changes from "ready" to "default communications device" and nothing changes for the regular speaker device.
    When I go to >configure, and test each (L/R) speaker, if the headphones are plugged in, the noise is louder then when they're not plugged it
    But yeah, brand new headphones, brand new laptop, it's mad. What's madder is that the headphones will work for x amount of time, then stop working when I next try to use them...

    bump...

  • Reg: mail need to be trigger for salary change

    Hi gurus,
    I have one requirement.
    If any one does the changes in salary I mean in infotype 0008 then one mail need to be trigger.
    Can any one tell me the procedure how to do this requirement?
    Regards
    Ramesh

    HI Soumya,
    Thank you very much .
    I have found one BOR for this workflow
    BOR name  : BSAICPAY
    if any changes happen in infotype 0008 then changes event will tiger in this bor.
    I completed this requirement trough simple workflow
    Thank you all
    Thank you for your support
    Regards
    RameshG

  • How can I record reading and spelling ages for my pupils?

    Hello!
    I am trying to do quite a simple task in numbers but it is proving very difficult.  I am a special needs teacher who is new to IWorks and I wan to record my students' spelling and reading results as ages in years and months e.g. 8 yrs 11 months.  I cannot find a format to do this.  Once I am able to do this, I then want to be able to subtract their readng age from the previous year from their current reading age to see how much progress they have made in months.  I have found the duration formatting that allows you to record things in weeks and days, but nothing to record data in years and months.  If anyone is able to help, I'd greatly appreciate it.
    Thanks
    Tara

    The brute force approach would be to explicitly list the Yr and Mo in separate columns. The improvement calculation would be done on the Yr and Mo columns using an if statement to handle the arithmetic for the 1 year = 12 months complication.  The following figure shows an example showing the equations for F2 and G2.
    You could also do the improvement calculation by converting everything to months... but then you would have to separate the answer back into Yrs and Mos using the INT and MOD functions.
    One thing... I have not checked the equations to see if they work correctly for a student who has regressed to a lower reading level.

  • MuVo N200: recording fidelity and bit-rate for podcasts

    Hi,
    My plan is to use my MuVo N200 for recording podcasts--I'm wondering what the fidelity and bit rate is for the line-in recording capability.
    Is it 64k bps? Something else?
    Any one else using the line in?
    Thanks,
    Larry

    See here.

  • Can I get a time and percentage guide for rendering?

    This seems like a silly point to raise, but one of the things I am missing most with the new FCP is the box that would appear giving you a percentage of render completed and an estimate of the time left for it to finish. Is there a box I can tick somewhere to have this with FCPX or do I have to put up with the disappearing orange line?
    I found it really useful knowing how much time I had left for a render, its annoying me having to guess how quickly the orange line is disappearing! If so, I hope Apple include this in an update soon, its the little things that ruin the user experience...

    In the centre of the toolbar there is a circular indicator which goes around while background tasks are going on.
    Click this and a window will open with progress bars showing render status.
    Usually there's a disclosure triangle you can twirl for even more detailed info about the individual background tasks.
    However.
    If you are using ProRes 422 or other codec which you can deit natively (such as XDCAM EX) you can turn off background rendering (in preferences) as you can play back your footage without rendering - unless you've added effects etc, in which case you will need to render to see the effect.
    Andy

  • Profits for staff/wallstreet/ and price increase for us

    Adobe Shares held up by The Equity insentive Plan
    The plan is ubber cleaver to offer shares to the staff and reduce or eliminate any doubt form staff about the plan. Now as an investor your shares are now diluted by adding in 17.5 million at market price.
    From Adobe Forums
    Why is that the Adobe Staff is pushing so hard we all get on the cloud. Here ya go Swing over to Yahoo and see that The baord voted to reinstate the 2003 Equity Incentive plan.
    Equity Incentive is stock options that incease the amount of shares to by 17.5 mil so at a 45 dollar a share price we are talking about 18x45 810 milion on stock. I think the employes should get paid well. For sure but as for the cloud it is a profit beast set up to get 2x or 3x more money out of you a year.
    http://biz.yahoo.com/e/130412/adbe8-k.html
    The plan with the cloud is to "Funnel" you into the free or promo price then the price goes up.
    Adobe said its Creative Cloud exceeded 500,000 paid individual members and free and trial memberships exceeded 2 million, which the company said could lead to more paid membership.
    The company said it added about 153,000 net paid subscriptions during the first quarter and that it expects to reach 1.25 million paid subscriptions by the end of this year.
    A Win Win for everyone the share holders see high earnings the staff see some stock options. The only looser is you the consumer. Sorry Adobe be truthfull with us without us you do not thrive!
    upon reading this and the confrence call I had an AHAAA moment as to Why they cloud is the only option from the mouth of anyone working at ADOBE
    Do yourselves a favor get off the cloud let Adobe come back down to earth. Watch the stock drop. Then upgrade as normal next year if you do there will an Adobe to buy from in ten years if not they may go away. If you own the stock sell ASAP the insiders are!
    http://finance.yahoo.com/q/it?s=ADBE+Insider+Transactions
    also note how much naryeen sells over 1mil shares this year
    http://biz.yahoo.com/t/08/4204.html

    This is an open forum... Adobe does not discuss product plans in open forums

  • Records missed from DELTA for which changes made only in enhanced fields

    Dear Friends,
    I have enhanced a feild in standard extractor 0UCINSTALLAH_ATTR_2 by adding a z-field in append structure and writing corresponding code in customer exit. In RSA3 also I'm able to see the data getting reflected for enhanced z-fields but when I'm pulling delta those records are not getting extracted for which changes have been made only in Z-FIELDS in R/3 side.
    i.e. if I do not make any changes in std fields of the std. extractor and only change z-fields this record is missed from delta data pulled. Please help urgently.
    Regards,
    Amit Srivastava

    Hi ,
    Some times it happens that the system is not able to capture the delta based on the changes made to the Z - fields :
    You can think of the following options :
    1. You can write a code in the user exit for this thing so that the changes are captured(Not sure how it is done, however had read that it is possible. You may have to explore the same)
    2. Try to change any of the standard fields used for delta along with the custom fields so that the changes get captured.
    3. Extract a full load instead of a delta load. This may depend on various parameters
    I hope you have already checked the extraction.
    Hope the above points help.
    Regards,
    Adarsh Mhatre

  • R12.1.3:  Post/Request Comments for the Change Order/Change Request API

    Hi Gurus,
    R12.1.3 Release , Products : ENG / EGO
    Basically Change management business events represent an activity or task that can be extended or customized.
    From the user interface we can review and track the Action Log for any Change Management/Change Request , basically the workflow status , further user can manually post or request the comments for any ECO
    Is there any PL/SQL Public API for posting and request comments for any Change Request , Change Order tracking .
    Thanks,

    Hi Gurus,
    R12.1.3 Release , Products : ENG / EGO
    Basically Change management business events represent an activity or task that can be extended or customized.
    From the user interface we can review and track the Action Log for any Change Management/Change Request , basically the workflow status , further user can manually post or request the comments for any ECO
    Is there any PL/SQL Public API for posting and request comments for any Change Request , Change Order tracking .
    Thanks,

Maybe you are looking for

  • How do I load music on a new ipod without using itunes?

    I am having tons of problems with getting itunes to pull up on my computer. I believe that my computer has a pretty nasty virus in it and it is causing problems with many of my programs (internet explorer, norton, and other programs). I am having my

  • Regarding send step in bpm--"send context"

    i want to use the send step in my bpm with send context. The send context is a freely definable string, which you specify in the send step. You query the send context in a condition in the receiver determination in the Integration Directory. You must

  • Authorizations BW: Show only data authorized instead of authorization popup

    Hello World! I am having troubles setting up authorizations in BW queries: Some users only have authorizations for seeing some 0salesorg at roles, but when they execute a query, instead of showing only data related to their sales organization a popup

  • Finding missing components between two tables

    If I had a table named package_part which has several columns: Site Parent Sequence Child Qty_per_assembly Contents eg: WH1, 123, 1, A, 1 WH1, 123, 2, B, 2 WH1, 123, 3, C, 1 WH2, 123, 1, A, 1 WH2, 123, 2, C, 1 WH2, 123, 3, E, 3 I want to report packa

  • Tiling WMs problems

    dwm: I downloaded source from the official site, unpacked it, installed (make, make install clean) and everything worked. However, when i altered config.h, it compiled nicely, but changes wouldn't appear (terminal shortcut, etc). wmii: I guess this i