cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Trigger Workflow from Program

Former Member
0 Likes
194

Hi All...

i want to trigger workflow from my custom program...

i am creatin confirmation thr' my program, i need to send this confirmation for approval.

i am using 'SWW_WI_START_SIMPLE' the thing is the agent which i mentioned is triggering...

help me on this..

tha

View Entire Topic
Former Member
0 Likes

hi,

It is better to use the SAP_WAPI* function modules. And it is even better to start the workflow from an event if you really need to do it programmatically.

For this you use FM SAP_WAPI_CREATE_EVENT

Kind regards, Rob Dielemans

Former Member
0 Likes

Hi Rob,

thanks for ur reply...

i need to pass the agents for the document from my custom program..

is that possible in thr' that function module...

if it possible how can we do it...

thanks...

Former Member
0 Likes

Hi,

which version of SRM?

Saravanan

Former Member
0 Likes

Hi...

I am using SRM 5.5...

thanks.