Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
abhijit_masih
Explorer

Interface Data Validation - Power of BRF+:   In every integration project we usually get requirement to validate data before posting/creating document in SAP system and we implement different type of solution based on requirement.


I have recently designed Interface data validation framework in my project which is used across all interfaces.


We have couple of solution to validate data before posting it in SAP, In this blog i would like to showcase how this validation can be done for all IDOC based interfaces from one generic approach.


We have followed below principles while designing the data validation framework


1. Data validation can be maintained by technical/ business users


2. There should be central point from where all interface data is getting validated


3. All the data should be validated in one go and all different errors should be visible in one go


4. Easy to maintain new data validation rule without changing code


Below is high level design for Interface data validation framework and it is based on Business Rules Framework.


Technical Design:

  1. We have identified common exit which gets called for all inbound IDOCs

  2. BRF+ decision table build to maintain interface specific data validation rules

  3. Generic code written in Exit to call BRF+ function and update IDOC status record


 



 

 

Note: I would like to thank my colleague Samir Parundekar/Mohsin Rizvi for working on this design and implementing the design.


 
1 Comment
Labels in this area