The ADRPSTCODE table in SAP ERP or S/4HANA stores Postal codes data. There are total 7 fields in ADRPSTCODE table. The Postal codes table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of ADRPSTCODE table. It is in SAP Technology – Business Services: Regional Structure (SZRS) ABAP package and is part of the Address Management/Business Address (BC-SRV-ADR) module.
SAP ADRPSTCODE Table Fields
Following is the list of fields that are available in SAP ADRPSTCODE table. The primary key fields of the table are CLIENT (Client), COUNTRY (Country/Region Key), POST_CODE (Postal Code).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| 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) |


