cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic action issue

Former Member
0 Kudos

Hi Experts,

I have below  requirement in dynamic action where i need to write logic in IT0041

there is date type NO - retirement date where retirement date should calculate automatically while doing the hiring process

it has to check the DOB in IT0002 and multiply no of years  and age should be 60 from the DOB the same thing need to be incorporate while doing the hiring process.

please give us solution to write a dynamic action

Regards,

Prasath

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

for this requirement you have to use subroutine using Function Char shd be 'F' in V_T588Z.

here DOB_651 is subroutine name and ZREST_SUB is custom report to fix Retirement date in IT0041,make use of RP50D in report.

Regards,

Narendra

Former Member
0 Kudos

Hi,


Thanks for your reply. Please let me know if ABAP work is required or not

Regards,

Prasad

Former Member
0 Kudos

Hi,

Yes. you need ABAP work to write report for that requirement using subroutine.

Regards,

Narendra

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Prasad,

You can wirte a program which will be running when you run hiring action i have done this works great for me..

what this prog does is that it takes your DOB and adds 60 year and defaults dates in 41.

very easy just need a little abap code

Regards,

Rushikesh_Yeole
Contributor
0 Kudos

You can use user exit ZXPADU02 while saving action info type; write the code to update info type 41 using FM.

you can validate corresponding  action info type details while updating 41 info type.