/FLDQ/AD_DT_REG SAP (Regions difference table) Table details

Dictionary Type: Table
Description: Regions difference table




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




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

/FLDQ/AD_DT_REG is a standard SAP Table which is used to store Regions difference table data and is available within R/3 SAP systems depending on the version and release level.

The /FLDQ/AD_DT_REG table consists of various fields, each holding specific information or linking keys about Regions difference table data available in SAP. These include SAP_REGIONCODE (STATE (State, Province, County)), DQ_L_REGIONNAME (DQ Long Region Name), SAP_REGIONNAME (Description), DQ_S_REGIONNAME (DQ Short Region Name).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /FLDQ/AD_DT_REG 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
COUNTRYCODECountry Key LAND1CHAR3Assigned to domainLAND1LND
SAP_REGIONCODESTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
DQ_L_REGIONNAMEDQ Long Region Name /FLDQ/AD_DQ_L_REGIONNAMECHAR60
SAP_REGIONNAMEDescription BEZEI20CHAR20TEXT20
DQ_S_REGIONNAMEDQ Short Region Name /FLDQ/AD_DQ_S_REGIONNAMECHAR30
DQ_LANGDQ Server Language /FLDQ/AD_DQ_LANGCHAR4
DQ_SCRIPTDQ Server Script /FLDQ/AD_DQ_SCRIPTCHAR4
STATE 0

Key field Non-key field



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

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

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

How to access SAP table /FLDQ/AD_DT_REG

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