V_UGMD1000 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_UGMD1000 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_UGMD1000 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include VALUE_CLASS (Class for Interface IF_UG_MD_CHAR_VALUE), GUI_CLASS (Class for Interface IF_UC_CUST_GUI), GUI_VIA_BDT (FIN Master Data: Display With/Without BDT), CHAR_CLASS (Class for Interface IF_UG_MD_CHAR).. 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: Not classified


SAP V_UGMD1000 table view 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
ROLEFIN Master Data: Role UG_VIEW_ROLECHAR10UG_ROLE
VALUE_CLASSClass for Interface IF_UG_MD_CHAR_VALUE UG_VIEW_CLASS_VALUECHAR30CLASSNAME
GUI_CLASSClass for Interface IF_UC_CUST_GUI UG_VIEW_CLASS_GUICHAR30CLASSNAME
GUI_VIA_BDTFIN Master Data: Display With/Without BDT UG_BDTCHAR1UG_BDT
CHAR_CLASSClass for Interface IF_UG_MD_CHAR UG_VIEW_CLASS_CHARCHAR30CLASSNAME
NET_CLASSClass for Interface IF_UG_MD_HIERARCHY UG_VIEW_CLASS_NETCHAR30CLASSNAME
HIER_CLASSClass for Interface IF_UG_MD_HIERARCHY UG_VIEW_CLASS_HIERCHAR30CLASSNAME
ONLY_LOCALRestriction of Application to Local Field UG_VIEW_ONLY_LOCALCHAR1UG_FLG
ONLY_IOBJRestriction to BW InfoObject UG_VIEW_ONLY_IOBJCHAR30RSIOBJNM
ONLY_INTTYPERestriction to Internal Type UG_VIEW_ONLY_INTTYPECHAR1INTTYPE
ONLY_INTLENRestriction to Field Length (in characters) UG_VIEW_ONLY_INTLENNUMC6DDLENG
ONLY_TYPERestriction to Field Type UG_VIEW_ONLY_TYPECHAR1UG_FIELDTYPE
ROLLNAMEData Element UG_VIEW_ROLLNAMECHAR30ROLLNAME
FIELDNAMEField Name UG_VIEW_FIELDNAMECHAR30FDNAME
ROLLNAME_SIDData Element SID UG_VIEW_ROLLNAME_SIDCHAR30ROLLNAME
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) UG_VIEW_TIMESTAMPDEC15TZNTSTMPS
UNAMEUser Name UG_VIEW_UNAMECHAR12UNAME
SOBJTransport Object UG_VIEW_SOBJCHAR30OB_OBJECT
NAMED_FIELDNAMENamed Field UG_VIEW_NAMED_FIELDNAMECHAR30FDNAME
BUFFER_TYPEFIN Master Data: Type of Read Buffering UG_BUFF_TYPENUMC1UG_BUFF_TYPE
WITH_DELTA_LEAFWith Delta Nodes UG_VIEW_WITH_DELTA_LEAFCHAR1UG_FLG
UNIQUE_INDEPFLDUnambiguous Independent Characteristic UG_VIEW_UNIQUE_INDEPFLDCHAR1UG_FLG_TRISTATE
ONLY_ONE_HRYNAMEOne Hierarchy Only UG_VIEW_ONLY_ONE_HRYNAMECHAR1UG_FLG_TRISTATE
ONLY_ONE_ROOTOnly One Top Node UG_VIEW_ONLY_ONE_ROOTCHAR1UG_FLG_TRISTATE
DEPENDENT_HRYNMDependent Hierarchy Name UG_VIEW_DEPENDENT_HRYNMCHAR1UG_FLG_TRISTATE
EDGE_VERSION_DEPVersion-Dependent Edges UG_VIEW_EDGE_VERSION_DEPCHAR1UG_FLG_TRISTATE
EDGE_TIME_DEPTime-Dependent Edges UG_VIEW_EDGE_TIME_DEPCHAR1UG_FLG_TRISTATE
NO_PERIOD_CONVNo Period Conversion UG_VIEW_NO_PERIOD_CONVCHAR1UG_FLG_TRISTATE
HAS_HIERARCHYWith Hierarchy UG_VIEW_HAS_HIERARCHYCHAR1UG_FLG_TRISTATE
CLOSELY_LINKEDClosely Linked Hierarchy UG_VIEW_CLOSELY_LINKEDCHAR1UG_FLG_TRISTATE
CHECK_IN_VALUEFIN Master Data: Checks in Single-Value Instance UG_MD_CHECK_IN_VALUE_CLASSCHAR1UG_FLG
LEAFFLAG_ATTRINMName Attribute 'Leaf Under Each Node' UG_LEAFFLAG_ATTRINMCHAR30FDNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_UGMD1000
INTO CORRESPONDING FIELDS OF WA_V_UGMD1000
WHERE...

How to access SAP table V_UGMD1000

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