Hello.
I'm trying to create some dynamic actions for the transaction PB40. My problem is the following:
- I have created an action called "CV Analysis" and added it to the PB40;
- When I execute that action from the PB40 menu for an applicant, the system asks me to fill the "Status" and the "Reason of Status";
- Then, I go to PB30 and verify that the action (infotype 4000) has been created for that particular applicant;
- Now, I want to automatically add a new record to Infotype 4002 (vacancy assignment) when I execute the action on PB40. The easiest way is to create an Infogroup with the infotype 4002 and associate it to the action. But I want this infotype to be filled automatically every time we save the action mentioned above. To acomplish this I have created the following dynamic action:
4002 06 10 P P4002-STREA='20'
4002 06 11 W P4000-APSTA='1'
4002 06 12 W P4000-STREA='20'
But I can't get this action to work.
Can anyone help me?
Thank you in advance.
Regards,
Ricardo Inácio