cancel
Showing results for 
Search instead for 
Did you mean: 

Tables Shopping Cart and Workflow

Former Member
0 Kudos

Hello,

I need to report about the delay of approval in Shopping carts.

In the transaction BBP_PD I can see the data I need in "Work item WF" - node ID. ("created at" - "finished at")

In which table is this information stored?

Thanks

Aart

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

use BBP_PDH_WFL_WI_FROM_OBJECT_GET with

iv_object_id = SC ID

iv_object_type = BUS2121

you can then use SRM_WAPI_WORKFLOW_GETDETAIL to get WI details.

related threads:

BR,

Disha.

Do reward full points for useful answers.

Answers (1)

Answers (1)

imthiaz_ahmed
Active Contributor
0 Kudos

Use FM SWL_WI_GET_HISTORY.

Regards, IA