cancel
Showing results for 
Search instead for 
Did you mean: 

WI_ACTUAL_AGENT

Former Member
0 Kudos

Hi all,

i need to know what WI_ACTUAL_AGENT is and how will it be populated in a workflow.

many thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

narin_nandivada3
Active Contributor
0 Kudos

Hi Neha,

WI_ACTUAL_AGENT holds the name of the AGENT who had executed the WorkItem. This is mostly

used in a scenario where a single Work Item is sent to multiple agents and to know who exactly executed it.

Hope this would help you.

Good luck

Narin

Former Member
0 Kudos

hi,

this variable will automatically get populated after the execution of th WI.

when you send a workitem to multiple users, anyone from them can execute the WI. when any one of them executes the WI, the task is said to be complete and the WF will proceed to the next step.

thus only one user will be able to execute the WI. and WI_ACTUAL_AGENT will hold the user id of that user (i.e., the user who actually executed the WI).

Former Member
0 Kudos

This container element gets populated automatically. It stores the SAP User Id who has actually completed the Task. This container element is used to identify the actual user who has processed the workitem.

Thanks

Arghadip

Former Member
0 Kudos

Hello,

WI_ACTUAL_AGENT container element of the relevant task container will store the agent who executed it.

Hope this will help.

Regards,

Sam