SAP ADRPSTCODE Postal codes Table
Overview
ADRPSTCODE is a standard SAP S/4HANA table that stores Postal codes data. There are total 7 fields in the ADRPSTCODE table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table ADRPSTCODE belongs to Address Management/Business Address (BC-SRV-ADR) module and is located in the package SAP Technology - Business Services: Regional Structure (SZRS).
In addition, following links provide an overview of foreign key relationships, if any, that link ADRPSTCODE to other SAP tables and standard CDS views available based on ADRPSTCODE table in S/4HANA 2020.
Techincal Settings of ADRPSTCODE
Below are technical details of the table ADRPSTCODE
- Buffering switched on
- Single entries of table were buffered
- Storage type is Column Store
List of ADRPSTCODE Fields
The following table gives you an overview of the fields available in ADRPSTCODE
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| CLIENT | Client | MANDT | T000 | CLNT | 3 |
| COUNTRY | Country/Region Key | LAND1 | T005 | CHAR | 3 |
| POST_CODE | Postal Code | POST_CODE | CHAR | 10 | |
| FLAG_DELIV | Flag: Delivery postal code | FLAG_DELIV | CHAR | 1 | |
| FLAG_POBOX | Flag: PO Box postal code | FLAG_POBOX | CHAR | 1 | |
| FLAG_CUST | Flag: Major customer postal code | FLAG_CUST | CHAR | 1 | |
| FLAG_CSTGR | Flag: Group major customer postal code | FLAG_CSTGR | CHAR | 1 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for ADRPSTCODE
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| ADRPSTCODE | CLIENT | 1: CN | T000 |
| ADRPSTCODE | COUNTRY | 1: CN | T005 |