Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module to change employee's entry date

Former Member
0 Kudos
462

Is there a function module to change the employee's entry/hire date?

I just know in the menu of transactio PA30, there are a 'Utilities' and I can change there, but since I need to implement into an ABAP program, so I need a function module to handle this.

Appreciate your suggestion and opinion. Thanks.

5 REPLIES 5

former_member188685
Active Contributor
0 Kudos
183

Hi,

Check the FM.

HRMGE_OS_OVRVW_CHANGE_DATE

Regards

vijay

Former Member
0 Kudos
183

Hi Vijay,

I've tried the FM that you mentioned. But when I tried in SE37, and I execute the FM, it give me short dump screen.

Can you explain to me actually what this FM do? Because when I check the description, it's actually 'Overview offer letter: change date'. I not quite sure is this can change the employee's hire date or not as the parameter does not request any employee number.

Former Member
0 Kudos
183

HI,

Try RP_HIRE_FIRE, if helps reward points.

Regards

0 Kudos
183

Hi,

This FM RP_HIRE_FIRE is just used to get the employee's hire and fire date only.

I need is to change the employee's hire/entry date.

Do you have other solution? Thanks.

0 Kudos
183

Did you find anything?