RSDFNODES SAP (Nodes in the Data Models) Table details

Dictionary Type: Table
Description: Nodes in the Data Models




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




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

RSDFNODES is a standard SAP Table which is used to store Nodes in the Data Models data and is available within R/3 SAP systems depending on the version and release level.

The RSDFNODES table consists of various fields, each holding specific information or linking keys about Nodes in the Data Models data available in SAP. These include OBJVERS (Object version), NODEID (ID of Node in Data Flow), AWBOBJ (Object in the AWB (for Tlogo Objects Identical to Tlogo Type), AWBSUBOBJ (Subobject for AWB Object).. 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


SAP RSDFNODES 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
NODEIDID of Node in Data Flow RSDFNODEIDINT410RSDFNODEID
AWBOBJObject in the AWB (for Tlogo Objects Identical to Tlogo Type RSAWBNOBJECTCHAR4RSAWBNOBJECT
AWBSUBOBJSubobject for AWB Object RSAWBNSUBOBJECTCHAR4RSAWBNSUBOBJECT
OBJNMObject Name of an Object in the AWB RSAWBNOBJNMCHAR40SOBJ_NAME
PERSISTENTSpecifies whether the object persists in the system RSDFPERSISTENTCHAR1RSDFPERSISTENT
LEFTPOSX-Position of an Object in Data Flow RSNG_XPOSINT25INT2
TOPPOSY-Position of an Object in Data Flow RSNG_YPOSINT25INT2
RIGHTPOSX-Position of an Object in Data Flow RSNG_XPOSINT25INT2
BOTTOMPOSY-Position of an Object in Data Flow RSNG_YPOSINT25INT2
DOCUTYPEDocumentation Type RSAWBNDOCUTYPECHAR4RSAWBNDOCUTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSDFNODES
INTO CORRESPONDING FIELDS OF WA_RSDFNODES
WHERE...

How to access SAP table RSDFNODES

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