on 2014 Jul 07 4:23 PM
Hi,
I want to do a report on SRM for user who approve a shopping cart on the level 3 and see the user who approved by the level 2 before ?
what tables can i use to built my report ?
thank
Best regards
Request clarification before answering.
Hi,
I're lucky if you have own workflow task for each step
Table SWWWIHEAD contains all the Workitems
Table SWWLOGHIST contains a log of every workitem processing
Table SWW_WI2OBJ contains assignments of the workitems to the documents
if not - selection could be complicated:
You may nedd to use tables /SAPSRM/D_WF_*** for complete workflow log.
Alternativelly you could try to use the class /SAPSRM/CL_WF_PROCESS_MANAGER to get the workflow information.
Regards
Konstantin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.