cancel
Showing results for 
Search instead for 
Did you mean: 

can i forward my workitem automatically

Former Member
0 Kudos

hi ,

im triggering a work item to person A.

For 15 min if he does not act on the work item, then the workitem should be automatically forwarded to person B .

plz suggest me how this can be achievable ?

Raghu

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

thx

Former Member
0 Kudos

I think you can try to use this with modelled deadline and in the new branch you should write a method that will forward the workitem Id using Function Module

SAP_WAPI_FORWARD_WORKITEM

In this way the same workitem Id will be forwarded. If you want to create similar type of workitem and forward you can use Bhumika´s approach and make sure you use Process control step to make the main workitem obsolete.

Thanks

Arghadip

Former Member
0 Kudos

hi raghu,

This is absolutely possible.Use modelled deadline monitoring and activate processing absolete.In the processing obslete branch,assign the workflow to other user.

Best of luck,

Bhumika

Former Member
0 Kudos

Hi Raghu ,

This can be achieved by using deadline monitoring .

In the latest end tab of activity , give the user name and time .

Also , schedule the job for deadline monitoring .

Edited by: Manik Dhakate on Jul 17, 2008 1:10 PM