BAPINADDRX SAP (IS-H: Address Changes (Central Address Structure)) Structure details

Dictionary Type: Structure
Description: IS-H: Address Changes (Central Address Structure)




ABAP Code to SELECT data from BAPINADDRX
Related tables to BAPINADDRX
Access table BAPINADDRX




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

BAPINADDRX 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 "IS-H: Address Changes (Central Address Structure)" 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_BAPINADDRX TYPE BAPINADDRX.

The BAPINADDRX table consists of various fields, each holding specific information or linking keys about IS-H: Address Changes (Central Address Structure) data available in SAP. These include COUNTRY (IS-H: Country), COUNTRYX (Updated information in related user data field), COUNTRY_ISO (Country ISO code), REGION (IS-H: Region (Federal State, Province, County)).. 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 (character-type)


SAP BAPINADDRX 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
ADDR_NOIS-H: Address Number ISH_ADRNRCHAR10Assigned to domainALPHAISH_ADRNR
COUNTRYIS-H: Country ISH_LANDCHAR3T005LAND1
COUNTRYXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
REGIONIS-H: Region (Federal State, Province, County) ISH_REGIONCHAR3T005SREGIO
REGIONXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PCDIS-H: Postal Code of City ISH_PSTLZOCHAR10PSTLZ
PCDXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CITYIS-H: City ISH_CITY1CHAR40TEXT40
CITYXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STD_CITYStandardized City Name ISH_STCITYCHAR40CHAR40
DISTRICTIS-H: District ISH_CITY2CHAR40TEXT40
DISTRICTXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STR_NOIS-H: Street ISH_STRASSCHAR40TEXT40
STR_NOXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STR_SUPIS-H: Other Designation Qualifying the Address ISH_STRASZCHAR40TEXT40
STR_SUPXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GEOGR_AREAIS-H: Geographical Area EINZGEBIETCHAR9EINZGEBIET
GEOGR_AREAXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
POBOX_PCDIS-H: Postal Code of P.O. Box ISH_PSTLZPCHAR10PSTLZ
POBOX_PCDXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
POBOXIS-H: Post Office Box ISH_POBOXCHAR10ISH_PFACH
POBOXXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
POB_COUNTRYCountry of Post Office Box ISH_LANDPBCHAR3T005LAND1
POB_COUNTRYXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
POB_COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
POBOX_CITYIS-H: PO Box City ISH_CITYPBCHAR40TEXT40
POBOX_CITYXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COMPANY_PCDIS-H: Postal Code of Company (for Major Accounts) ISH_PSTLZFCHAR10PSTLZ
COMPANY_PCDXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PHONESXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FAXNOFax Number ISH_FAXNRCHAR30CHAR30
FAXNOXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FAXEXTENSIONIS-H: Fax Number - Extension ISH_FAXEXTCHAR10CHAR10
FAXEXTENSIONXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TELEXNOIS-H: Telex Number ISH_TELETXCHAR30TEXT30
TELEXNOXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BUILDINGIS-H: Block/House ISH_BUILDCHAR10TEXT10
BUILDINGXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FLOORIS-H: Block/House Level ISH_FLOORCHAR10TEXT10
FLOORXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UNITIS-H: Unit Number ISH_ROOMCHAR10TEXT10
UNITXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
E_MAILIS-H: Internet Mail (SMTP) Address ISH_SMTPADRCHAR241SXIDNAD_SMTPADR
E_MAILXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HOUSE_NOHouse Number AD_HSNM1CHAR10TEXT10
HOUSE_NOXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



How do I retrieve data from SAP structure BAPINADDRX using ABAP code?

As BAPINADDRX 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 BAPINADDRX as there is no data to select.

How to access SAP table BAPINADDRX

Within an ECC or HANA version of SAP you can also view further information about BAPINADDRX 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!