RSDF_S_DATA SAP (Data structures of a data flow) Structure details

Dictionary Type: Structure
Description: Data structures of a data flow




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




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

RSDF_S_DATA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Data structures of a data flow" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RSDF_S_DATA TYPE RSDF_S_DATA.

The RSDF_S_DATA table consists of various fields, each holding specific information or linking keys about Data structures of a data flow data available in SAP. These include DATAFLOW (Data flow/data flow template), OBJVERS (Object version), IS_TEMPLATE (Flag: Data flow is a data flow template), INFOAREA (InfoArea).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RSDF_S_DATA structure 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
S_DMOD 0
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 RSINFOAREACHAR30RSINFOAREARSAREA
CONTRELContent release RSCONTRELCHAR6CHAR6
CONTTIMESTMPContent time stamp: Last modification to the object by SAP RSCONTTIMESTMPDEC15TZNTSTMPS
OWNEROwner (Person Responsible) RSOWNERCHAR12XUBNAMERS_OWNER
BWAPPLBW Application (Namespace) RSBWAPPLCHAR10
TSTPNMLast changed by RSTSTPNMCHAR12XUBNAME
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
TS_DMODT 0
TS_DMODDOCU 0
TS_LINKS 0
TS_NODES 0
TS_NODEATTR 0
TS_NODEATTRLONG 0
TS_NODEST 0
TS_NODEDOCU 0

Key field Non-key field



How do I retrieve data from SAP structure RSDF_S_DATA using ABAP code?

As RSDF_S_DATA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RSDF_S_DATA as there is no data to select.

How to access SAP table RSDF_S_DATA

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