OIUGT_TYPE SAP (Upstream Graphics Graphical View) Table details

Dictionary Type: Table
Description: Upstream Graphics Graphical View




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




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

OIUGT_TYPE is a standard SAP Table which is used to store Upstream Graphics Graphical View data and is available within R/3 SAP systems depending on the version and release level.

The OIUGT_TYPE table consists of various fields, each holding specific information or linking keys about Upstream Graphics Graphical View data available in SAP. These include GRAPHICAL_VIEW (Upstream Graphics Graphical View), KEY_STRUCTURE (Graphical Tool Graphics Key Structure), VIEW_CLASS (Graphical Tool Graphical View Implemented Class), SELECT_PROGRAM (Graphical Tool Graphics Key Selection Program).. 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: Can be enhanced (character-type)

Text table = OIUGT_TYPET


SAP OIUGT_TYPE 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 MANDTCLNT3T000MANDT
GRAPHICAL_VIEWUpstream Graphics Graphical View OIUGT_GRAPHICAL_VIEWCHAR4OIUGT_GRAPHICAL_VIEWOIUGT_GRAPHICAL_VIEW
KEY_STRUCTUREGraphical Tool Graphics Key Structure OIUGT_GRAPHICS_KEY_STRUCTURECHAR30DD02LAS4TAB
VIEW_CLASSGraphical Tool Graphical View Implemented Class OIUGT_GRAPHICAL_VIEW_CLASSCHAR30SEOCLASSSEOCLSNAME
SELECT_PROGRAMGraphical Tool Graphics Key Selection Program OIUGT_GRAPH_SELECTION_PROGRAMCHAR40TRDIRPROGNAME
SELECT_SCREENGraphical Tool Graphics Key Selection Screen OIUGT_GRAPH_SELECTION_SCREENCHAR4SYCHAR04
EXT_GUI_STATUSGraphical Tool Graphical View Extended GUI Status OIUGT_GRAPHICAL_VIEW_STATUSCHAR20GUI_STATUSCUA
PRF_GRUPPEProfile group (sort graphics profiles) NETPRFGRUPCHAR4TCNGNETPRFGRUPNHG
PRF_NAMEName of graphic profile in Network/Hierarchy Graphics NETPRFNAMECHAR12TCNGCHAR12NHN
PRF_INDEXProfile index for graphics profiles NETPRFINDXCHAR1TCNGCHAR1NHI
UNIQUE_KEY_FLGraphical Tool Graphical View FL Number For Node Unique Key OIUGT_GRAPHICAL_VIEW_KEY_FLCHAR2TEXT2
TOOL_TIP_FLGraphical Tool Graphical View FL Number For Tool Tip OIUGT_GRAPHICAL_VIEW_TIP_FLCHAR2TEXT2
SEARCH_FORM_FLGraphical Tool Graphical View FL Number For Search Form OIUGT_GRAPHICAL_VIEW_SEARCH_FLCHAR2TEXT2
GENERIC_INODESGraphical Tool Generic INODES flag OIUGT_GENERIC_INODESCHAR1OIUGT_FLAG
OPTION1Graphical Tool Additional Option OIUGT_ADDITIONAL_OPTIONCHAR2CHAR2
OPTION2Graphical Tool Additional Option OIUGT_ADDITIONAL_OPTIONCHAR2CHAR2
OPTION3Graphical Tool Additional Option OIUGT_ADDITIONAL_OPTIONCHAR2CHAR2
OPTION4Graphical Tool Additional Option OIUGT_ADDITIONAL_OPTIONCHAR2CHAR2
OPTION5Graphical Tool Additional Option OIUGT_ADDITIONAL_OPTIONCHAR2CHAR2

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUGT_TYPE
INTO CORRESPONDING FIELDS OF WA_OIUGT_TYPE
WHERE...

How to access SAP table OIUGT_TYPE

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