cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic action and quota delimit

Former Member
0 Kudos

Hi

Can anyone share the process required to delimit the quotas on 2006 when an employee transfer is done - through a dynamic action.

Also, I can kick it off with an Action, but how do I indicate only if the eegroup changes from x to y?

Thanks in advance...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

write like this in dynamic actions to check if Employee group is changed or not -

0001 PERSG P PSAVE-PERSG<>P0001-PERSG.

0001 PERSG I MOD,2006,,,(P0001-BEGDA),(P0001-ENDDA).

Change it accordingly.

Former Member
0 Kudos

I have the exact same scenario but I need to reset the deduction to field in infotype 2006. When an employee changes to another sub-group, he is no longer eligible for the quota.

So how can the P2006-DEEND field be set to P0001-BEGDA -1 without calling functions?

Is there a way to do date operations (+, -) in dynamic actions? I saw the following example in the help documentation for infotype 19, which allow adding days, weeks, years etc.

W P0019-TERMN=P0028-BEGDA

W P0019-VTRAN='1' number

W P0019-VTRZH='013' time unif from table T538T

W P0019-VTROP='+

I would presume since it is an example, the same code should be applicable for all infotypes. but that does not seem to be case and does not work for infotype 2006.