cancel
Showing results for 
Search instead for 
Did you mean: 

SRM 7.01 BRF RFX Approval

former_member184111
Active Contributor
0 Kudos

Hi Experts,

I am new to BRF and currently working on RFX approval.

I have done the following till now..

Created a new event in transaction BRF and assigned it as evaluation ID to the business object BUS2200

assigned an expression to this event. This expression contains a constant value "ZRFQ_APPROVAL_SCHEMA".

Assigned this process schema ZRFQ_APPROVAL_SCHEMA to BUS2200.

I am stuck with creating the process levels for this process schema.

I have developed a function module that gives a table of approvers based on different conditions.

I want to create process levels dynamically using the BADI /SAPSRM/BD_WF_PROCESS_CONFIG and assign them to the above mentioned process schema.

What entries shold I maintain in process level config to achiene this?

Please let me know if i the requierment is not clear or more info is needed?

Thank you,

Anubhav Jain

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

For process level definition you have to create a event and assign an expression to it, Expression should hold the logic on when you want the process level to be active.

Process level should have the following

Level type : approval

Evaluation ID : the event you created above

Resolver name : You need to use your BADI for agent determination

Task ID : 40007982

Decsion type : Choose as per your needs

Regards

Sam