...
Store - inbound addresses will be saved in SAP ECC/S4
When Business Partners are enabled (see the field ‘Business Partner functionality enabled’ in https://proaxia-prod-doc.atlassian.net/wiki/spaces/PFCC/pages/31952515), the addresses will be stored as BP addresses, based on the mapping provided in the ‘BP Address Types’ tab.
If more than one relevant entry is found, the first found one is used. If none found, an error is thrown.
‘Default’ addresses are saved as ‘standard’ in SAP.
If only one address of a given type is allowed in SAP, then the validity date of the former one ends and the new address becomes the only valid one
When Business Partners are disabled:
Addresses for Vendors will be stored only in a dedicated table - /PACG/ECM_BPOADR. Data from this table can be used by custom implementation of address storing.
Addresses for Customers will be stored in a new customer created during inbound processing of an address. The customer is then linked to the original customer via a partner role. If customer creation fails, the address is stored in the /PACG/ECM_BPOADR table.
Info |
---|
Entries from the dedicated table can be periodically deleted with https://proaxia-prod-doc.atlassian.net/wiki/spaces/PFCC/pages/2309226503. |
...