SAP Table ADRPOBOX
PO Boxes
ADRPOBOX (PO Boxes) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link ADRPOBOX to other SAP tables.
ADRPOBOX table fields
Field | Data element | Checktable | Datatype | Length | Decimals | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CLIENT | Client | MANDT | T000 | CLNT | 3 | 0 | ||||||||
COUNTRY | Country Key | LAND1 | T005 | CHAR | 3 | 0 | ||||||||
CITY_CODE | City Code for City/Street File | CITY_CODE | ADRCITY | CHAR | 12 | 0 | ||||||||
PO_BOX_HGH | P.O. box - upper limit of an interval | PO_BOX_HGH | CHAR | 10 | 0 | |||||||||
PO_BOX_LOW | P.O. box - lower limit of an interval | PO_BOX_LOW | CHAR | 10 | 0 | |||||||||
PO_BOX_IND | Post box no. ID (even/uneven/all) | PO_BOX_IND | NUMC | 1 | 0 |
Possible values
|
||||||||
POST_CODE | Postal Code | POST_CODE | ADRPSTCODE | CHAR | 10 | 0 | ||||||||
PO_BOX_TXT | P.O. box text | PO_BOX_TXT | CHAR | 50 | 0 |
ADRPOBOX foreign key relationships
Table | Field | Foreign key table | Foreign key field | Check table | Check field | |
---|---|---|---|---|---|---|
ADRPOBOX | CITY_CODE | ADRPOBOX | CLIENT | ADRCITY | Postal cities | CLIENT |
ADRPOBOX | CITY_CODE | ADRPOBOX | COUNTRY | ADRCITY | Postal cities | COUNTRY |
ADRPOBOX | CITY_CODE | ADRPOBOX | CITY_CODE | ADRCITY | Postal cities | CITY_CODE |
ADRPOBOX | CLIENT | ADRPOBOX | CLIENT | T000 | Clients | MANDT |
ADRPOBOX | COUNTRY | ADRPOBOX | CLIENT | T005 | Countries | MANDT |
ADRPOBOX | COUNTRY | ADRPOBOX | COUNTRY | T005 | Countries | LAND1 |
ADRPOBOX | POST_CODE | ADRPOBOX | CLIENT | ADRPSTCODE | Postal codes | CLIENT |
ADRPOBOX | POST_CODE | ADRPOBOX | COUNTRY | ADRPSTCODE | Postal codes | COUNTRY |
ADRPOBOX | POST_CODE | ADRPOBOX | POST_CODE | ADRPSTCODE | Postal codes | POST_CODE |