DRFC_FILT SAP (Available Filters on Filter Objects) Table details

Dictionary Type: Table
Description: Available Filters on Filter Objects




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




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

DRFC_FILT is a standard SAP Table which is used to store Available Filters on Filter Objects data and is available within R/3 SAP systems depending on the version and release level.

The DRFC_FILT table consists of various fields, each holding specific information or linking keys about Available Filters on Filter Objects data available in SAP. These include FILTER (Filter for a Filter Object), CATEGORY (Filter Type), STRUCNAME (Structure Name for the Definition of Explicit Filter), STRUCNAME_ADHOC (Structure of Manual Filter Parameter for Complex Filter).. 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)

Text table = DRFC_FILTT


SAP DRFC_FILT 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
FOBJFilter Object DRF_FILTER_OBJECTCHAR10DRFC_FOBJDRF_FILTER_OBJECTDRFFOBJ
FILTERFilter for a Filter Object DRF_FILTERNUMC2EAN11DRF_FILTER
CATEGORYFilter Type DRF_FILTER_CATEGORYNUMC1DRF_FILTER_CATEGORY
STRUCNAMEStructure Name for the Definition of Explicit Filter DRF_STRUCNAME_EXP_FILTERCHAR30DD02LAS4TAB
STRUCNAME_ADHOCStructure of Manual Filter Parameter for Complex Filter DRF_STRUCNAME_EXP_FILTER_ADHOCCHAR30DD02LAS4TAB
IMPL_CLASSImplementing Class of Complex or Implicit Filter DRF_FILTER_IMPL_CLASSCHAR30SEOCLSNAME

Key field Non-key field



How do I retrieve data from SAP table DRFC_FILT using ABAP code

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

SELECT SINGLE *
FROM DRFC_FILT
INTO CORRESPONDING FIELDS OF WA_DRFC_FILT
WHERE...

How to access SAP table DRFC_FILT

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