cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

two step approval depending on SC total value

Former Member
0 Likes
127

Hi,

My project requirement is to enabled WF with 2 level approval.

It always go to first approver but for second level approver should get WI only when SC amount is greater than 10,000

Suggest which WF should be activated and how to config at process level schema .

Indranil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi,

In order to send the workitem by sequence based on the $ value , you have to implement the Badi '/SAPSRM/BD_WF_PROCESS_CONFIG'. But if you maintain the SL Approver Attribute in the Org.Structure and maintain the approval limit in the user master then you can simply activate the BC set '/SAPSRM/C_SC_700_002_SP00' in SCPR20. System will automatically route the workitem based on the $ value.

Saravanan

Former Member
0 Likes

Thanks Guru

Former Member
0 Likes

Which standard WF template is better .

Former Member
0 Likes

afer implementing badi level guid showing 000000 value.

Former Member
0 Likes

Hi,

Can you please explain what you did? did you activate the BC set and maintain the SLApprover attribute?

Saravanan