ROIO_CNTNR_DATA SAP (Container data) Structure details

Dictionary Type: Structure
Description: Container data




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




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

ROIO_CNTNR_DATA 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 "Container 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_CNTNR_DATA TYPE ROIO_CNTNR_DATA.

The ROIO_CNTNR_DATA table consists of various fields, each holding specific information or linking keys about Container data data available in SAP. These include EXTID (Container external identifier), XRENT (Flag: Container is rented), OWNER (Container owner), CERT_NR (Container certificate 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_CNTNR_DATA 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
MATNRContainer material OIO_CT_MATNRCHAR18MARAMATN1MATNR
EXTIDContainer external identifier OIO_CT_EXTIDCHAR25CHAR25
XRENTFlag: Container is rented OIO_CT_XRENTCHAR1
OWNERContainer owner OIO_CT_OWNERCHAR10LFA1ALPHALIFNR
CERT_NRContainer certificate number OIO_CT_CERT_NRCHAR20OIO_CT_CERT_NR
CERT_DTContainer last certification date OIO_CT_CERT_DTDATS8DATE
CERT_DT_NEXTContainer next certification date OIO_CT_CERT_DT_NEXTDATS8DATE
RENT_DTContainer rental date OIO_CT_RENT_DTDATS8DATE
EXP_DTContainer rental expiry date OIO_CT_EXP_DTDATS8DATE
XTPTYFlag: Container is owned by third party OIO_CT_XTPTYCHAR1
TP_OWNERContainer third party owner OIO_CT_TP_OWNERCHAR10LFA1ALPHALIFNR
LENGTHContainer length OIO_CT_LENGTHQUAN13(3)
WIDTHContainer width OIO_CT_WIDTHQUAN13(3)
HEIGHTContainer height OIO_CT_HEIGHTQUAN13(3)
DIM_UNContainer dimensions unit OIO_CT_DIM_UNITUNIT3Assigned to domainCUNITMEINS
FOOTPRINTContainer footprint OIO_CT_FOOTPRINTQUAN13(3)
FOOTPRINT_UNContainer footprint unit OIO_CT_FOOTPRINT_UNUNIT3T006CUNITMEINS
WEIGHTContainer tare weight OIO_CT_WEIGHTQUAN13(3)
WEIGHT_UNContainer tare weight unit OIO_CT_WEIGHT_UNUNIT3T006CUNITMEINS
SAFE_LOADContainer safe load OIO_CT_SAFE_LOADQUAN13(3)
SAFE_LOAD_UNContainer safe load unit OIO_CT_SAFE_LOAD_UNUNIT3T006CUNITMEINS
MAX_WEIGHTContainer maximum gross weight OIO_CT_MAX_WEIGHTQUAN13(3)
MAX_WEIGHT_UNContainer maximum gross weight unit OIO_CT_MAX_WEIGHT_UNUNIT3T006CUNITMEINS
XDELTFlag: Container is deleted OIO_CT_XDELTCHAR1XFELD
XBLCKFlag: Container is blocked OIO_CT_XBLCKCHAR1XFELD
XACTVFlag: Container is active OIO_CT_XACTVCHAR1

Key field Non-key field



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

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

How to access SAP table ROIO_CNTNR_DATA

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