cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow User Decision Excluded Agents

0 Kudos
1,249

Hi Guys ,

I have a requirement that to exclude some users of an organization in workflow.

Here i have ACTOR_TAB with Organization and in EX_TAB i have users which need to be excluded. But its not working this way any idea will be appriciated.

thanks.

View Entire Topic
bpawanchand
Active Contributor
0 Kudos

Hi Asim,

I am not sure what is the reference type that you have used forACTORTAB and EX_TAB. I guess you have used the type as SWHACTOR and made it a multiline container element. However just to make sure check in the container element that along with the USER ID you are also passing the type as US . For instance,

There are two fields in the structure SWHACTOR one is OTYPE this should be filled with 'US' and second one is OBJID this must be populated with user id which is SY-UNAME. In your case, I see that the user ID are populated but not the ORG Object type which is US.

Fill the multiline container element with US 008748 and so on.

Thanks, Pavan