UGMD310S SAP (FIN Master Data: Text Node) Table details

Dictionary Type: Table
Description: FIN Master Data: Text Node




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




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

UGMD310S is a standard SAP Table which is used to store FIN Master Data: Text Node data and is available within R/3 SAP systems depending on the version and release level.

The UGMD310S table consists of various fields, each holding specific information or linking keys about FIN Master Data: Text Node data available in SAP. These include SID (FIN Master Data: SID of Text Node), FIELDNAME_SID (FIN Master Data: SID of Field Names), VALUE_SID (FIN Master Data: Surrogate ID), TEXTNODE (FIN Workbench: Text Node).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP UGMD310S 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
SIDFIN Master Data: SID of Text Node UG_NODENAME_SIDINT410Assigned to domainUG_SID
FIELDNAME_SIDFIN Master Data: SID of Field Names UG_FIELDNAME_SIDINT410Assigned to domainUG_SID
VALUE_SIDFIN Master Data: Surrogate ID UG_SIDINT410Assigned to domainUG_SID
TEXTNODEFIN Workbench: Text Node UG_NODENAMECHAR32UGMD310CALPHAUG_NODENAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM UGMD310S
INTO CORRESPONDING FIELDS OF WA_UGMD310S
WHERE...

How to access SAP table UGMD310S

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