ROIO_CAP_UTIL SAP (Capacity utilization data) Structure details

Dictionary Type: Structure
Description: Capacity utilization data




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




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

ROIO_CAP_UTIL 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 "Capacity utilization data" 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_ROIO_CAP_UTIL TYPE ROIO_CAP_UTIL.

The ROIO_CAP_UTIL table consists of various fields, each holding specific information or linking keys about Capacity utilization data data available in SAP. These include VOYAGE_TYPE (Voyage Type), VOYAGE_TYPETXT (Voyage Type Name), BOAT_NAME (Boat name), VEHICLE_NR (TD Vehicle Number).. 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 ROIO_CAP_UTIL 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
VOYAGE_NRVoyage number OIO_VOYAGE_NRCHAR20Assigned to domainALPHAOIO_VOYAGE_NROIO_VOYAGE_NRH_OIO_VG_VOYAGE
VOYAGE_TYPEVoyage Type OIO_VGTYP_CDCHAR2Assigned to domainALPHAOIO_VGTYP_CDOIO_VGTYP_CD
VOYAGE_TYPETXTVoyage Type Name OIO_VGTYP_TEXTCHAR30TEXT30
BOAT_NAMEBoat name OIO_BOAT_NAMECHAR40TEXT40
VEHICLE_NRTD Vehicle Number OIG_VHLNMRCHAR10Assigned to domainALPHAOIG_VHLNMROIV
VEHICLE_IDTD vehicle identifier OIG_VEHIDCHAR18OIG_LICNMR
VEHICLE_TYPETD vehicle type OIG_VHLTYPCHAR4Assigned to domainOIG_VHLTYPOIE
VEHICLE_TYPETXTTD vehicle type text OIG_VHTYTXCHAR40OIG_TEXT
VEH_CAP_FOOTPRINTVehicle footprint capacity OIO_VEHMFOOTPRINTFLTP16(16) OIO_ADQNT
VEH_CAP_FOOTPR_UNFootprint unit of measure OIO_FOOTPRINTUOMUNIT3Assigned to domainCUNITMEINS
VEH_CAP_WEIGHTTD vehicle maximum weight OIG_VEHMWTFLTP16(16) OIB_ADQNT
VEH_CAP_WEIGHT_UNTD weight unit of measure OIG_WGTUOMUNIT3Assigned to domainCUNITMEINS
SHIPMENT_NRShipment Number TKNUMCHAR10Assigned to domainALPHATKNUMTNRSD_F4_SHP_ID
SHPMT_TYPEShipment type SHTYPCHAR4Assigned to domainSHTYPTSH
SHPMT_TYPETXTDescription BEZEI20CHAR20TEXT20
HANDLING_UNIT_NRInternal Handling Unit Number VENUMCHAR10Assigned to domainALPHAVENUMVEL
HANDUNIT_EXTIDExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
HANDUNIT_MATNRPackaging Materials VHILMCHAR18Assigned to domainMATN1MATNR
HANDUNIT_WEIGHTTotal Weight of Handling Unit BRGEW_VEKPQUAN15(3) MENG15
HANDUNIT_FOOTPRINTContainer footprint OIO_CT_FOOTPRINTQUAN13(3)
DEPARTURE_POINTDeparture Point KNOTACHAR10Assigned to domainKNOTN
DEPARTURE_SEQFour-digit number NUM4NUMC4NUM04
DESTINATION_POINTDestination point KNOTZCHAR10Assigned to domainKNOTN
DESTINATION_SEQFour-digit number NUM4NUMC4NUM04
CAP_UTIL_FOOTPRCapacity utilization (%) OIO_CAP_UTILIZEDDEC5(2)
CAP_UTIL_WEIGHTCapacity utilization (%) OIO_CAP_UTILIZEDDEC5(2)

Key field Non-key field



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

As ROIO_CAP_UTIL 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 ROIO_CAP_UTIL as there is no data to select.

How to access SAP table ROIO_CAP_UTIL

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