Further Screening functions

The following functions are available to trigger the screening check in a flexible way. But please note that these functions will not create any monitor entries or logs in the SAP system.

If you would like to do a screening check for any kind of address (even if there is not an existing document / master data record in the System) you can use one of the following function modules:
(1) /AEB/CMP_ADDR_CHK_FOR_ADDR1VAL
(2) /AEB/CMP_ADDR_CHK_FOR_ADDRNR
(3) /AEB/CMP_ADDR_CHK_FOR_HANDLE

Each function module provides the following imort parameters:

Field nameTypeDescription
(1) IM_ADDR1_VAL
(2) IM_ADDRNR
(3) IM_ADDRHANDLE
(1) ADDR1_VAL
(2) ADDR1_VAL-ADDRNUMBER
(3) ADDR1_VAL-ADDRHANDLE
(1) Structure with address values
(2) address number
(3) address handle
IM_SUPPRESS_ENGINE_LOGGINGCHAR1Flag to supress logs
IM_RFC_DESTINATIONRFCDESTDefined destination to AEB engine
IM_ENGINE_CLIENT/AEB/CMP_ENGN_CLIENTClient name from the AEB engine
IM_ENGINE_PROFILE/AEB/CMP_ENGN_PROFILEProfile Name from the AEB engine
IM_REF_COMMENTCHAR255Comment for the check – e.g. a document ID or master data ID (optional)
IM_REF_ID/AEB/CMP_ENTRY_REF_IDAn internal reference number (optional)
IM_ORG_UNIT/AEB/CMP_PB_ORG_UNITIf provided, used to retrieve engine client and profile. Replaces the corresponding import parameters.
IM_ADDRESS_TYPECHAR20Possible values are:
• "individual"
• "entity"
• "meansOfTransport"
• "unknown"

If you would like to check a specific business object you can use the following function modules:

  • /AEB/CMP_CUSTOMER_SCR_CHECK for a customer record
  • /AEB/CMP_MD_SCR_CHECK for a material document
  • /AEB/CMP_PD_SCR_CHECK for a purchase document
  • /AEB/CMP_VENDOR_SCR_CHECK for a vendor record

If you would like to get a reference comment with some information about the business object, you can use the following function modules:

  • /AEB/CMP_PB_DLV_DET_REF_COMM
  • /AEB/CMP_PB_SDOC_DET_REF_COMM