Show TOC

 Detection Method: Suspicious Terms Screening for Customer Invoice Items

 

You can use this method to screen the text of customer invoice items for specific terms. Terms that are thought to be suspicious can be specified and grouped to lists using the Suspicious Terms tile in SAP Fraud Management.

Logic

The execution procedure checks if the field SGTXT in table BSEG contains a term specified in a list. The screening logic, which uses fuzzy logic, is encapsulated in the generic procedure PR_SCREEN_TERMS. To improve performance, the selection procedure’s input is split into 20 packages. The generic procedure is called for each package, which leads to parallel processing and therefore faster screening.

Investigation and Detection Object
  • Investigation object type: FRA_CUST (Customer)

  • Detection object type: FRA_CUINVI (Customer Invoice Item)

ERP Tables Used
  • BKPF

  • BSEG

SAP HANA Procedures for Detection Methods

Procedure Category

Procedure Name

Procedure Type

Package

Selection

PR_SUSP_TERM_INVOICE_SELE

SQLScript Procedure

sap.hana-app.fra.suite.ord.dt.customer.invoiceitem.se

Execution

PR_SUSP_TERM_INVOICE_EXEC

SQLScript Procedure

sap.hana-app.fra.suite.ord.dt.customer.invoiceitem.ex

Additional Information

PR_SUSP_TERM_INVOICE_ADDINF

SQLScript Procedure

sap.hana-app.fra.suite.ord.dt.customer.invoiceitem.ai

Detection Method Parameters
  • FUZZINESS: Indicates how precise a hit needs to be. A fuzziness of 100 indicates that the terms must match exact to each other.

  • SUSP_TERM_LIST_ID: Specifies which list is used as foundation for the screening.

Alert Messages

Message ID

Message Number

Message Text

FRA_INTERNAL_AUDIT

074

Suspicious terms "&1" found in text "&2"