cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the Evaluation description and approval limit in BRF

Former Member
0 Kudos

Hi All,

I have BRF Object as SRM_WF, in that Zgroup and in that Events Z0Ev_PO - I want to change the description of this event ( I could see there are 2 descriptions) how to change the description of it?

And also I want to increase the approval limit from 10$ to 20$ for that event, how can I do it?

Please help.

Accepted Solutions (1)

Accepted Solutions (1)

I042439
Employee
Employee
0 Kudos

Hi

To change the description, follow this in tcode BRF:

For the increase of the approval limit, it really depends how your EVENT->EXPRESSION is created. Is it based on constants or FM? check that and you may find how it is calculating it.


Regards,

Modak

Former Member
0 Kudos

thanks Modak for your reply....

Limit in the sense...it is already been set to $10 , how to change this to $20

it will be set for that events in below path->

i.e, in the SPRO ->SAP SRM->SRM server->Cross-Application Basic settings->Busines workflow->process controlled workflow->business process configuration ->define process levels

In process level configuration ->evaluation id(Events) are set to resp.Resolver description

I042439
Employee
Employee
0 Kudos

Hi

Is it a custom responsibility resolver?

If yes, check it's BADI implementation for BADI /SAPSRM/BD_WF_RESP_RESOLVER

Look for the implementation with filter values based on your object type and the responsibility resolver name. Check the code to see how the BADI is determining the approval limit.

regards,

Modak


Answers (0)