When you import a bank statement, the open items are searched for in the system using the interpretation algorithm 800 (for Switzerland and Lichtenstein) based on the ISR or QR Reference. These open items can then be cleared.
Expected content in the memo line (FEBRE) is:
For QR procedure: |
|
For ISR procedure: |
|
The determination rules can be defined in the following configuration steps (SSCUIs):
- Define Control Data for QR-Bill (103321) for QR-bill procedure (view V_CH_QR_T049Q for SAP S/4HANA onPremise)
- Prepare ISR Procedure (101870) for ISR procedure (view V_T049E for SAP S/4HANA onPremise)
The main parameter of the rule is to define the offset and the length of the document and customer number. This information is transferred to the search strategies together with the whole reference.
Define Control Data for QR-Bill (103321):
Prepare ISR Procedure (101870):
Information from the ISR/QR reference is identified as follows:
Reference: 00000000001111119999999999X
Customer Number offset: 10
Customer Number length: 6
Document Number offset: 16
Document Number length: 10
Check digit: X
These values are then used by the search strategy to identify the proper open items.
Search Strategies
Search strategies contain the logic for searching for open items (based on values like Journal Entry, Customer Number, etc.). Each search strategy is implemented by a function module (e.g. “IDFI_S_STR_1”). It is also possible to use more search strategies and define the priority order.
Multiple search strategies are available because the generation of the ISR/QR reference does not always directly identify a document posted in an SAP system but can also contain references generated in an external system.
Examples of possible fields, which can be used as reference:
- Document Number (BSEG-BELNR)
- Partial information from the reference
- Payment reference (BSEG-KIDNO)
- Full length of the reference or partial information from the reference
- Document Reference (BKPF-XBLNR)
- Partial information from the reference
- Advice number
- Partial information from the reference
- Business Partner Reference Key (BSEG-XREF1)
- Partial information from the reference
- Document Number (BSEG-BELNR)
Search strategies used for Switzerland and Lichtenstein
For Finance:
IDFI_S_STR_2
Requires: | Customer number to be part of the reference |
Selects Open Item based on: | Customer number (BSEG-KUNNR) |
Payment reference (BSEG-KIDNO) containing the full length of the ISR/QR reference |