CDQ Data Quality as Service

Idea Portal

Use SAP Standard for International Address Versions

SAP Documentation: https://help.sap.com/viewer/a10e348e95cd4b679cc727859578c3ac/1610%20003/en-US/4e4a2843e8801ecfe10000000a42189b.html

Currently we define the version for addresses as follow:
"version": {

"language": {

"name": "zh",

"technicalKey": "zh"

},

"characterSet": {

"name": "Chinese",

"technicalKey": "CHINESE"

}

}

And for names:

"names": [

{

"type": {

"url": "https://meta.cdq.com/Business_partner/name/type/local",

"name": "Local Name",

"technicalKey": "LOCAL"

},

"value": "深圳市世宗自动化设备有限公司",

"language": {}

},

{

"type": {

"url": "https://meta.cdq.com/Business_partner/name/type/international",

"name": "International Name",

"technicalKey": "INTERNATIONAL"

},

"value": "Shenzhen Saejong automation equipment co.LTD",

"language": {}

}

]


It will be easier to explain to customers if we simply used SAP standard and define the "version" according to their table.

Key

Language

A

Arabic

B

Hebrew

C

Chinese

G

Greek

H

Hangul (Korean)

I

International

K

Kanji

M

Chinese (traditional)

N

Katakana

R

Cyrillic

T

Thai


Additionally, the same standard should apply to all our API request parameters and responses.

  • Edmund Leong
  • Jan 21 2022
  • Needs review
  • Attach files
  • +1