cancel
Showing results for 
Search instead for 
Did you mean: 

Personnel Number should be locked by during Hiring action

former_member216910
Participant
0 Kudos

Dear Experts,

Our client requirement is while hiring an employee in PA40 (1A Action type), personnel number should be locked in infotype 0003.

Could you be help me how to achieve this.

Regards,

P.Lakshmanaperumal

former_member216910
Participant
0 Kudos

Dear Experts,

I have written this below dynamic action, but it is not working.

Can any one help me..

0000 6 421 P PSPAR-TCLAS='A'

0000 6 422 P T001P-MOLGA='40'

0000 6 423 P P0000-MASSN='1A'

0000 6 424 P P0000-STAT2='3'

0000 6 425 I MOD,0003/D

00006 426 W P0003-ABRSP='X'

Regards,

P.Lakshmanaperumal

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member216910
Participant
0 Kudos

Dear Experts,

Anyone can help me for this, its very urgent requirement to close.

Regards,

P.Lakshmanaperumal

simonyousaf24
Explorer
0 Kudos

Dear Trong Minh (Woody) Nguyen Sir,

I need your help for pcr and schema. I have created a thread, please go through the link and guide me.

https://answers.sap.com/questions/38181/time-schema.html

Regards,
Muhammad Ali

former_member216910
Participant
0 Kudos

Dear Trong,

I tried what you suggested, but still it is not working for me.

Regards,

P.Lakshmanaperumal

seg_hr_it
Active Contributor
0 Kudos

Don't put to much conditions.

First do the simplest: only update IT0003 to lock payroll w/o any condition. E.g

0000 6 425 I MOD,0003/D

00006 426 W P0003-ABRSP='X'

=> Test to make sure it works.

After that check action type then update IT0003

0000 6 423 P PSPAR-MASSN='1A'

0000 6 425 I MOD,0003/D

00006 426 W P0003-ABRSP='X'

=> Test to make sure it works.

Then add more conditions later. Do from the easiest then increase the difficulty after successfully the previous steps. Good luck

seg_hr_it
Active Contributor
0 Kudos

FYI

I just try simple ones in my system as below and it works 😄

0000 06 900 P T001P-MOLGA='25'
0000 06 905 P PSPAR-MASSN='23'
0000 06 910 I MOD,0003,,,,/D
0000 06 915 W P0003-ABRSP='X'

seg_hr_it
Active Contributor
0 Kudos

Instead of using table P0000, try with table PSPAR.

and MOD,0003,,,,/D

Then it should fix your issue. Refer this document if any:

https://wiki.scn.sap.com/wiki/display/ERPHCM/Decision+re-run+or+start+Date+for+PT60

Thanks.

former_member216910
Participant
0 Kudos

Dear Experts,

Anyone can help me to solve the above query.

Regards,

P.Lakshmanaperumal