cancel
Showing results for 
Search instead for 
Did you mean: 

Start Business with RFC an pass parameters to WI Container

Former Member
0 Kudos

Hello,

I got this RFC: SPN_SWW_WI_START_SIMPLE . With this one i can start a Business workflow by the task ID of the Workflow. This works. But i have to pass parameters to the workflow. How can i do this? Do i have to modify the RFC and how could i do this? Are there othere possibilities to start the Workflow an pass data by this or any other RFC ?

Regards,

Dominik

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI!

The BusinessWorkflow starts with a form, which i build by creating a structur of CHAR fields. I now want to start this Workflow with the RFC. this works. but i have probleme to pass parameter to the Form fields. Can i do this with the RFC?

Regards,

Dominik

former_member183890
Participant
0 Kudos

Hi,

SPH_SWW_WI_START_SIMPLE is RFC enabled. To pass the parameters to the workflow through tables WI_CONTAINER we need to get the Container of the WI. But with my knowledge I din't get any Function module that return the WI container which is RFC enable. Actually we need to get the SWW_WI_CONTAINER_READ cloned as a RFC one. Try this option. This is the best we can do I suppose.

Reward if helpful.

- Irudayaraj Peter

Former Member
0 Kudos

Hi Dominik,

I saw in my system that you can use SPH_SWW_WI_START_SIMPLE and

pass parameters to the workflow through tables WI_CONTAINER.

Regards,

Hendy