Hi All,
I have a Purchase Requisition Workflow in place which gets triggered for event ReleaseStepCreated and according to the Total Valuation of the Purchase Requisition and Release Strategy based on the Z table the Purchase Requisition is sent to different approver Group.
Now as per the new requirement, if there is a change in the Purchase Requisition quantity/price which result in changes in the total valuation and hence different approver group is responsible for approving the same, then the original Workflow should get cnacelled and new workflow should get triggered, how can I achieve the same?
I have found the BADI where upon change in the value of Quantity/Price I will write a code if the approver group is being changed then trigger the event PurchaseReqItem.significantlyChanged using Function Module SWE_EVENT_CREATE but again this particular event is not returning the release code, which is available for the event PurchaseReqItem.releaseStepCreated.
Thanks in advance.