on 2024 Aug 07 6:44 PM
Please help to design solution to setup flexible workflow in a case where PO should be automatically approver if PO has Outline agreement as reference object.
In a case where PO doesn't have any Outline agreement as reference then same PO should be passed to approver for WF approval.
We are already able to trigger flexible workflow to approver for PO, but now just want to get auto approved in a case where there is OA in PO item.
Many Thanks !
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
The BADI Automatic Release of Purchase order is to be set active in Manage workflows for Purchase orders app.
If there are no active workflows configured other than automatic release, the PO will automatically be approved without referencing to any pre-conditions.
SAP has delivered a set of pre-conditions and step conditions. Customers can additionally define their own pre-condition / step condition using the custom BADI. New conditions can be defined using custom BADI SWF_WORKFLOW_CONDITION_DEF.
Please refer to https://me.sap.com/notes/2841783
Best regards,
Krithika
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
you are aware that you can define your own preconditions for the start of workflows and for workflow steps.
You can create implementations for the following BAdIs:
Best regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
19 | |
11 | |
10 | |
9 | |
7 | |
7 | |
6 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.