cancel
Showing results for 
Search instead for 
Did you mean: 

Cancel workflow

Former Member
0 Kudos

Hi,

I am trying to cancel workflow items with function module BBP_PDH_WFL_EVENT_CREATE by passing parameter value IV_EVENT as ‘CANCELLED’

But this does nothing.

Can you suggest if I have to check something in SPRO too?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

SandySingh
Active Contributor
0 Kudos

Hello Shalaxy,

You can use the transaction SWIA to logically delete/cancel the workitems. Contact your SRM administrator or worklow administrator . Refer to link below.

Regards

Sandy

Former Member
0 Kudos

Thanks a lot for the response.

Here's how I solved it:

1. Call FM RH_LOCAL_INBOX_GET , it will give a list of items in inbox

2. Fetch the top level ID, TOP_WI_ID

3. Call FM SWW_WI_ADMIN_CANCEL and excute with top level ID

4. The item gets cancelled and is removed from Inbox

Following link was also helpful.

Thanks,

S

Answers (0)