Quantcast
Channel: SCN : Document List - ABAP Development
Viewing all articles
Browse latest Browse all 935

Cancelling a Work item / User Decision Step based on an Event Using “Wait for Event Step”

$
0
0

Prerequisites: Basic Knowledge on Workflow

 

Summary: In this scenario we use a workflow step when an inbound delivery is created . The workflow is routed to a Buyer who can approve or reject the request.

If the Workflow is approved a PGR is created .

 

We encountered a case where the PGR could also be done manually before the Workflow approval.In such cases the User Decision Step which was waiting for buyer to approve should be cancelled.

 

Process:

Create a fork with one branch having the User Decision Step and its subsequent steps.

1.png

 

In the other branch

Create “Wait for Event “Step with the Event which should be caught by the Object. In this scenario we are capturing the Event when a PGR is done for a Inbound Delivery.

 

2.png

 

We use a process control step once the event is triggered and the Workitem in the user’s inbox gets cancelled and will not show up in the inbox/UWL.

3.png

 

The Workflow Template is as shown below:

 

4.png

 

 

Testing the Process:

 

Create a inbound delivery which will trigger a approval to the Buyer. The Workitem can be seen in the Buyer's inbox.

 

Goto Transaction VL32N and Press Post Goods Reciept to create a Goods Movement.

 

Check the Buyer's inbox after fews seconds . The Approval Workitem would have disappeared from the Inbox / UWL.


Viewing all articles
Browse latest Browse all 935

Trending Articles