OIUGT_TYPECONFIG SAP (Upstream Graphics Graphical View Configuration Portion) Table details

Dictionary Type: Table
Description: Upstream Graphics Graphical View Configuration Portion




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




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

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

The OIUGT_TYPECONFIG table consists of various fields, each holding specific information or linking keys about Upstream Graphics Graphical View Configuration Portion data available in SAP. These include GRAPHICAL_VIEW (Upstream Graphics Graphical View), ALLOW_VARIANTS (Graphical Tool Graphical View Allow Variants), ACTIVE (Graphical Tool Graphical View Active), GMF_FILE (Name of file for the graphic symbol).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP OIUGT_TYPECONFIG 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_TYPEOIUGT_GRAPHICAL_VIEWOIUGT_GRAPHICAL_VIEW
ALLOW_VARIANTSGraphical Tool Graphical View Allow Variants OIUGT_GRAPHICAL_VIEW_ALLOW_VARCHAR1XFELD
ACTIVEGraphical Tool Graphical View Active OIUGT_GRAPHICAL_VIEW_ACTIVECHAR1XFELD
GMF_FILEName of file for the graphic symbol VCGMFFILECHAR12TGMFVCGMFFILE
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_TYPECONFIG using ABAP code

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

SELECT SINGLE *
FROM OIUGT_TYPECONFIG
INTO CORRESPONDING FIELDS OF WA_OIUGT_TYPECONFIG
WHERE...

How to access SAP table OIUGT_TYPECONFIG

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