cancel
Showing results for 
Search instead for 
Did you mean: 

Process Chain from a Web Template

Former Member
0 Kudos

Hi,

I am trying to create a Web Template that will start a process chain.

I have used the wizard to generate the java script, but it is not working in IE7.

Has anyone else created a Web Template to run a process chain?

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member184494
Active Contributor
0 Kudos

Or you could use a Web Dynpro if you are not ABAP OO Challenged like me ....

former_member182470
Active Contributor
0 Kudos

Hi David,

Please follow the steps:------

Step 1: Create BSP Application

Step 2: Create a layout Page(PC_REMOTE, Result_failure, Result_success and Result_running)

Step 3: Define the BSP application logic in Event Handler Tab(ABAP Coding)

Step 4: Define iview of type BSP Application

Regards,

Suman

former_member184494
Active Contributor
0 Kudos

You could use many methods to do this....

1. Use a BSP page to trigger the Process chain.

Here have a BSp Page with the parameters as the process chain technical name and then have a link on your web template which will execute this link with the parameter and the process chain should get executed

2. Remote enable the process chain start function module and then call it as a web service within your web template and pass the parameters for the process chain in the template.

I am not sure of a pure javascript way to do this though....

Other exotic options include...

Using Portal eventig using JCO perhaps ..?

Java Web Dynpro

ABAP Web Dynpro

Edited by: Arun Varadarajan on Jul 5, 2011 10:47 AM