cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic action Infotype 0041 question

Former Member
0 Kudos

Try to update the dynamic action to remove the "last day worked" date type and date in infotype 0041 record when the rehire action is executed in infotype 0000. The question is how to determine which field, DAR01 thru DAR12, stored the last day worked info since it can be different depending upon how many dates stored in the record for the employee. When I entered the lines below, it wiped out the last day paid info as well. Thanks for the help.

0000 06 111 P PSPAR-MASSN='AD'/X

0000 06 112 P PSPAR-MASSN='AM'/X

0000 06 113 I MOD,0041/D

0000 06 114 P P0041-DAR05='10'

0000 06 115 W P0041-DAT05=SPACE

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

With dymanic actions there is an option to program instead of passing parameters.

have a look at IT 0000 MASSN Seq No 17

Step = F

Var Func part = RETRDATE(HVECTER1)

This enables you to pass data through to a program and maniplate the data.

In program HVECTER1 you will find the form RETRDATE.

Cheers

Former Member
0 Kudos

Hi, thanks for the information. Unfortunately I am not a ABAP guru and couldn't figure out how this routine can help me in resolving the issue. I might check with my ABAP support person to see if they can help me to understand the solution provided. Thanks again.