on 2010 Apr 05 7:06 PM
Hi
I am new to SRM 7.0. My requirement is like this.
My workflow(WS40000014 N-level approval) needs to be triggered when Shopping Cart created or PO Changed.
I am using BADI "BBP_WFL_APPROV_BADI". But this for Application workflow not for Process workflow.Anyhow its working fine. But problems are below.
1). How add a reviewer in SC or PO workflow if total amount morethan 250K USD?.
2). I want to send a notification to manager when a workflow is pending with a approver for morethan 3 days. How is possible?..
3). When PO is changed, then its should restart from 1st level approval..
4). If there is 5 item, then workflow should goto 5 item level approval.
Please tell me how to achive above things in SRM7.0.
Regards
Ravi
Hi Ravi,
By default system activates process controlled workflow. WS40000014 will not trigger if you have activated application controlled workflow. Could you please confirm which workflow are you using? because you have use different technique to achieve your requirement.
Saravanan.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ravi,
Its so easy in SRM 7.0 using process controlled workflow. Follow the below steps...
1 . Create 'Define Filter Values for BAdI 'Define Reviewer' in SPRO..
2 . Implement BADI for /sapsrm/bd_wf_reviewer_rule..
3. Assign the filter type..
5. create a custom BRF to check the SC or PO value. update the EV_VALUE according to your business rule.
4 . goto define process level in spro - reviewer - specify the rule and evaluation id and task id : - 40007945.
Now you can see the reviewer when you create a SC with more than 250.
you can find sample codes in Badi implementation '/SAPSRM/BD_WF_SC_RV_ROLE' ..
Saravanan..
Hi,
Please navigate the IMG structure in SPRO transaction.
+ Define deadline for events - for deadline customizing
+ Process Level Configuration - for item level approval. Set the decision type as "Item Based Decision for partial document"
+ Manage Process Restart in BADI node - for restart process
Regards,
Masa
Hi Ravi,
here is my suggestion for you..
2). I want to send a notification to manager when a workflow is pending with a approver for morethan 3 days. How is possible?.
Define deadline for events - for deadline customizing
3). When PO is changed, then its should restart from 1st level approval..
Stanard.by default workflow will restart if any changes made in PO
4). If there is 5 item, then workflow should goto 5 item level approval.
Check the BADI Implementation - /SAPSRM/BD_WF_SC_RR_PGRP.
saravanan
Hi,
Please check the Workflow Guide for technical information.
http://service.sap.com/srm-inst
-> SAP SRM Server 7.0 -> Workflow Guide - SAP SRM 7.0
It is not called parallel workflow. It is called decision type 4 - item based approval by each responsible person.
Regards,
Masa
HI
I completed all the functionalitied except Escalation part.
Requirement is like this.
When an approver is not approving a Shopping cart or PO in give time frame(ex 24 Hrs), then system should have send a mail to his Manager. Please suggest how to achive this one.
Thanks for your all replies.
Regards
Ravi
Adding a reviewer or adhoc aprover is a manual step, which means system don't determine reviewer based on any logic. You can configure logic to add an approver if SC is more than 250K USD but not reviewer. It is creator who needs to select reviewer while creation of SC.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.