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

SC approver's per item wise

0 Likes
221

Hi Experts,

How to derive the SC approver's per item wise?

Example: Lets say suppose SC has 5 items and the approver logic determination based on Product category..(Product category approvers maintained in custom table). Assume that product category 3 & 4 does not have approver's maintained in custom table.So, in that case how to derive the approver per item wise..

Item 1  = Product category1

Item 2  = Product category2

Item 3  = Product category3

Item 4  = Product category4

Item 5  = Product category5

How to write the code for the above example in the BADI of /SAPSRM/BD_WF_RESP_RESOLVER methods
                                                                                     /SAPSRM/IF_EX_WF_RESP_RESOLVER~GET_APPROVERS_BY_AREA_GUID
                                                                                     /SAPSRM/IF_EX_WF_RESP_RESOLVER~GET_AREA_TO_ITEM_MAP

or else is there any other way?

Thanks,

Krishna.

View Entire Topic
Former Member
0 Likes

Hi Krishna,

Adding to what Ravi mentioned, you could also have another custom table where in you can maintain, may be, SRM admin based on the P. org.  And if no approvers can be determined from the primary custom tables, the system will check this 2nd table and assign the SRM admin as the approver/s. From here, the worktem/s can be forwarded to the appropriate approvers.

Thanks!

Regards,

Ajay