Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Business Rule Framework (BRF) and CRM

Former Member
0 Kudos

Hi

I am in the process of understanding how I can use Business Rule Framework (BRF). I have been looking at the help.sap.com information and guides, but would appreciate some input from someone with hands-on experience. What I am hoping to put together is a step-by-step guide on how to define a complete BRF "process";

- defining standard events

- how to create custom events

- "link" the events to the rule to be executed

- how to trigger events

- how to define expressions and actions

- etc..

Basically a beginners guide to BRF. If this is not feasible, I'll be more that happy with some hints and tips from someone who knows BRF.

Any help is highly appreciated!

Best Regards,

Thomas

4 REPLIES 4

0 Kudos

Thomas

I Have Implemented the BRF in CRM4.0, pls donot hesitate to ask if you need any help from me.

Mr Mrutyunjaya

Donot try to misguide people this is a forum to help each other.

Thanks

Madhu

0 Kudos

Hi Madhu,

I have a basic doubt on BRF ....

1 - Is it specifically for CRM systems?

2 - Is it using as a replacement of workflows on CRM systems?

Regards

Dev

0 Kudos

Hi Dev,

1. yes BRF is CRM specific.

2. I dont think BRF is to replace the workflow.

BRF is a framework used to customize the events and actions (in simple, to set up the conditions).

Events are similar to the object oriented events which triggers certain process. For each event there can be an action attached which performs some activity when event is triggered.