HR Dynamic Actions to Raise Events

Van der Burg, Jeroen JA SITI-ITPSEE jeroen.vanderburg at shell.com
Wed Jan 8 03:12:07 EST 2003


Rick,
 
I would not consider dynamic actions but go for the more flexible T779X =
route, linking a function module which raises the required event (after =
a number of checks to see if the event needs to be raised; on MASSN and =
sy-uname if I understand your requirements correctly) to infotype 0000 =
inserts.=20
 
Dynamic actions are very old style and quite horrible to maintain =
correctly if you have a large scale implementation; function modules are =
much more flexible, powerful and probably efficient.
 
Although from your mail I do not really understand your problem so this =
may not be the answer you were looking for.=20
 
 
 
Regards,
 
 
Jeroen
 
 
 
 
 
-----Original Message-----
From: Rick Sample [mailto:Rick.Sample at gbe.com]
Sent: 07 January 2003 18:32
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Re: HR Dynamic Actions to Raise Events
 
 
In 4.6c, I have a termination wf. HR wants to make use of some Dynamic
Actions.
I have the BDC code to perform the input of data for screens 1000,
2000.
As I understand on termination, they we would like to inspect the
actions after
they save and determine what type of Dynamic Action to call.
If retired, we call one Dynamic action, if fired, call a different
Dynamic action.
 
I am a bit confused on how to use the T588Z table to determine how to
call the action (infotype)
we would like to display for input. Sounds like a lot of effort for
little ROI. (?)
 
Any WFs to review or code would be greatly appreciated.
 
Thanks!
 
 
-----Original Message-----
From: Van der Burg, Jeroen JA SITI-ITPSEE
[mailto:Jeroen.J.vanderBurg at si.shell.com]
Sent: Friday, February 08, 2002 1:53 AM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Re: HR Dynamic Actions to Raise Events
 
 
Ralph,
 
There are actually a number of ways to do this.
 
If you really need to use HR dynamic actions you can call forms in
custom
programs directly from the dynamic action table (use dynamic action
type F).
Here you can raise the event with custom code without any problems.
Press F1
in the dynamic action maintenance (table T588Z), the functionality is
documented pretty good.
 
Another option you have is using HR event redirection on infotype 0000
(HR
events) using table T779X and a custom function module, which gives you
much
greater flexibility and is the solution I prefer.
 
 
Regards,
 
 
Jeroen
 
 
 
Jeroen van der Burg
Galaxy SAP workflow lead
 
Stichthage building, Koningin Julianaplein 15, 2595 AA, Den Haag,
Postbus
336, 2501 CH, Den Haag, The Netherlands
 
Tel: +31 70 377 7836
Email:
Internet: http://www.shell.com
 


More information about the SAP-WUG mailing list