cancel
Showing results for 
Search instead for 
Did you mean: 

PO Approval Workflow

former_member305388
Active Contributor
0 Kudos

In SRM 7 I am trying to implementing PO Approval Workflow using BRF. Is there any standard template which can used to activate this scenario or any BADI Implementation should be done.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You want to implement which level of PO workflow approval process? SAP has delivered BC sets for PO that can be activated in SCPR20..

Saravanan

former_member305388
Active Contributor
0 Kudos

Hi Saravanan,

I am looking for One-step managerapproval for entire document based on certain PO price limit. If the PO value is more than say X then it will go for approval else it wil be auto approved.

There are two BC sets available for PO. What else needs to be done after activating to configure for above scenario? Is any BADI implementation required?

/SAPSRM/C_PO_600_000_SP04 Without approval

/SAPSRM/C_PO_600_001_SP04 One-step manager approval

Thanks

Former Member
0 Kudos

Hi,

You have to activate the one step manager approval BC set, But you have to modify the process level Eval.ID with custom event which should have a formula expression attached in it. SAP has pre delivered a expression '0V_PO_POTOTALVALUE' which will give the PO total value.. compare this expression 0V_PO_POTOTALVALUE with the 'X'.. if the 0V_PO_POTOTALVALUE is GT your 'X' then your custom expression boolean will automatically ture.. then Resonsible Resolved will automaticall trigger...please let us know if you need more information..

Saravanan

Answers (0)