/FLDQ/AD_ERRQTR SAP (Table to store address errors generated during RSADRQU2) Table details

Dictionary Type: Table
Description: Table to store address errors generated during RSADRQU2




ABAP Code to SELECT data from /FLDQ/AD_ERRQTR
Related tables to /FLDQ/AD_ERRQTR
Access table /FLDQ/AD_ERRQTR




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

/FLDQ/AD_ERRQTR is a standard SAP Table which is used to store Table to store address errors generated during RSADRQU2 data and is available within R/3 SAP systems depending on the version and release level.

The /FLDQ/AD_ERRQTR table consists of various fields, each holding specific information or linking keys about Table to store address errors generated during RSADRQU2 data available in SAP. These include ADDRNUMBER (Address number), PERSNUMBER (Person number), ADDR_TYPE (Address type (1=Organization, 2=Person, 3=Contact person)), DATE_FROM (Valid-from date - in current Release only 00010101 possible).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /FLDQ/AD_ERRQTR table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
ADDRNUMBERAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
PERSNUMBERPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
ADDR_TYPEAddress type (1=Organization, 2=Person, 3=Contact person) AD_ADRTYPECHAR1AD_ADRTYPE
DATE_FROMValid-from date - in current Release only 00010101 possible AD_DATE_FRDATS8DATUM
NATIONVersion ID for International Addresses AD_NATIONCHAR1Assigned to domainAD_NATIONADDRESS_NATION
VALIDATED_ONDate the Validation was carried out /FLDQ/AD_VALIDATED_ONDATS8DATS
VALIDATED_ATTime when the Validation was carried out /FLDQ/AD_VALIDATED_ATTIMS6UZEIT
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
ERR_CODEError codes /FLDQ/AD_ERR_CODECHAR4/FLDQ/AD_ERRMAPCHAR4
ERR_CODE_POError codes /FLDQ/AD_ERR_CODECHAR4CHAR4
POST_CODE2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
PO_BOX_REGRegion for PO Box (Country, State, Province, ...) AD_POBXREGCHAR3Assigned to domainREGIO
PO_BOX_CTYPO box country AD_POBXCTYCHAR3Assigned to domainLAND1
CHCKSTATUSCity file test status AD_CHECKSTCHAR1AD_CHECKST

Key field Non-key field



How do I retrieve data from SAP table /FLDQ/AD_ERRQTR using ABAP code

The following ABAP code Example will allow you to do a basic selection on /FLDQ/AD_ERRQTR to SELECT all data from the table
DATA: WA_/FLDQ/AD_ERRQTR TYPE /FLDQ/AD_ERRQTR.

SELECT SINGLE *
FROM /FLDQ/AD_ERRQTR
INTO CORRESPONDING FIELDS OF WA_/FLDQ/AD_ERRQTR
WHERE...

How to access SAP table /FLDQ/AD_ERRQTR

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