cancel
Showing results for 
Search instead for 
Did you mean: 

BRF SC workflow approvers and No approvers

j_hijlkema
Discoverer
0 Kudos

L.S.,

The requirement is as follows:

Shopping cards are approved on header level. Some SC's have to be approved by a manager and some SC's do NOT have to be approved.

Can I manage this in the same process level config?

For determination of the manager I use methods GET_APPROVERS_BY_AREA_GUID and GET_AREA_TO_ITEM_MAP.

Tia

Kind regards

Johan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Johan,

Yes - you can configure this one in same process level. Here is my suggestion for you..

create sequence as describe below..

100 APPROVAL ZSRM_EV_REQ_APPROVAL ZSRM_RR_REQ_APPROVAL 40007953 DECISION FOR ENTIRE DOCUMENT

200 AUTOMATIC 0EV999 40007988 DECISION FOR ENTIRE DOCUMENT

'ZSRM_EV_REQ_APPROVAL' will return true or false based on your condition to make sure the SC require approval or not.

Please reply back if you need more information..

Saravanan.

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Your scenario is 1 step approval by manager or automatic approval.

You can use BCSet /SAPSRM/C_SC_600_001_SP04. Please activate it in SCPR20 transaction.

Only you need to create a custom BRF event and expression based on your approval rule. Replace the 3EV_SC_600_001_100 level evaluation by your custom BRF event. The level evaluation should return true when approval is required. For finding manager, you can use predefined RR_MANAGER resolver name.

Regards,

Masa