Model / CROSS / ADRC

CROSS — Cross-Application Foundation

ADRC

37 fields · 4 key · 8 foreign keys · sourced from leanx.eu

Addresses (Business Address Services) — the central address table every ADRNR/ADDRNUMBER field in the model resolves to. ADRC holds the postal name, street, city, region, country, and default-communication-method data for every business partner, customer, vendor, company code, plant, and personnel address in the system; ADR2 (telephone), ADR3 (fax), and ADR6 (e-mail) are its per-communication-type child tables, all keyed on ADDRNUMBER back to this header. SAP's real ADRC carries roughly 95 fields covering city/street-file validation, PO-box handling, and township/county extensions; this definition carries the full postal identity, key/organizational fields, language, region/country linkage, default communication flags, and the UUID/error-status fields — the set any address resolution or downstream ESG/interaction-record join actually consumes, not every not-supported legacy field.

Hover a canonical name to see the legacy SAP field name

Canonical nameConceptDescriptionData elementTypeCheck table
CLI keycliensClientMANDTCLNT 3T000
DML_NUM_CLV keydomicilium numerus clavisAddress number — the key every ADRNR field elsewhere in the model points toAD_ADDRNUMCHAR 10
VLA_DIE_EMS keyvalidus ab dies emissioValid-from date - in current Release only 00010101 possibleAD_DATE_FRDATS 8
VRS keyversioVersion ID for International AddressesAD_NATIONCHAR 1TSADV
VLD_DIE_EMSvalidus ad dies emissioValid-to date - in current Release only 99991231 possibleAD_DATE_TODATS 8
FRM_DML_CLVforma domicilium clavisForm-of-Address KeyAD_TITLECHAR 4TSAD3
NOMnomenName 1AD_NAME1CHAR 40
NOM2nomenName 2AD_NAME2CHAR 40
NOM3nomenName 3AD_NAME3CHAR 40
NOM4nomenName 4AD_NAME4CHAR 40
NOM_CMP_FRMnomen campus formaConverted name field (with form of address)AD_NAMETXTCHAR 50
NOM5nomenc/o nameAD_NAME_COCHAR 40
URBurbsCityAD_CITY1CHAR 40
CITY2DistrictAD_CITY2CHAR 40
URB_CODurbs codexCity postal codeAD_PSTCD1CHAR 10
PO_BOXPO BoxAD_POBXCHAR 10
STREETStreetAD_STREETCHAR 60
NUMnumerusHouse NumberAD_HSNM1CHAR 10
STR_SUPPL1Street 2AD_STRSPP1CHAR 40
LOCATIONStreet 5AD_LCTNCHAR 40
NUM_CODnumerus codexBuilding (Number or Code)AD_BLDNGCHAR 20
PTR_CLVpatria clavisCountry KeyLAND1CHAR 3T005
LNG_CLVlingua clavisLanguage KeySPRASLANG 1T002
REGregioRegion (State, Province, County)REGIOCHAR 3T005S
DML_CTS_CLVdomicilium coetus clavisAddress Group (Key) (Business Address Services)AD_GROUPCHAR 4TSAD7
SORT1Search Term 1AD_SORT1CHAR 20
SORT2Search Term 2AD_SORT2CHAR 20
CLV_DML_CNLclavis domicilium canalisCommunication Method (Key) (Business Address Services) — which of ADR2/ADR3/ADR6 etc. is the default channelAD_COMMCHAR 3TSAC
PRI_TEL_CODprimus telephonum codexFirst telephone no.: dialling code+numberAD_TLNMBR1CHAR 30
PRI_COD_NUMprimus codex numerusFirst fax no.: dialling code+numberAD_FXNMBR1CHAR 30
SGN_TEL_NUMsignum telephonum numerusFlag: Telephone number(s) maintained — points at ADR2AD_FLGCM02CHAR 1
SGN_NUMsignum numerusFlag: Fax number(s) maintained — points at ADR3AD_FLGCM03CHAR 1
IDX_DMLindex domiciliumIndicator: E-Mail Address(es) Maintained — points at ADR6AD_FLGCM06CHAR 1
DML_ZTMdomicilium zona temporisAddress time zoneAD_TZONECHAR 6TTZZ
TRBtributumTax JurisdictionAD_TXJCDCHAR 15
DMLdomiciliumUUID Used in the AddressAD_UUIDRAW 16
STA_DMLstatus domiciliumError Status of AddressAD_ERR_STATUSCHAR 1

Foreign keys

FieldCheck tableCheck field
CLIENTT000MANDT
COUNTRYT005LAND1
LANGUT002SPRAS
REGIONT005SBLAND
TITLETSAD3TITLE
ADDR_GROUPTSAD7ADDR_GROUP
DEFLT_COMMTSACCOMM_TYPE
TIME_ZONETTZZTZONE

View ADRC.yaml in the repository