/XFT/UG_V001 SAP (Generated Table for View /XFT/UG_V001) Table View details

Dictionary Type: Table View
Description: Generated Table for View /XFT/UG_V001




ABAP Code to SELECT data from /XFT/UG_V001
Related tables to /XFT/UG_V001
Access table /XFT/UG_V001




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

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

The /XFT/UG_V001 table consists of various fields, each holding specific information or linking keys about Generated Table for View /XFT/UG_V001 data available in SAP. These include UG_ID (User Group ID), USER_ID (User in Group), APPL_TYPE (Application Type), APPL_ID (Application ID).. 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 /XFT/UG_V001 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
MANDTClient MANDTCLNT3MANDT
UG_IDUser Group ID /XFT/UG_IDCHAR32CHAR32
USER_IDUser in Group /XFT/UG_USER_IDCHAR12UNAME/XFT/USER_001_A
APPL_TYPEApplication Type /XFT/UG_APPL_TYPECHAR3/XFT/UG_APPL_TYPE
APPL_IDApplication ID /XFT/UG_APPL_IDCHAR120/XFT/UG_APPL_ID

Key field Non-key field



How do I retrieve data from SAP table /XFT/UG_V001 using ABAP code

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

SELECT SINGLE *
FROM /XFT/UG_V001
INTO CORRESPONDING FIELDS OF WA_/XFT/UG_V001
WHERE...

How to access SAP table /XFT/UG_V001

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