ROIO_SP_TREE_CNTNR SAP (Container fields for packing tree) Structure details

Dictionary Type: Structure
Description: Container fields for packing tree




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




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

ROIO_SP_TREE_CNTNR 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 fields for packing tree" 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_SP_TREE_CNTNR TYPE ROIO_SP_TREE_CNTNR.

The ROIO_SP_TREE_CNTNR table consists of various fields, each holding specific information or linking keys about Container fields for packing tree data available in SAP. These include CNTNR_ID (Container identifier), EXTID (Container external identifier), XRENT (Flag: Container is rented), OWNER (Container owner).. 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_SP_TREE_CNTNR 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
CNTNR_TYP_CDContainer type OIO_CNTNR_TYP_CDCHAR2OIO_CNTNR_TYPALPHAOIO_CNTNR_TYP_CDOIO_CNTNR_TYP_CD
CNTNR_IDContainer identifier OIO_CNTNR_IDCHAR20ALPHAOIO_CNTNR_ID
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
CNTNR_LABELContainer label OIO_CNTNR_LABELCHAR20TEXT20
CNTNR_NAMEContainer name OIO_CNTNR_NAMECHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table ROIO_SP_TREE_CNTNR

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