Friends
I am using the following code to create ESI record in infotype 588 in Dynamic actions and working for a single payroll area.
0001 | 04 | 862 | P | T001P-MOLGA='40' | |
0001 | 04 | 863 | P | PSPAR-MASSN='S1' | |
0001 | 04 | 864 | P | P0001-ABKRS='P3' | |
0001 | 04 | 865 | P | P0001-PERSK='W0' | |
0001 | 04 | 866 | F | GET_DATE(HBRDYNMS) | |
0001 | 04 | 867 | I | INS,0588,0001,,(P0000-BEGDA),(P0000-ENDDA)/D |
My requirement is PERSK is same for various payroll areas, hence don't want to create separate codes.
I am trying to insert multiple payroll areas in line no. 864 with the following code
0001 04 864 P0001-ABKRS = 'P1' OR P0001-ABKRS = 'P3' OR P0001-ABKRS = 'P5'/X
But the record is not getting created.
Pl. help to use multiple payroll area option.
regards
Raghuram R