cancel
Showing results for 
Search instead for 
Did you mean: 

Query related to Personnel Actions

Former Member
0 Kudos

Good morning,

I have a set of personnel actions like A1 to A10. I need to make A3, A4 and A8 actions interlinked. Means when I run A3 action, as a subsequent action A4 & A8 need to be run. I need to make A4 not to appear on PA40 screen too. Please suggest in this regard.

Regards,

Rahul

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Create a dynamic action for the scenario explained by you.

That is a regular process in dynamic action.

R K

Former Member
0 Kudos

Hi,

Try dynamic actions.

ie: Insert Actions 0000 with action type A4 at the end infogroup in the first action A3.

follow the same process for A4,A8

sikindar_a
Active Contributor
0 Kudos

Nancy that was indeed a good option.I hope ur name is Nancy or Nachinappa

Latha check V_529A_B also might be useful

Edited by: Sikindar on Feb 17, 2009 11:28 AM

Former Member
0 Kudos

I'm Nachy...

Say 0002 is the last infotype in A3 then

write this code in.

T588Z

0002 00 1 P P0000-MASSN='A3'

0002 00 2 I INS,0000,,,(P0000-BEGDA),(P0000-ENDDA)

0002 00 10 W P0000-MASSN='A4'

Repeat the process by changing the infotype and actions in the code .

sikindar_a
Active Contributor
0 Kudos

Personnel Actiions are Client Specific Events..........

A group of Infotypes will make Infogroup and that infogroup will be an Action

So, here u want to Run an action A1 where other actions A3 A4 shd Come along with A1 if so............

why cannot u include the Infotypes of A3 , A4 in A1 infogroup in V_T588D

and can i know wht is the reason behind ur requirement