cancel
Showing results for 
Search instead for 
Did you mean: 

SRM Change approver functionality

Former Member
0 Kudos

Hi Experts,

Client is using application controlled work flow and version is SRM 7.1

There is one custom FM to change approver by user / requester manually during SC creation.

Now we need to check standard functionality using configuration or FM or BADI to replace custom one's.

Plz provide details if there are such option in standard

Thanks in advance

Regards

KRK

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member216093
Contributor
0 Kudos

Hi Ravikumar,

You can write code in following BADIs

/SAPSRM/BD_WF_PROCESS_CONFIG: here you define the logic of the workflow process

/SAPSRM/BP_WF_RESP_RESOLVER: here you define the logic to identify the approver


Regards,

Ravi

former_member190689
Contributor
0 Kudos

Hello Ravi ,

     For replacing approvers by another approver , you can go with the standard process using Tcode SWI1. Provide the Workitem ID and then check with whom the SC is then directly you can go under technical settings and then in change you can forward the SC to any other approver.

BR

Gaurav