EKUNADRD SAP (Screen Fields: Cust. Addr. and Communication for Subscreens) Structure details

Dictionary Type: Structure
Description: Screen Fields: Cust. Addr. and Communication for Subscreens




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




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

EKUNADRD 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 "Screen Fields: Cust. Addr. and Communication for Subscreens" 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_EKUNADRD TYPE EKUNADRD.

The EKUNADRD table consists of various fields, each holding specific information or linking keys about Screen Fields: Cust. Addr. and Communication for Subscreens data available in SAP. These include STREET (Street), HOUSE_NUM1 (House Number), HOUSE_NUM2 (House number supplement), COUNTRY (Country Key).. 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 EKUNADRD 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
STREETCODEStreet Number for City/Street File AD_STRNUMCHAR12Assigned to domainALPHASTRT_CODE
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
HOUSE_NUM2House number supplement AD_HSNM2CHAR10TEXT10
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
REGIONSTATE (State, Province, County) REGIOCHAR3T005SREGIO
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
CITY_CODECity code for city/street file AD_CITYNUMCHAR12Assigned to domainALPHACITY_CODE
CITYP_CODEDistrict code for City and Street file AD_CITYPNMCHAR8Assigned to domainALPHACITYP_CODE
HOME_CITYCity (different from postal city) AD_CITY3CHAR40TEXT40
CITYH_CODEDifferent city for city/street file AD_CITYHNMCHAR12Assigned to domainALPHACITY_CODE
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
CITY2District AD_CITY2CHAR40TEXT40CITY_PART
STR_SUPPL2Street 3 AD_STRSPP2CHAR40TEXT40
STR_SUPPL3Street 4 AD_STRSPP3CHAR40TEXT40
BUILDINGBuilding (Number or Code) AD_BLDNGCHAR20TEXT20
FLOORFloor in building AD_FLOORCHAR10TEXT10
ROOMNUMBERRoom or Appartment Number AD_ROOMNUMCHAR10TEXT10
PO_BOXPO Box AD_POBXCHAR10CHAR10
CITY_CODE2City PO box code (City file) AD_CIT2NUMCHAR12Assigned to domainALPHACITY_CODE
PO_BOX_REGRegion for PO Box (Country, State, Province, ...) AD_POBXREGCHAR3Assigned to domainREGIO
PO_BOX_CTYPO box country AD_POBXCTYCHAR3Assigned to domainLAND1
POST_CODE2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
PO_BOX_LOCPO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
POST_CODE3Company Postal Code (for Large Customers) AD_PSTCD3CHAR10CHAR10
PCODE1_EXT(Not Supported)City Postal Code Extension, e.g. ZIP+4+2 Code AD_PST1XTCHAR10CHAR10
PCODE2_EXT(Not Supported) PO Box Postal Code Extension AD_PST2XTCHAR10CHAR10
PCODE3_EXT(Not Supported) Major Customer Postal Code Extension AD_PST3XTCHAR10CHAR10
TAXJURCODETax Jurisdiction AD_TXJCDCHAR15AD_TXJCDTXJ
TIME_ZONEAddress time zone AD_TZONECHAR6TTZZTZNZONE
TEL_NUMBERTelephone No.: Dialling Code + Number E_TLNMBRCHAR30CHAR30
TEL_EXTENSTelephone no.: Extension AD_TLXTNSCHAR10CHAR10
MOB_NUMBERFirst Mobile Phone No.: Dial.Code + Number (Address-Indep.) E_MBNMBR1CHAR30CHAR30
TEL_NUMBER_AIFirst Telephone No.: Dial.Code + Number - Address-Independ. E_TLNMBR1_AICHAR30CHAR30
TEL_EXTENS_AITelephone no.: Extension AD_TLXTNSCHAR10CHAR10
SMTP_ADDR_AIE-Mail Address (Address-Independent) E_SMTPADR_AICHAR241SXIDNAD_SMTPADR
FAX_NUMBERFax Number: Dialling Code + Number E_FXNMBRCHAR30CHAR30
FAX_EXTENSFax no.: Extension AD_FXXTNSCHAR10CHAR10
SMTP_ADDRE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
OTHER_ADDRAdditional addresses for customer exist OTHER_ADDRCHAR1KENNZX
LANDTCountry Name LANDXCHAR15TEXT15
REGIONTText for region REGIONTCHAR20TEXT20
SPRASTName of Language SPTXTCHAR16SPTXT16DSB

Key field Non-key field



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

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

How to access SAP table EKUNADRD

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