cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro starts guided procedure process

Former Member
0 Kudos

Hi,

Is it poossible to start a GP process by clicking a button on an ABAP web dynpro screen ?

If so, how is it done ?

Cheers

James

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The integration between Guided Procedures and Web Dynpro ABAP is pretty light at best. I would think you will would have to take one of the GP APIs and wrap them in a web service that you can call from WDA to trigger the start of a GP:

http://help.sap.com/saphelp_nw70/helpdata/EN/fa/0774413aff5458e10000000a1550b0/frameset.htm

If you are on a new enough release level/support package; it appears that there are already GP web services provided by SAP. You should be able to use these instead:

http://help.sap.com/saphelp_nw70/helpdata/EN/44/44c59fd7c72e84e10000000a155369/frameset.htm

There are also some Remote Enabled Function Modules for GP that were originally created for the BSP/GP integration. They are in the Function Group - GP_PROCESS_RUNTIME. Specially the function module EUP_START_PROCESS or EUP_START_PROCESS_WITH_FIELDS look interesting. However they aren't documented and they aren't released - so they may not be usable. It might be best to stick with the documented Web Service APIs.