OIUGT_ICON SAP (Upstream Graphics Icons and Reporting Flash Forms) Table details

Dictionary Type: Table
Description: Upstream Graphics Icons and Reporting Flash Forms




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




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

OIUGT_ICON is a standard SAP Table which is used to store Upstream Graphics Icons and Reporting Flash Forms data and is available within R/3 SAP systems depending on the version and release level.

The OIUGT_ICON table consists of various fields, each holding specific information or linking keys about Upstream Graphics Icons and Reporting Flash Forms data available in SAP. These include RECCOUNT (Record number of the document), DOCTYPE (Document type), FILETYPE (Transfer file format (upload/download)), RECLENGTH (Record length).. 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 or numeric)


SAP OIUGT_ICON 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
FILENAMELocal file for upload/download LOCALFILECHAR128LOCALFILE
RECCOUNTRecord number of the document OIUGT_RECCOUNTNUMC6OIUGT_COUNT
DOCTYPEDocument type OIUGT_DOCTYPECHAR1OIUGT_DOCTYPE
FILETYPETransfer file format (upload/download) FILEFORMATCHAR3FILEFORMAT
RECLENGTHRecord length OIUGT_RECLENGTHNUMC6OIUGT_COUNT
LINERaw field to store the document OIUGT_RAWRAW255OIUGT_RAW

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUGT_ICON
INTO CORRESPONDING FIELDS OF WA_OIUGT_ICON
WHERE...

How to access SAP table OIUGT_ICON

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