Requirement : Need a Dynamic action for copy creating the IT0655 when the Hire(01), Rehire(05) and Historical Rehire(50) actions are run. This infotype should get created dynamically at the backend when the above actions are run for hiring employees into emp groups 1 & 3 and with payroll areas A1 & A2.
Below is the dynamic action i configured for IT0001. Does that suffice? the "/X" that I used is for OR condition. I am not sure on how to set up the AND condition between the Emp group and the Payroll areas. Could someone help me in this regard..??
S.No IType STy Field N FC No S Variable function part
1 0001 06 95 P T001P-MOLGA='10'
2 0001 06 98 P P0000-MASSN='01'/X
3 0001 06 100 P P0000-MASSN='05'/X
4 0001 06 102 P P0000-MASSN='50'/X
5 0001 06 104 P P0001-PERSG='1'/X
6 0001 06 106 P P0001-PERSG='3'/X
7 0001 06 110 P P0001-ABKRS='A1'/X
8 0001 06 112 P P0001-ABKRS='A2'/X
9 0001 06 116 I INS,0655,,,(P0000-BEGDA),(P0000-ENDDA)