ROIO_C1_COPY SAP (Fields for copying between RLM containers) Structure details

Dictionary Type: Structure
Description: Fields for copying between RLM containers




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




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

ROIO_C1_COPY 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 "Fields for copying between RLM containers" 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_C1_COPY TYPE ROIO_C1_COPY.

The ROIO_C1_COPY table consists of various fields, each holding specific information or linking keys about Fields for copying between RLM containers data available in SAP. These include LENGTH (Container length), WIDTH (Container width), HEIGHT (Container height), DIM_UN (Container dimensions unit).. 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_C1_COPY 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_MATNRCHAR18Assigned to domainMATN1MATNR
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_UNUNIT3Assigned to domainCUNITMEINS
WEIGHTContainer tare weight OIO_CT_WEIGHTQUAN13(3)
WEIGHT_UNContainer tare weight unit OIO_CT_WEIGHT_UNUNIT3Assigned to domainCUNITMEINS
MAX_WEIGHTContainer tare weight OIO_CT_WEIGHTQUAN13(3)
MAX_WEIGHT_UNContainer tare weight unit OIO_CT_WEIGHT_UNUNIT3Assigned to domainCUNITMEINS
SAFE_LOADContainer safe load OIO_CT_SAFE_LOADQUAN13(3)
SAFE_LOAD_UNContainer safe load unit OIO_CT_SAFE_LOAD_UNUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table ROIO_C1_COPY

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