cancel
Showing results for 
Search instead for 
Did you mean: 

Start workflow with BAPI / RFC

Former Member
0 Kudos

HI!

I want to start a workflow in Business workflow by RFC. Are there any BAPI for this that i can use. ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

YOu can make use of the fm: SWE_EVENT_CREATE which is an RFC.

Regards,

Ravi

Former Member
0 Kudos

I need to start a Workflow in Business Workflow out of Guided Procedures. From there i can call a RFC, and this RFC should start the Business Workflow then.I also have to transfer parameters out of the Guided Procedures Process to the Business Workflow Process. Is this possible with this RFC ?

former_member181962
Active Contributor
0 Kudos

OK, let me tell what this RFC enabled FM does.

This RFC , whenever triggered(It can be called in an ABAP program or triggered from an external application) will start a work flow along with the data to the work flow containers .

Regards,

Ravi

Former Member
0 Kudos

Hey Dominik,

Use following FM to start Workflow

<b>SPH_SWW_WI_START_SIMPLE - RFC

SWW_WI_START_SIMPLE - Normal FM</b>

You can pass data by using parameter WI_CONTAINER in TABLES tab.

Reward points if the answer is helpful.

Thankx,

Mukul

Answers (0)