Question:
Rel 46c
Is there a function module you can pass a userid and a range of WS* and TS* and it will return a list of work items.
Ive found funtions you can use in combination to do this but not one that can do it by itself.
Answer:
To my knowledge you cannot find the work items of a user by WS* since users are only assigned at WI level which map to tasks. You first have to get all the TS for WS*.
I am not sure about 4.6C, but in R/3 E, FM SAP_WAPI_CREATE_WORKLIST will give WIs for a user. Task filter can be passed where you can specify the TS required (no wildcards). Note tht both WI & DL notifications will be returned.
Cheers,
Ramki.
Answer:
table swwworgtask will give you the info you are looking for.