OIO_TD_TU_CAP SAP (Cargo capacity of transport unit) Structure details

Dictionary Type: Structure
Description: Cargo capacity of transport unit




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




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

OIO_TD_TU_CAP is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Cargo capacity of transport unit" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_OIO_TD_TU_CAP TYPE OIO_TD_TU_CAP.

The OIO_TD_TU_CAP table consists of various fields, each holding specific information or linking keys about Cargo capacity of transport unit data available in SAP. These include TU_TYPE (TD Transport unit type), CAP_FOOTPRINT (Transport unit footprint capacity), CAP_FOOTPR_UN (Footprint unit of measure), CAP_WEIGHT (TD transport unit maximum weight).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIO_TD_TU_CAP structure 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
TU_NUMBERTD transport unit number OIG_TRUNMRCHAR10Assigned to domainALPHAOIG_TRUNMROIB
TU_TYPETD Transport unit type OIG_TRUTYPCHAR4Assigned to domainOIG_TRUTYPOIF
CAP_FOOTPRINTTransport unit footprint capacity OIO_TUMFOOTPRINTFLTP16(16) OIB_ADQNT
CAP_FOOTPR_UNFootprint unit of measure OIO_FOOTPRINTUOMUNIT3Assigned to domainCUNITMEINS
CAP_WEIGHTTD transport unit maximum weight OIG_TUMWTFLTP16(16) OIB_ADQNT
CAP_WEIGHT_UNTD weight unit of measure OIG_WGTUOMUNIT3Assigned to domainCUNITMEINS
CAP_VOLUMETD transport unit maximum volume OIG_TUMVLFLTP16(16) OIB_ADQNT
CAP_VOLUME_UNTD volume unit of measure OIG_VOLUOMUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



How do I retrieve data from SAP structure OIO_TD_TU_CAP using ABAP code?

As OIO_TD_TU_CAP is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on OIO_TD_TU_CAP as there is no data to select.

How to access SAP table OIO_TD_TU_CAP

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