DRFD_APPL_FILT_H SAP (Data Replication Filter Root Node) Table details

Dictionary Type: Table
Description: Data Replication Filter Root Node




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




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

DRFD_APPL_FILT_H is a standard SAP Table which is used to store Data Replication Filter Root Node data and is available within R/3 SAP systems depending on the version and release level.

The DRFD_APPL_FILT_H table consists of various fields, each holding specific information or linking keys about Data Replication Filter Root Node data available in SAP. These include DB_NAME_LONG (Character field, length 32), DB_KEY (NodeID), NODE_CAT_KEY (NodeID), ID (ID of Filter Criteria Set).. 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: Cannot Be Enhanced


SAP DRFD_APPL_FILT_H 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
NODE_CAT_KEYNodeID /BOBF/CONF_KEYRAW16/BOBF/CONF_KEY
IDID of Filter Criteria Set DRF_FILTER_CRIT_SET_IDCHAR25
APPLReplication Model DRF_APPLCHAR10DRFC_APPLDRF_APPLDRFAPPLDRF_SH_APPL
FOBJFilter Object DRF_FILTER_OBJECTCHAR10Assigned to domainDRF_FILTER_OBJECTDRFFOBJ
SERV_IMPLOutbound Implementation DRF_OUTB_IMPLCHAR10Assigned to domainDRF_SERV_IMPLDRFSERVIMPL
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_H using ABAP code

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

SELECT SINGLE *
FROM DRFD_APPL_FILT_H
INTO CORRESPONDING FIELDS OF WA_DRFD_APPL_FILT_H
WHERE...

How to access SAP table DRFD_APPL_FILT_H

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