VOIO_C1_CNTNR SAP (Change Document Structure; Generated by RSSCD000) Structure details

Dictionary Type: Structure
Description: Change Document Structure; Generated by RSSCD000




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




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

VOIO_C1_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 "Change Document Structure; Generated by RSSCD000" 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_VOIO_C1_CNTNR TYPE VOIO_C1_CNTNR.

The VOIO_C1_CNTNR table consists of various fields, each holding specific information or linking keys about Change Document Structure; Generated by RSSCD000 data available in SAP. These include MANDT (Client), CNTNR_NR (Container Number for RLM Containers), CTCAT_CD (Container category code), STATUS (RLM container status).. 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 VOIO_C1_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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CNTNR_NRContainer Number for RLM Containers OIO_CNTNR_NRCHAR20Assigned to domainALPHAOIO_CNTNR_NROIO_CNTNR_NRH_OIO_C1_CNTNR
CTCAT_CDContainer category code OIO_C1_CAT_CDCHAR2Assigned to domainALPHAOIO_C1_CAT_CDOIO_CTCAT_CD
STATUSRLM container status OIO_CT_STATUSCHAR2Assigned to domainALPHAOIO_CT_STATUS
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
CR_USERName of Person who Created the Object ERNAMCHAR12USNAM
CR_TSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table VOIO_C1_CNTNR

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