cancel
Showing results for 
Search instead for 
Did you mean: 

How to pull up shopping cart awaiting approval by approver name

Former Member
0 Kudos

Hi all,

i wanted to pull up all shopping carts in awaiting approval status by specific approver.lets say i want to know how many shopping carts are pending with user XYZ i do't see any such option in monitor shopping cart tab and in IT administration tab.please help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

I had a similar requirement. Here is what I did without developing Z reports.

I used txn SQVI (QuickViewer) to generate this data from tables SWWWIHEAD and SWW_CONTOB

Find the SC approval task id from your workflow defn. In mine it is TS10008126 (we are using standard)

From table  SWWWIHEAD  extract tasks for which WI_RH_TASK= TS10008126 and join it with SWW_CONTOB with OBJTYPE=BUS2121

In table SWWWIHEAD  field WI_AAGENT contains the approval agent.

Let me know if this helps.

Thanks,

Sushil.

Former Member
0 Kudos

Hi Sushil,

I realy like your approach as a bigginer in SRM hard time to understand how to do it.please provide me the steps how to do it  i realy appriciate your help

Former Member
0 Kudos

Hey,

Check following link:

https://docs.google.com/open?id=0B4ugHyOpfhKMekZPcmZzTlZoZU0

Regards,

Sushil.

Please assign points if it helps.

Former Member
0 Kudos

Please try with FM BBP_WFL_DIN_APPR_CONTAINER_GET

With Regards,

Malay