ADRC_REGIO SAP (Structure with data from address not in ADRC) Structure details

Dictionary Type: Structure
Description: Structure with data from address not in ADRC




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




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

ADRC_REGIO 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 "Structure with data from address not in ADRC" 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_ADRC_REGIO TYPE ADRC_REGIO.

The ADRC_REGIO table consists of various fields, each holding specific information or linking keys about Structure with data from address not in ADRC data available in SAP. These include FLAG_STRTS (Flag: Street directory exists), COMMU_CODE (Municipality key), CITY_SHORT (Long abbreviation of the city name (24 chars)), CITY_SH10 (Short abbreviation of the city name (10 chars)).. 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: Cannot Be Enhanced


SAP ADRC_REGIO 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
DEF_LANGUDefault language for city DEF_LANGULANG1T002ISOLASPRASSPR
FLAG_STRTSFlag: Street directory exists FLAG_STRTSCHAR1RS_XFIELD
COMMU_CODEMunicipality key COMMU_CODECHAR15COMMU_CODE
CITY_SHORTLong abbreviation of the city name (24 chars) CITY_SHORTCHAR24TEXT24
CITY_SH10Short abbreviation of the city name (10 chars) CITY_SH10CHAR10TEXT10
CITY_EXTCity name extension CITY_EXTCHAR30TEXT30
MC_CITYCity name in upper case for search help AD_MC_CITYCHAR25CHAR25
STREET_SHRLong abbreviation of street name (22 chars) STREET_SHRCHAR22TEXT22
STREET_S15Short abbreviation of street name (15 chars) STREET_S15CHAR15TEXT15
MC_STREETStreet name in upper case for search help AD_MC_STRTCHAR25CHAR25

Key field Non-key field



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

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

How to access SAP table ADRC_REGIO

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