Application Development and Automation 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: 
Read only

Regarding Business Rule Framework

Former Member
0 Likes
694

Hi,

Could u please explain the process of Business Rule Framework(BRF)

and how to create this Business Rule Framework(BRF)

explain with step by step process.

Hi,

Could u please explain the process of Business Rule Framework(BRF)

and how to create this Business Rule Framework(BRF)

explain with step by step process.

3 REPLIES 3
Read only

Former Member
0 Likes
667

Hi Raj,

BRF - is an event-controlled runtime environment for processing rules.

The BRF also contains a maintenance environment in which a rule administrator can edit and configure BRF objects.

The BRF is object-oriented and therefore offers appropriate enhancement mechanisms that are modification-free and upgrade-independent.

Advantages

Easy implementation and configuration of rules with minimal coding

Easy maintenance of rules as there is not much coding involved

Easy extension in order to support application specific data

For detailed information chk the below link which a PDF

[BRF Tool in CRM|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c87bb93d-0b01-0010-a0b4-b04d7fda745f]

Regards,

Chandru

Read only

0 Likes
667

could u please tell me the process of creationg

it is very urgent please.

tell me the step by step process of creation please

Read only

0 Likes
667

Hi,

To have a BRF object, you should have BRF Application Class.

to do this -

1. go to tcode - BRFAPL01, create one.

2. then go to tcode BRF- create object with the same name as Application class.

3. Now run the program CRM_BRF_COPY_IMPL_CLASSES , and give your brf object name which you created in above steps.

4. now your BRF object is created with standard implementation classes.

5. Go to tcode BRF, in All Groups folder, you can now create actions, events, rules using the standard implementation classes.

6. If you want to create your own implementation classes, go to tcode BRFIMC01 and create new ones.

refer to http://help.sap.com/saphelp_erp2004/helpdata/en/dc/38bb4006d9cc38e10000000a155106/frameset.htm

for more information

Reward points if found helpful

Seema