cancel
Showing results for 
Search instead for 
Did you mean: 

BRF - Business Rules Framework - getting started

b_deterd2
Active Contributor
0 Kudos

Hi,

I'm trying to set up a rule using the BRF. Has anyone set up a simple rule with tcode BRF? What are the steps to follow?

Any suggestions will be appreciated.

regards,

Bert

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI Bert,

below are the steps to create a simple rule using BRF tcode

1. Go to BRF tcode, open your BRF application

2. within that, right click on expressions, and say "Create". this will create a new expression. provide proper implementation and maintenance class.

3. create a new Action, provide proper implementation class.

4. now create an Event. in the Rules subscreen of event, create new entry & attach the expression and action whicth we created in 2 & 3 steps.

save this ... and execute using the demo function module BRF_DEMO_RAISE_EVENT_SAMPLE .

this wil give the result which is there in action .... when the expression is true

Regards,

Seema

Former Member
0 Kudos

Hello Bert.

I have come across a few good SAP HELP documentations,

[SAP HELP Library - Standard Reference - Business Rule Framework (BRF)|http://help.sap.com/saphelp_erp2004/helpdata/en/dc/38bb4006d9cc38e10000000a155106/frameset.htm]

[SAP HELP Library - Standard Reference - First Steps Towards Your Own BRF Application|http://help.sap.com/saphelp_erp2004/helpdata/en/49/0f2541a2d5b167e10000000a155106/content.htm]

Hope this is what your looking for.

Good Luck & Regards.

Harsh Dave

Former Member
0 Kudos