cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How SRM Substitute in UWL can be sc and Po seperatly insted of Standard ALL

Former Member
0 Likes
261

we are using Universal work list in SRM 7.01

As per Requirement Manage Substitution need document wise like Shopping cart. .when we activated the shopping cart specific Substitution Rule only Shopping cart Tasks should be Shared to Nomine. Not other tasks PO,GR,invoice....etc .Standard supports All Tasks. How can this possible?

Regards,

Rama Krishna

View Entire Topic
laurent_burtaire
Active Contributor
0 Likes

Hello,


put a break-point inside RH_INBOX_VIEW_CREATE function module.

Here, you will see WI for excluded agents are deleted for substitutes. You could here add your own logic to exclude substitute(s) for tasks not linked to business object BUS2121.

You will also have to manage to not send approval mail to substitutes. For these, use RECIPIENTS_GET method from BBP_OFFLINE_APP_BADI BAdI definition name.

Regards.

Laurent.