Design
In this phase you define the automated controls, which are to be implemented in the SAP BIS solution to monitor your data and business processes.
You can use controls, available in standard for different scenarios or create custom controls using different approaches.
SAP Standard Content
SAP provides out of the box content for internal audit, compliance and risk management, which provides multiple automated controls for main business areas (O2C, P2P and R2R) and covers scenarios like Vendors, Accounting Documents, Purchase Orders, Invoices, Claims etc.
SAP Standard Content examples
The content can be used to regularly analyze already posted transactions and existing master data records, to identify suspicious cases, perform investigation and remediation activities if needed.
This content was built by SAP via the deterministic approach and most of these use cases based on the SAP ERP data model.
In addition to the detective controls, SAP BIS also offers integration into payment processes, which allows to execute controls in preventive mode to stop suspicious payments and to perform investigation before the payment is sent to a bank.
The following integrations are available
- SAP S/4HANA Payment Run (F110, F111)
- SAP Advance Payment Management
In both scenarios the check is performed during the payment processing, suspicious payments are blocked and not sent to a bank.
These scenarios are available for S/4HANA only.
Address Screening
SAP Business Integrity Screening provides features to run an address screening of your business partner and transactions.
A business partner could be your customer, vendors, employees, etc.
A transaction can be payments, sales orders, etc.
The List contains entity names and addresses that you want to match against name and address data in the business partner data or transactions.
The matching happens via a Fuzzy matching feature of the SAP HANA technology.
Any kind of list can be screened with any kind of transactional or master-data.
For sanctions screening respective sanctions lists are used (OFAC, EU, etc.), for other scenarios like KYC politically exposed persons (PEP) or adverse media lists can be used.
With the help of SAP Business Integrity Screening, you can manage the lists efficiently.
Lists may be obtained from one of our data providers. Or you may also download the lists from government websites and upload to Business Integrity Screening using BoBj data services.
You may also create and upload your own list.
You can classify, sub classify lists into various groups etc. and prepare them for the screening process.
Custom detection rules
SAP Business Integrity Screening provides two fundamental approaches to implement the control logic.
- One approach is via deterministic approach. That means you do have an expert in a certain domain and this expert knows by heart how to find suspicious patterns in the dataset.
- The other approach is via predictive insight. Here you do not have the expertise which tells you how to find suspicious patterns, but you have a dataset about your scenario. This dataset is either classified (supervised-learning) or un-classified (unsupervised-learning).
For both approaches there are technically multiple ways of implementing the use case.
Top-Down (which is also called Expert knowledge approach or deterministic approach):
- You do have an expert in a certain domain and this expert knows by heart how to find suspicious patterns in the dataset. By the knowledge from this expert, you know which tables to look for and how to link the different tables and how to correlate the data to find something suspicious.
- All standard content by SAP is implemented via the deterministic approach.
- You can either implement use cases via scripted methods (AMDP and CDS) or Business Rule approach (HRF).
Note
Please note, that approach using HRF is not recommended, since HRF functionality has been deprecated.
Bottom-Up (which is about predictive):
- Here you do not have the expertise which tells you how to find suspicious patterns, but you have a dataset about your scenario.
- This dataset is either classified (supervised-learning) or unclassified (unsupervised-learning).
- There are many different possible ways to implement the predictive model (SAP PAI, SAP DI, SAP PA, SAP APL, SAP PAL, SAP SAC).
The Top-Down as well as the Bottom-Up approach will subsequently lead to a Detection Method in BIS. This can be used in a Detection Strategy, which will run the Detection run and eventually create Alerts which needs Investigation.
That means the handling part of the use cases in the Top-Down as well as the Bottom-Up approach is the same (after the technical implementation).