cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow History

Former Member
0 Kudos

Dear all.

I have executed a webdynpro screen.It will call a work flow and it will work till 3 levels of approvals.

I have the parent work item ID.How i can get the details of the child work items of this respective parent work item ID.

Also need to know in which user ID this got executed.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Just go through all SAP_WAPI* functions. There are not that many and the names basically tell what the functions do. You should find functions to for example get related work items, etc. Once you got the related work items for parent work item, you should be able to find for example a function to get the work item details, which in turn will probably tell you who executed the work item, etc.

Regards,

Karri

SreekanthKrishn
Contributor
0 Kudos

Hi Ramya,

You can use t-code SWI1 to get the details of the workflow generated.

There is an option to input the time on which the workflow was triggered.

Once you get one work item, you can open the log and view the approver details.

Regards,

Sreekanth

Answers (0)