SAP table SANS1 (Address table)
SAP table SANS1 has 2 primary key fields being MANDT,ADRNR.
If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.
Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
---|---|---|---|---|---|---|---|
MANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |
ADRNR | Address number | CHAR | 10 | 0 | SADRNR | ||
LAND1 | Country/Region Key | CHAR | 3 | 0 | T005 | LAND1 | |
PSTLZ | Postal Code | CHAR | 10 | 0 | PSTLZ | ||
ORT01 | City | CHAR | 35 | 0 | ORT01_GP | ||
ORT02 | District | CHAR | 35 | 0 | ORT02_GP | ||
PSTBZ | Post delivery district | CHAR | 15 | 0 | PSTBZ | ||
STRAS | Street and House Number | CHAR | 35 | 0 | STRAS_GP | ||
STRA1 | Street and House Number | CHAR | 35 | 0 | STRAS_GP | ||
REGIO | Region (State, Province, County) | CHAR | 3 | 0 | T005S | REGIO | |
ORT01_MC | IS-IS: City 1 in upper case characters for matchcode search | CHAR | 16 | 0 | VVXORT01MC | ||
STRAS_MC | IS-IS: Street in upper case characters for matchcode search | CHAR | 16 | 0 | VVXSTRASMC | ||
ADDRESS_ID | (Not supported) Physical address ID | CHAR | 10 | 0 | AD_ADDR_ID |
SANS1 foreign key relationships
Table | Field | Check Table | Check Field | |
---|---|---|---|---|
0 SANS1 | LAND1 | T005 | Countries | MANDT |
0 SANS1 | LAND1 | T005 | Countries | LAND1 |
1 SANS1 | REGIO | T005S | Taxes: Region (Province) Key | LAND1 |