TOIGC SAP (TD Transport Unit Type) Table details

Dictionary Type: Table
Description: TD Transport Unit Type




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




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

TOIGC is a standard SAP Table which is used to store TD Transport Unit Type data and is available within R/3 SAP systems depending on the version and release level.

The TOIGC table consists of various fields, each holding specific information or linking keys about TD Transport Unit Type data available in SAP. These include TU_TYPE (TD Transport unit type), TU_MODE (TD transport unit: mode of transport), TU_CLASS (TD transport unit physical type), IND_VAPOUR (TD vapor recovery system).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TOIGCT


SAP TOIGC 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
CLIENTClient MANDTCLNT3T000MANDT
TU_TYPETD Transport unit type OIG_TRUTYPCHAR4OIG_TRUTYPOIF
TU_MODETD transport unit: mode of transport OIG_TRUMODCHAR1OIG_TRUMOD
TU_CLASSTD transport unit physical type OIG_TRUPHTCHAR1OIG_TRUPHT
IND_VAPOURTD vapor recovery system OIG_VAPRSYCHAR1OI0_XFELD
WGT_UOMTD weight unit of measure OIG_WGTUOMUNIT3T006CUNITMEINS
VOL_UOMTD volume unit of measure OIG_VOLUOMUNIT3T006CUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOIGC
INTO CORRESPONDING FIELDS OF WA_TOIGC
WHERE...

How to access SAP table TOIGC

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