DRFD_APPL_FILT_C SAP (FilterCriteria) Table details

Dictionary Type: Table
Description: FilterCriteria




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




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

DRFD_APPL_FILT_C is a standard SAP Table which is used to store FilterCriteria data and is available within R/3 SAP systems depending on the version and release level.

The DRFD_APPL_FILT_C table consists of various fields, each holding specific information or linking keys about FilterCriteria data available in SAP. These include DB_NAME_LONG (Character field, length 32), DB_KEY (NodeID), PARENT_KEY (NodeID), NODE_CAT_KEY (NodeID).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DRFD_APPL_FILT_C 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DB_NAME_LONGCharacter field, length 32 CHAR32CHAR32CHAR32
DB_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
PARENT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
NODE_CAT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
FILTER_IDFilter for a Filter Object DRF_FILTERNUMC2Assigned to domainEAN11DRF_FILTER
TABLE_NAMEDRF Table Name DRF_TABNAMECHAR30DD02LAS4TABDTB
FIELD_NAMEDRF Field Name DRF_FIELDNAMECHAR30DD03LFDNAMEDFD
SIGNDRF ABAP: ID: I/E (include/exclude values) DRF_TVARV_SIGNCHAR1SYCHAR01
OPTDRF ABAP: Selection option (EQ/BT/CP/...) DRF_TVARV_OPTICHAR2SYCHAR02
LOWDRF 'Generic' SELECT-OPTION for Dynamic Selections DRF_RSDSSELOPCHAR45RSDSSELOPT
HIGHDRF 'Generic' SELECT-OPTION for Dynamic Selections DRF_RSDSSELOPCHAR45RSDSSELOPT
CREATION_DATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CREATED_BYUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
CHANGE_DATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGED_BYUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS

Key field Non-key field



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

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

SELECT SINGLE *
FROM DRFD_APPL_FILT_C
INTO CORRESPONDING FIELDS OF WA_DRFD_APPL_FILT_C
WHERE...

How to access SAP table DRFD_APPL_FILT_C

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