/BOFU/S_ADDR_POSTAL_ADDRESSI SAP (Node structure for postal address data - internal) Structure details

Dictionary Type: Structure
Description: Node structure for postal address data - internal




ABAP Code to SELECT data from /BOFU/S_ADDR_POSTAL_ADDRESSI
Related tables to /BOFU/S_ADDR_POSTAL_ADDRESSI
Access table /BOFU/S_ADDR_POSTAL_ADDRESSI




Structure field list including key, data, relationships and ABAP select examples

/BOFU/S_ADDR_POSTAL_ADDRESSI is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Node structure for postal address data - internal" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/BOFU/S_ADDR_POSTAL_ADDRESSI TYPE /BOFU/S_ADDR_POSTAL_ADDRESSI.

The /BOFU/S_ADDR_POSTAL_ADDRESSI table consists of various fields, each holding specific information or linking keys about Node structure for postal address data - internal data available in SAP. These include COUNTRY_CODE (Country Key), REGION (STATE (State, Province, County)), CITY_NAME (City), CITY (City code for city/street file).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP /BOFU/S_ADDR_POSTAL_ADDRESSI structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
REPRESENTATIONVersion ID for International Addresses AD_NATIONCHAR1TSADVAD_NATIONADDRESS_NATION
COUNTRY_CODECountry Key LAND1CHAR3T005LAND1LND
REGIONSTATE (State, Province, County) REGIOCHAR3T005SREGIO
CITY_NAMECity AD_CITY1CHAR40TEXT40CLCITYNAME
CITYCity code for city/street file AD_CITYNUMCHAR12ADRCITYALPHACITY_CODE
ADDITIONAL_CITY_NAMECity (different from postal city) AD_CITY3CHAR40TEXT40
CITY2City code for city/street file AD_CITYNUMCHAR12ADRCITYALPHACITY_CODE
DISTRICT_NAMEDistrict AD_CITY2CHAR40TEXT40CITY_PART
DISTRICTDistrict code for City and Street file AD_CITYPNMCHAR8ADRCITYPRTALPHACITYP_CODE
STREET_POSTAL_CODECity postal code AD_PSTCD1CHAR10CHAR10
POBOX_POSTAL_CODEPO Box Postal Code AD_PSTCD2CHAR10CHAR10
COMPANY_POSTAL_CODECompany Postal Code (for Large Customers) AD_PSTCD3CHAR10CHAR10
STREET_PREFIX_NAMEStreet 2 AD_STRSPP1CHAR40TEXT40
ADDITIONAL_STREET_PREFIX_NAMEStreet 3 AD_STRSPP2CHAR40TEXT40
STREET_NAMEStreet AD_STREETCHAR60TEXT60CLSTRTNAME
STREETStreet Number for City/Street File AD_STRNUMCHAR12ADRSTREETALPHASTRT_CODE
STREET_SUFFIX_NAMEStreet 4 AD_STRSPP3CHAR40TEXT40
ADDITIONAL_STREET_SUFFIX_NAMEStreet 5 AD_LCTNCHAR40TEXT40
HOUSE_IDHouse Number AD_HSNM1CHAR10TEXT10
ADDITIONAL_HOUSE_IDHouse number supplement AD_HSNM2CHAR10TEXT10
BUILDING_IDBuilding (Number or Code) AD_BLDNGCHAR20TEXT20
ROOM_IDRoom or Appartment Number AD_ROOMNUMCHAR10TEXT10
FLOOR_IDFloor in building AD_FLOORCHAR10TEXT10
CARE_OF_NAMEc/o name AD_NAME_COCHAR40TEXT40
MAIL_NO_DELIVERYStreet Address Undeliverable Flag AD_NO_USESCHAR4Assigned to domainAD_NO_USE
REGION_GROUPRegional structure grouping REGIOGROUPCHAR8ADRREGGRPREGIOGROUP
POBOX_DEVIATING_COUNTRY_CODEISO country code 3 char INTCA3CHAR3INTCA3
REGION2 0
POBOX_DEVIATING_CITY_NAMEPO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
CITY3City code for city/street file AD_CITYNUMCHAR12ADRCITYALPHACITY_CODE
POBOX_IDPO Box AD_POBXCHAR10CHAR10
POBOX_INDICATORFlag: PO Box Without Number AD_POBXNUMCHAR1XFELD
MAIL_NO_DELIVERY2Street Address Undeliverable Flag AD_NO_USESCHAR4Assigned to domainAD_NO_USE
TAXJURISDICTIONTax Jurisdiction AD_TXJCDCHAR15AD_TXJCDTXJ
TIME_ZONE_CODEAddress time zone AD_TZONECHAR6TTZZTZNZONE
REG_STRUC_CONSISTENCY_CODECity file test status AD_CHECKSTCHAR1AD_CHECKST

Key field Non-key field



How do I retrieve data from SAP structure /BOFU/S_ADDR_POSTAL_ADDRESSI using ABAP code?

As /BOFU/S_ADDR_POSTAL_ADDRESSI is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /BOFU/S_ADDR_POSTAL_ADDRESSI as there is no data to select.

How to access SAP table /BOFU/S_ADDR_POSTAL_ADDRESSI

Within an ECC or HANA version of SAP you can also view further information about /BOFU/S_ADDR_POSTAL_ADDRESSI and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!