cancel
Showing results for 
Search instead for 
Did you mean: 

Mass Workflow Forwarding Transaction ???

Former Member
0 Kudos

Hello

Can any one please tell me is there any way that i can forward mass workitem ids to any user's inbox in a single click.

I know that through SWIA we can enter all the workflow ids and  forward them  one by one but i want to forward them in a single shot.

like through SWWL ,we can delete mass workflow id like this i want to know for workflow forwarding

Please help

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

suresh_subramanian2
Active Contributor
0 Kudos

Hello Vijay !

           Develop a report wherein collect all the work item ids that needs to be forwarded in an internal table.

           Call the function module SAP_WAPI_FORWARD_WORKITEM in a loop. The loop should go around as many entries in the internal table.

Regards,

S.Suresh.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

You could write a wrapper program and call SWIA multiple times.

Best Regards,

Swanand