cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all

I am making an application using CAF. My application has some properties which are used to control the application.

I can store these properties and their values in XML file and can use it in my application. Is there any other way to handle this in CAF?

0 Likes
View Entire Topic
Austin
Product and Topic Expert
Product and Topic Expert
0 Likes

Its starting to sound like you need a <a href="http://java-source.net/open-source/rule-engines">Rules Engine</a>.

You could also try the <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/44/3d3936c5c14a8fe10000000a1553f6/frameset.htm">Business Logic Callable Object</a> if your solution uses Guided Procedures.

Thanks,

Austin.

Former Member
0 Likes

Ok, I try to explain my one example.

We have to give bonus to employees on different countries. Like for Indian employee, I will give 10% bonus , for Germany employee, it is 15% like this. Now we can do more countries in our list. We can change bonus values within a year like this.

For this, I need some solution in CAF.

Thanks for reply