ADRSTREETD SAP (Street: Screen fields) Structure details

Dictionary Type: Structure
Description: Street: Screen fields




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




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

ADRSTREETD 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 "Street: Screen fields" 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_ADRSTREETD TYPE ADRSTREETD.

The ADRSTREETD table consists of various fields, each holding specific information or linking keys about Street: Screen fields data available in SAP. These include COUNTRY (Country Key), STRT_CODE (Street Number for City/Street File), CITY_CODE (City Code for City/Street File), CITYP_CODE (District code for city and 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 (character-type)


SAP ADRSTREETD 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
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
STRT_CODEStreet Number for City/Street File STRT_CODECHAR12ADRSTREETALPHASTRT_CODESTNSTRTA
CITY_CODECity Code for City/Street File CITY_CODECHAR12ADRCITYALPHACITY_CODEORTCITYA
CITYP_CODEDistrict code for city and street file CITYP_CODECHAR8ADRCITYPRTALPHACITYP_CODECPRTA
STRTYPEABStreet type abbreviation STRTYPEABCHAR2ADRSTRTYPESTRTYPEAB
COMMU_CODEMunicipality key COMMU_CODECHAR15COMMU_CODE
REGIOGROUPRegional structure grouping REGIOGROUPCHAR8ADRREGGRPREGIOGROUP
TAXJURCODETax Jurisdiction AD_TXJCDCHAR15AD_TXJCDTXJ
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
MC_STREETStreet name in upper case for search help AD_MC_STRTCHAR25CHAR25
STREET_SHRLong abbreviation of street name (22 chars) STREET_SHRCHAR22TEXT22
STREET_S15Short abbreviation of street name (15 chars) STREET_S15CHAR15TEXT15
V_STRTCODEStreet Number for City/Street File STRT_CODECHAR12ADRSTREETALPHASTRT_CODESTNSTRTA
NRNRNumber range number NRNRCHAR2CHAR2
SPTXTName of Language SPTXTCHAR16SPTXT16DSB
LANDXCountry Name LANDXCHAR15TEXT15
STRTYPEText (30 Characters) TEXT30CHAR30TEXT30
CITY_PARTDistrict AD_CITY2CHAR40TEXT40CITY_PART
PCD_CTYPRTPostal Code POST_CODECHAR10ADRPSTCODEPOST_CODEPSCPSTC
REGGRPNAMEText Field TEXT50CHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table ADRSTREETD

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