Further Screening functions
If you would like to do a screening check for just an address or with the address number as reference you can use the following functions:
- /AEB/CMP_ADDR_CHK_FOR_ADDR1VAL
- /AEB/CMP_ADDR_CHK_FOR_ADDRNR
- /AEB/CMP_ADDR_CHK_FOR_HANDLE
Field name | Type | Description |
---|---|---|
IM_ADDR1_VAL | ADDR1_VAL | Structure with address values |
IM_SUPPRESS_ENGINE_LOGGING | CHAR1 | Flag to supress logs |
IM_RFC_DESTINATION | RFCDEST | Defined destination to AEB engine |
IM_ENGINE_CLIENT | /AEB/CMP_ENGN_CLIENT | Client name from the AEB engine |
IM_ENGINE_PROFILE | /AEB/CMP_ENGN_PROFILE | Profile Name from the AEB engine |
IM_REF_COMMENT | CHAR255 | Comment for the check – e.g. a document ID or master data ID (optional) |
IM_REF_ID | /AEB/CMP_ENTRY_REF_ID | An internal reference number (optional) |
IM_ORG_UNIT | /AEB/CMP_PB_ORG_UNIT | If provided, used to retrieve engine client and profile. Replaces the corresponding import parameters. |
IM_ADDRESS_TYPE | CHAR20 | Possible values are: |
If you would like to check a specific business object you can use the following functions:
- /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 functions:
- /AEB/CMP_PB_DLV_DET_REF_COMM
- /AEB/CMP_PB_SDOC_DET_REF_COMM
Updated over 1 year ago