RSGMDDMODNODES SAP (Nodes in the Data Models) Table details

Dictionary Type: Table
Description: Nodes in the Data Models




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




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

RSGMDDMODNODES 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 RSGMDDMODNODES 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), ID (Internal Node ID of a Node in the Data Model), LEFTPOS (X-Position of a Node in the Network), TOPPOS (Y Position of a Node in the Network).. 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 RSGMDDMODNODES 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
DATAMODELData model RSGMD_DMODCHAR30RSGMD_DMOD
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
IDInternal Node ID of a Node in the Data Model RSGMD_NODEIDINT410RSGMD_NODEID
LEFTPOSX-Position of a Node in the Network RSGM_XPOSINT25INT2
TOPPOSY Position of a Node in the Network RSGM_YPOSINT25INT2
RIGHTPOSX-Position of a Node in the Network RSGM_XPOSINT25INT2
BOTTOMPOSY Position of a Node in the Network RSGM_YPOSINT25INT2

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSGMDDMODNODES
INTO CORRESPONDING FIELDS OF WA_RSGMDDMODNODES
WHERE...

How to access SAP table RSGMDDMODNODES

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