Q0006 SAP (Screen Fields: Infotype 0006 (Addresses)) Structure details

Dictionary Type: Structure
Description: Screen Fields: Infotype 0006 (Addresses)




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




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

Q0006 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: Infotype 0006 (Addresses)" 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_Q0006 TYPE Q0006.

The Q0006 table consists of various fields, each holding specific information or linking keys about Screen Fields: Infotype 0006 (Addresses) data available in SAP. These include TELNR (Telephone Number), AREA1 (Telephone number area code), TELN1 (Telephone Number), AREA2 (Telephone number area code).. 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 Q0006 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
AREACTelephone number area code AREACNUMC3NUM3
TELNRTelephone Number TELNRCHAR14TELNR
AREA1Telephone number area code AREACNUMC3NUM3
TELN1Telephone Number TELNRCHAR14TELNR
AREA2Telephone number area code AREACNUMC3NUM3
TELN2Telephone Number TELNRCHAR14TELNR
AREA3Telephone number area code AREACNUMC3NUM3
TELN3Telephone Number TELNRCHAR14TELNR
AREA4Telephone number area code AREACNUMC3NUM3
TELN4Telephone Number TELNRCHAR14TELNR
ARCQ0Telephone number area code P13Q_AREACCHAR3CHAR3
ARCQ1Telephone number area code P13Q_AREACCHAR3CHAR3
ARCQ2Telephone number area code P13Q_AREACCHAR3CHAR3
ARCQ3Telephone number area code P13Q_AREACCHAR3CHAR3
ARCQ4Telephone number area code P13Q_AREACCHAR3CHAR3
OR1KTAddress in Katakana (Japan) P22J_OR1KTCHAR30CHAR30
ORT1TAddress in Kanji (Japan) P22J_ORT1TCHAR25CHAR25
NAME2Contact Person (Japan) P22J_NAME2CHAR40PAD_NACHN
MUNICMunicipal code PMX_MUNICCHAR4T7MX63PMX_MUNIC
TZOECEconomic zone PMX_ZOECOCHAR1PMX_ZOECO
TIHABType of abode (FONACOT) PMX_TIHABCHAR1PMX_TIHAB
TTIHAText Type of abode (FONACOT) PMX_TTIHACHAR20TEXT20
TOWNTown PTW_TOWNCHAR10TEXT10
VILLAVillage PTW_VILLACHAR10PTW_VILLA
NEIGHNeighborhood PTW_NEIGHCHAR4PTW_NEIGH
ADRTWFull address PTW_ADRTWCHAR60PTW_ADRTW
AREA5Prefix P15_AREACCHAR4CHAR04
AREA6Prefix P15_AREACCHAR4CHAR04
AREA7Prefix P15_AREACCHAR4CHAR04
AREA8Prefix P15_AREACCHAR4CHAR04
AREA9Prefix P15_AREACCHAR4CHAR04
STRASThird address line (Kanji) P22J_ADDR3CHAR40TEXT40
ORT01First address line (Kanji) P22J_ADDR1CHAR40TEXT40
ORT02Second address line (Kanji) P22J_ADDR2CHAR40TEXT40
OR3KKThird address line (Katakana) P22J_ORKK3CHAR40TEXT40
OR4KKFourth address line (Katakana) P22J_ORKK4CHAR40TEXT40
BPNUMB.P. number PCN_BPNUMNUMC8NUM8
STNUMB.P. station number PCN_STNUMNUMC8NUM08
ORT1KSi/Ku/Kun PKR_ORT1CHAR40TEXT40
ORT2KDong/Eup/Myun PKR_ORT2CHAR40TEXT40
EXTN1US:Telephone extension number of the employee PB10_EXTNCHAR5PB10_EXTN
EXTN2US:Telephone extension number of the employee PB10_EXTNCHAR5PB10_EXTN
EXTN3US:Telephone extension number of the employee PB10_EXTNCHAR5PB10_EXTN
EXTN4US:Telephone extension number of the employee PB10_EXTNCHAR5PB10_EXTN
INSEEMunicipality INSEE code P06_INSEECHAR5CHAR5
COMMUEmployee's residential parish P06_COMMUCHAR40TEXT40
WAIT100 P06P_WAIT100CHAR1XFELD
BISTQ P06P_BISTQCHAR3P06P_BISTQ
STRDSStreet type abbreviation STRTYPEABCHAR2Assigned to domainSTRTYPEAB

Key field Non-key field



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

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

How to access SAP table Q0006

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