cancel
Showing results for 
Search instead for 
Did you mean: 

Initiate GP process from ESS "Life and work events".

Former Member
0 Kudos

Hi All

I have implemented ESS Life and work events and I created the Guided Procedure for “My First Days” But how do I link the Guided procedure with the Life and work events “My First days” in other words if an employee clicks on the ESS link “My first days” how do I initiate the correct GP process?

Very kind regards

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member4529
Active Contributor
0 Kudos

Hi,

Please refer this blog for more details on how to link a GP process from portal iview:

<a href="/people/dipankar.saha3/blog/2007/03/02/how-to-present-your-gp-processes-to-the-end-user">SAP Network Blog: How To Present Your GP Processes To The End User</a>

Thanks,

Dipankar

Former Member
0 Kudos

Hi,

I don't know which solution will be the best in your case and I wouldn't want to go into implementation details because of this, but here are the possible options for initiating a process:

- Using the relevant Web service

<a href="http://help.sap.com/saphelp_nw70/helpdata/en/44/58f9cc0d95311ce10000000a155369/frameset.htm">Consuming the GPProcessDiscovery Web Services</a>

- Using the GP API

<a href="http://help.sap.com/saphelp_nw70/helpdata/en/43/fcdf77fc6510b3e10000000a11466f/frameset.htm">Starting and Terminating Processes Using the GP API</a>

In both cases, you should supply necessary information about the process, e.g. process template id, roles and input parameters...

HTH:)

Regards, Petja