cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic updation in INFOTYPE 0014 when regularization action perform

suresh_kumar90
Active Participant
0 Kudos

Dear Experts,

There is an requirement that whenever an employee getting regularized(means completion of training and become permanent employee) i want an wage type in infotype 0014 to be updated automatically with the regularzation date and end date as 31.12.9999. Even employee is getting regularized from 1st jan'2012 and the regularization action performed on 1st july2012 the retro also should be taken into consideration.

Kindly someone throw idea how to start on this.

Thnks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member274797
Active Participant
0 Kudos

Hi Suresh,

Use the follwoing dynamic action to update IT0014 when regularization action is performed.

STy.     FieldN     FC     No     S     Variable function part

                          04      01     P     PSPAR-TCLAS='A'

                          04      02     P     PSPAR-MASSN='xx'

                          04      03     I      INS,0014,xxxx,,,(P0000-BEGDA),(P0000-ENDDA)

xx in line 2 is the action type for your regularization action.

xxxx in line 3 is the wagetype to be used for Infotype 0014.

Thanks

Sairam Maharaj

suresh_kumar90
Active Participant
0 Kudos

Hi

Thanks for your reply. I have tried what you have suggested but when action for regularization performs dynamic action not appearing hence IT 14 not creating.

As per your advice below things i have tried in IT 0000 as well as in IT 0014

STy.     FieldN     FC     No     S     Variable function part

                          04      01     P     PSPAR-TCLAS='A'

                          04      02     P     PSPAR-MASSN='xx'

                          04      03     I      INS,0014,xxxx,,,(P0000-BEGDA),(P0000-ENDDA)

How to proceed.

former_member274797
Active Participant
0 Kudos

Hi Suresh,

You will have to do this in IT0000 and as I said you should replace 'xx' in the second line with your regularization action type and replace 'xxxx; in the thrid line with the wagetype number for IT14.

Thanks.

Sairam Maharaj