How to read BRF+ decision table into an internal table in ABAP
Hello. I need to get the complete content of a BRF+ decision table in an internal table in ABAP.Is that possible?Can someone show me some example code? kind regards,Jasper Blok
View ArticleLoop expression on a decision table
Hi experts, We have a requirement for a recursive rule mapping and we need to use BRF+ for this. The best option to use seems to be a decision table. But we are having issues with using it to produce a...
View ArticleCompare 2 values and take the greater of two
How can I compare 2 values, eg dates, and then take the greater (or lesser for that matter) as the result? I suppose I could use a value range which sets a boolean, then read the boolean but that...
View ArticleRefresh binding
Hi all, I understand that refresh binding helps to keep the DDIC structures and tables used in BRF applications .I have to do this through a program.I don't find method in BRF classes (CL_FDT*)...
View ArticlePassing Table Data to BRF+
Hi, I am developing a BRF+ appliction that takes table as input and is binded to DDIC. I tried calling the BRF+ application from CRM using a custom program and in the program I tried to set the context...
View ArticleSharing data between rule-sets
I have two rulesets in a common function. I want to pass a variable from one to the other....
View ArticleBRF & Workflow
hi experts, 1. Need some valuable tips regarding BRF and BRF configuration with WORKFLOW . how to view step by step procedure ? 2. And BRF_DEMO_RAISE_EVENT_SAMPLE -> for this F.M what...
View ArticleJob for BRF+ decision table download
Hi, I need more information in the history of a BRF+ decision table (detailled change documents). But we are not able to implement note 1786529 because we are not on EHP 3. So I want to schedule a job...
View ArticleGrantor Management: BRFPlus Integration to Web UI/CRM .
For BRFPlus Integration to CRM Web UI/CRM I find two different approaches:One as per SAP help describesBRFplus is integrated with Grantor Management in the same way as BRF is integrated with Grantor...
View ArticleUsing a single decision table for multiple structures
Hi I am creating a BRF+ application to define and process rules that will filter customer and material objects that will be sent to another system via an interface. The main rule/filter for both...
View ArticleBRF+ using XSL transformation
Hi experts,Please share a simple tutorial which uses XSL transformation in BRF plus.Regards,Kalpesh
View ArticlePromotion based messages vs Purpose based messages
Industrial revolution which took place more than a century back led to gradual build up of companies using 'Promotion' messages, but now with the Social media revolution, 'Purpose' based messages are...
View ArticleBRF+
Hi All, Can anyone explain the brf+ with example. With Regards,Kapil Message was edited by: Jocelyn Dart As a beginner, please refer to the links on the main page of the Business Rules Management...
View ArticleIntegrating BRM and WebDynpro
Hi All, I am working on a project which has webdynpro, BPM, BRM, CAF. I am new to BRM. Could anyone pls explain how to implement the following scenario step by step? I searched for the docs, it didnt...
View ArticleProblem when concatenating a string with a number
Hi Experts, I have a BRFplus Function with a top expression that returns a number (length 3, decimal places 0). The top expression rounds off the decimal places an amount (e. g. round( 48,79 ) = 50.The...
View ArticleAlternative for BRF+ tcode
Hi Experts,Can any one tell me the alternative to navigate BRF+ workbench without help of BRF+ tcode....??? Thanks in Advance,Nikhil H.
View ArticleHow to Pass Values from Nested Table in Function Signature to related column...
Hi, I've run into a bit of a road block using Decision Tables. I have set up a function where one of the parameters is a nested table (the function is analyzing an order at the header level, but it...
View ArticleAccess via NULL object reference not possible- while importing BRFplus...
Hi Gurus,We are on NW702 with BASIS component on SAPKB70210. When I was trying to import BRFplus objects from another SAP ERP, I am getting the below error-Error analysis An exception occurred that...
View ArticleBFR+ Large Decision Table - Performance of generated ABAP
Hello, we used the switch ZZ_FDT_DECISON_TABLE_GENERATION_CLASSIC=2 on a BW 7.3 (sap-note 1669944).It generated very performant ABAP coding for a Decision Table with large number of rows (2000+).The...
View ArticleBRF+ Trigger via Event, change on field value, etc
Hi,I'm implenting BRF+ for SPM Claims & Returns Process.It took me a while to understand how I can set up an application, Function from type event, Rulesets, rules, etc but at the end it seems that...
View Article