|
Blogs
This session was a quick overview of business rules. Business rules, Michael says, represent the constraints and behaviors of your business - your policies, not just your IT rules like database integrity rules. Business rules are owned by the business - eligibility, pricing, CRM practices and so on. Michael divided these rules up into things like rate calculation rules, decision or eligibility rules, recommendation rules, personalization or localization rules, configuration rules and more. Historically these have been stored in databases or code (if automated) and in tacit know-how and documents (if manual). Obviously manual rules can be hard to scale or apply consistently while automated ones are opaque to the business. Challenges:
Business rules management allows you to externalize the rules, allowing them to change more rapidly, automate critical decisions, apply them consistently and puts the business in charge of maintaining the rules (though there are challenges with this as I discussed in this post on business usage of this kind of technology and have discussed in this brief). SAP got into the rules business by acquiring YASU, an independent rules vendor, and used their expertise to build a complete rules environment inside Netweaver. Michael used a warranty claims process example from YASU to show how decision automation can work - the rules-based solution saved nearly $2M while processing time was reduced by 80%. Netweaver Business Rules is part of the Netweaver Composition Environment (CE). It allows you to model rules as:
The rules can use a fairly natural language style and run against either Java objects or XML. All of this shares an environment and navigation with the rest of Netweaver - they work together or separately but are integrated when used together. End to end support is offered within the environment, integrated into Eclipse-based tools. Also a web-based collaborative tool with role-based access to manage and deploy rules. Version management and traceability are also supported. The Rules Manager allows roles-based extension of the rules through a web-based interface so different users can have different permissions for different rules. Comparison tools and rule verification are also supported in this environment to help business users make changes safely. One of the key features of business rules is their reusability and SAP allows the Netweaver BRM rules to be built into composite applications, exposed as web services, linked to business processes or even linked to the legacy SAP programming language ABAP. The integration with Netweaver BPM allows you to bring in decision services, the best way to use rules by the way, but you can also use the rules to support human activities, to handle mapping and transforms. Michael ran through a demo. This started with the Eclipse-based environment which was, as you would expect, pretty developer-friendly. The various artifacts could be easily created and the rule flow or decision flow was nicely based on BPMN which I thought was a smart idea, given the integration with Netweaver BPM. Some quick and easy tools to help developers with testing and verification, deployment and so on. The current version of the Business Rules Management component is pretty good but there are some nice features coming in 7.2. 7.2 adds the rule flow, integrates with Excel, generates web services for a ruleset easily, version management, HTML reporting, rule effectivity and the web interface for business users. In the future SAP plans to add various features:
Some good thought has gone into the SAP Netweaver BRM capability and I look forward to finding out more in subsequent sessions. James Taylor
|