OIUGT_PR_TCODES SAP (Transactions used by Upstream Graphics) Table details

Dictionary Type: Table
Description: Transactions used by Upstream Graphics




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




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

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

The OIUGT_PR_TCODES table consists of various fields, each holding specific information or linking keys about Transactions used by Upstream Graphics data available in SAP. These include APP_AREA (Application area), TRNS_MODE (Transaction Mode), T_CODE (Transaction Code), CRT_PRCS (Is this part of the creation process?).. 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)


SAP OIUGT_PR_TCODES 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
NODE_TYPENode Type - Graphics OIUGT_NODE_TYPECHAR2OIUGT_PR_EPGOIUGT_NODE_TYPE
APP_AREAApplication area OIUGT_AREACHAR2OIUGT_PR_EPGCHAR2
TRNS_MODETransaction Mode OIU_MODENUMC2OIU_TMODE
T_CODETransaction Code TCODECHAR20Assigned to domainTCODETCD
CRT_PRCSIs this part of the creation process? OIUGT_CRT_PRCSCHAR1OIU_YES_NO
DT_ACTIVEIs the effective date active? OIUGT_DT_ACTIVECHAR1OIU_YES_NO

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUGT_PR_TCODES
INTO CORRESPONDING FIELDS OF WA_OIUGT_PR_TCODES
WHERE...

How to access SAP table OIUGT_PR_TCODES

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