cancel
Showing results for 
Search instead for 
Did you mean: 

How to trigger GP workflow through ABAP Program.

Former Member
0 Kudos

Hi All.

i have one scnerio , i want to create BOM through Custom Ztransaction that will be developed in ABAP Modulepool.

User will create BOM from this ztransaction through Transactional Iview in PORTAL,Once the user save transaction , i want to trigger a GP(Guided Procedure ) workflow,from ABAP Program.

is it possible to trigger GP workflow?

if yes how to do it , please suggest the way out.

Regards,

Shyam.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I solved it using JAVA Web service.

Former Member
0 Kudos

hi,

use this FM CALL FUNCTION 'SWE_EVENT_CREATE' in you abap program to trgger the EVENT which is used in the transaction is saved by the user (as you mentionedend the Transction is saved ). then it call the workflow which you allredady created .

let meknow if you have any queries.

~linganna

Former Member
0 Kudos

Hi lingana,

As u see in my requriment that, Workflow is not designed within SAP , But the Workflow will be designing

in SAP Netweaver, its a GP Workflow. And Ztransaction(Developed by ABAP) will be seen by user through portal and

he save transaction on PORTAL, In backend ABAP program will run , and after meeting certain condition, it should create

or(Initiate) GP workflow(process).

So my question is , how ABAP Program will call GP workflow, How the connection will be made in between ABAP Code and GP workflow framework.

If any doubt regarding requriment let me know,

Regards,

Shyam.

kesavadas_thekkillath
Active Contributor
0 Kudos

check FM SAP_WAPI_START_WORKFLOW

Check its documentation