RSDFDMOD SAP (Directory of Data Flows) Table details

Dictionary Type: Table
Description: Directory of Data Flows




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




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

RSDFDMOD is a standard SAP Table which is used to store Directory of Data Flows data and is available within R/3 SAP systems depending on the version and release level.

The RSDFDMOD table consists of various fields, each holding specific information or linking keys about Directory of Data Flows data available in SAP. These include OBJVERS (Object version), IS_TEMPLATE (Flag: Data flow is a data flow template), INFOAREA (InfoArea), CONTREL (Content release).. 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: Cannot Be Enhanced

Text table = RSDFDMODT


SAP RSDFDMOD 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
DATAFLOWData flow/data flow template RSDFDATAFLOWCHAR30RSDFDATAFLOWRSDFDATAFLOWRSDFDATAFLOW_SEARCHHELP
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
IS_TEMPLATEFlag: Data flow is a data flow template RSDF_IS_TEMPLATECHAR1RSDF_IS_TEMPLATE
INFOAREAInfoArea RSINFOAREACHAR30RSDAREARSINFOAREARSAREA
CONTRELContent release RSCONTRELCHAR6CHAR6
CONTTIMESTMPContent time stamp: Last modification to the object by SAP RSCONTTIMESTMPDEC15TZNTSTMPS
OWNEROwner (Person Responsible) RSOWNERCHAR12Assigned to domainXUBNAMERS_OWNER
BWAPPLBW Application (Namespace) RSBWAPPLCHAR10
TSTPNMLast changed by RSTSTPNMCHAR12USR02XUBNAME
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
HORIZONTALData flow displayed horizontally RSDFHORIZONTALCHAR1RS_BOOL
DOCUTYPEDocumentation Type RSAWBNDOCUTYPECHAR4RSAWBNDOCUTYPE
ALL_OBJ_AS_NODEDisplay All Objects as Nodes RSDF_ALL_OBJECTS_AS_NODECHAR1RSDF_BOOL
HIDE_DTPHide DTPs in Data Flow RSDF_HIDE_DTPCHAR1RS_BOOL
HIDE_IPAKHide InfoPackages in Data Flow RSDF_HIDE_IPAKCHAR1RS_BOOL
HIDE_TRFNHide Transformation in Data Flow RSDF_HIDE_TRFNCHAR1RS_BOOL
HIDE_LSYSHide Source Systems of DataSources RSDF_HIDE_LSYSCHAR1RSDF_BOOL
DISPLAY_TECHNMDisplay Technical Object Name in Data Flow RSDF_DISPLAY_TECHNMCHAR1RSDF_BOOL
AUTO_LAYOUTOptimize Layout After Every Action RSDF_AUTO_LAYOUTCHAR1RSDF_AUTO_LAYOUT

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDFDMOD
INTO CORRESPONDING FIELDS OF WA_RSDFDMOD
WHERE...

How to access SAP table RSDFDMOD

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