cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Action - To Lock the personnel no in IT0003

Former Member
0 Kudos

Hi All,

I have written a dynamic action for a scenario where, whenever there is a change in employment status (inactive-1) through an action (Change in employment status - AE), the personnel no field gets locked from backend. But somehow, its not working.

IT FC No S Variable Func

0000 04 421 P PSPAR-TCLAS='A'

0000 04 422 P T001P-MOLGA='40'

0000 04 423 P P0000-MASSN='AE'

0000 04 424 P P0000-STAT2='01'

0000 06 425 I MOD,0003

0000 06 426 W P0003-ABRSP='X'/D

Pls, guide where is it going wrong. If I remove /D then too screen for IT0003 doesnot get triggered.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Please try the below code.

0000 06 421 P PSPAR-TCLAS='A'

0000 06 422 P T001P-MOLGA='40'

0000 06 423 P P0000-MASSN='AE'

0000 06 424 P P0000-STAT2='1'

0000 06 425 I MOD,0003/D

0000 06 426 W P0003-ABRSP='X'

Hope it will solve your problem.

Thanks,

Vikash

kmoore007
Active Contributor
0 Kudos

I think you are missing some parameters for the infotype. Example below:

MOD,0169,SAV,,(P0169-BEGDA),(P0169-ENDDA),/D

P0169-BCPCT=P0169-EEPCT

Former Member
0 Kudos

Hi Kapil,

I didnt quite get you. What should be that trigger point? Do you mean to specify some field for the second last condition?

Former Member
0 Kudos

Hi,

You have to write the trigring change for infotype 0003 it will not lock the infotype Manually.

Regards,

Kapil