This blog will take you through some key features in ‘SAP HRF’ by using ‘Channel Management’ business scenario. As a developer, I have no working knowledge on SAP HRF (Hana Rules Framework), but with the help of some colleagues, product documentation and content available on SCN, I have come up with small demo on HRF.
Before jumping to Demo directly will explain some of HRF key features, artifacts and their configuration & utilization.
http://scn.sap.com/docs/DOC-63047
What is Channel Management?
Channel management, as a process by which a company creates formalized programs for selling and servicing customers within a specific channel, can really impact the business—and in a positive way. The Channel Strategy, if implemented correctly, can significantly reduce complexity and operating costs and improve control over the transactions that flow through the 'Source-to-Settle end to end process.
Business Scenario
A procurement channel consists of a number of process steps. Here, analyzing means to calculate KPIs like, cost/process step, time/process step, Total Cost or Time/Channel, etc.
It should be possible to configure for which process step in which channel these KPIs have to be calculated – as an example (from the case) the following matrix shows the channels and the steps; an “X” indicates that the admin wants these KPIs to be calculated for a channel/step combination:
In addition to defining a particular combination of channel/step, the admin configures which data goes into the KPI calculation for this combination (what is the data that describes a certain step of a channel).
Formula for calculating the KPI (e.g., Total Cost) at all steps is same but the data can come from different sources. Each steps can have different sets of tables, but calculation rule should be same (in particular, they has a fix interface) across each step on which KPI need to be calculated. Here, the admin can also put the filter criteria on the data to define the inputs to the KPI.
Solution:
This requirement can be achieved by creating below set of rules, which is based on decision table, and the data administrator can configure data.
V_Active_CH_ST – This vocabulary can be consumed in rule for creating the decision table, which contains channel/step active data.
R_Active_CH_ST – This rule is used for configuring all the active steps involved in a particular channel.
Decision Table for this rule looks like –
Data Administrator can add/modify/delete any channel step combination. As soon as rule is activated, it becomes usable in the application.
V_STEP_STEP1 – This vocabulary has two outputs (calculated KPI) EXEC_TIME (FTE*8) and TOTAL_COST ( DIRECT COST + INDIRECT COST )
R_STEP_STEP1 – This rule calculate the KPI’s for the GR step, it uses the GR data and administrator can apply filter on the multiple attributes of the associated data. On execution, this rule provides desired result like, Total Execution Time, or Total cost (Direct Cost, Indirect Cost, etc.) for GR step.
Admin can add filter on data object based on the requirements and it can be changed on the fly and upon activation rule become usable after changes.
Similarly, vocabulary and Rule can be created for each step for which KPI is to be calculated.
R_STEP_RULE – This rule is used for configuring the rules required for all active steps.
Key takeaway from this blog –
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
18 | |
18 | |
13 | |
12 | |
9 | |
9 | |
8 | |
8 | |
8 | |
7 |