/FLDQ/AD_CFG_RVW SAP (Maintain Address Reviewer Settings) Table details

Dictionary Type: Table
Description: Maintain Address Reviewer Settings




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




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

/FLDQ/AD_CFG_RVW is a standard SAP Table which is used to store Maintain Address Reviewer Settings data and is available within R/3 SAP systems depending on the version and release level.

The /FLDQ/AD_CFG_RVW table consists of various fields, each holding specific information or linking keys about Maintain Address Reviewer Settings data available in SAP. These include COUNTRY_CODE (Country Key), LAST_LINE (Parameter Value), ADDRESS_LINE (Parameter Value), SECONDARY_LINE (Parameter Value).. 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: Can be enhanced (character-type)


SAP /FLDQ/AD_CFG_RVW 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
GAC_STATUS_CODEAddress Engine Status Code /FLDQ/AD_STATUS_CODECHAR10/FLDQ/STATUS_CODE
COUNTRY_CODECountry Key LAND1CHAR3T005LAND1LND
LAST_LINEParameter Value /FLDQ/AD_PARAM_VALUECHAR80CHAR80
ADDRESS_LINEParameter Value /FLDQ/AD_PARAM_VALUECHAR80CHAR80
SECONDARY_LINEParameter Value /FLDQ/AD_PARAM_VALUECHAR80CHAR80

Key field Non-key field



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

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

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

How to access SAP table /FLDQ/AD_CFG_RVW

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