cancel
Showing results for 
Search instead for 
Did you mean: 

wat is the task container element

Former Member
0 Kudos

hi ,

im using a task and sending a work item .

if i want to find the person to whom the workitem is triggerd,

which task container elment hold this value..

olease suggest me ..

Raghu

Accepted Solutions (0)

Answers (2)

Answers (2)

martin_nooteboom
Active Contributor
0 Kudos

As Arghadip suggested the agent isn't stored untill a workitem has been executed. But the question remains why you want to know in which container element it is stored? You can find the agent by using the WAPI Arghadip gave you, but you can always see the agents in the workflow log.

Regards,

Martin

Former Member
0 Kudos

I think you can use Function Module

SAP_WAPI_WORKITEM_RECIPIENTS

to retrieve the agents that has been assigned provided you have the workitem Id. In the Task container it will not be reflected unless you have designed like that.

Yes if the step is executed then the WI_ACTUAL_AGENT container element of the relevant task container will store the agent who executed it.

Thanks

Arghadip