cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic action-

Former Member
0 Kudos

Hi All,

In a scenario, the probation period is activated by the below dynamic action whenever IT0016 is saved. Now the requirement is to remove probation period from the action 'change within country' for which a dynamic action is created . Action is run always when IT0016 is saved and the probation period is not zero.

So to this dynamic action we should add condition that it is only run when the action is Hire, Hire Temporary or Rehire.

16 PRBZT 4 170 * INSERT PROBATION DATE IN 0019 WHEN ACTION IS RUN *

16 PRBZT 4 175P T001P-MOLGA='20'

16 PRBZT 4 180P PO0016-PRBZT<>0

16 PRZBT 4 185I INS, 19,02

thanks.

meera.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Meera,

Try with this and let me know.

0016 PRBZT 4 170 * INSERT PROBATION DATE IN 0019 WHEN ACTION IS RUN *

0016 PRBZT 4 175 P T001P-MOLGA='20'

0016 PRBZT 4 180 P PSPAR-MASSN=u2019Z1u2019

0016 PRBZT 4 185 P PSPAR-MASSN=u2019Z2u2019

0016 PRBZT 4 190 P PSPAR-MASSN=u2018Z3u2019

Where Z1, Z2 and Z3 are Hire, Hire Temporary and rehire respectively.

Regards,

Srinivas.

Former Member
0 Kudos

Hi Meera,

Check the condition for Action type with P P0000 - MASSN = " " after the country grouping checking with /x.

Good Luck.

Om.