ROIO_CNTNR_LCN SAP (Screen fields for container location functions) Structure details

Dictionary Type: Structure
Description: Screen fields for container location functions




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




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

ROIO_CNTNR_LCN 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 "Screen fields for container location functions" 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_LCN TYPE ROIO_CNTNR_LCN.

The ROIO_CNTNR_LCN table consists of various fields, each holding specific information or linking keys about Screen fields for container location functions data available in SAP. These include CNTNR_ID (Container identifier), CNTNR_NAME (Container name), KEY_DATE (Key date), DATE_FR (Start date of period).. 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)


SAP ROIO_CNTNR_LCN 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
CNTNR_NAMEContainer name OIO_CNTNR_NAMECHAR50TEXT50
KEY_DATEKey date OIO_KEY_DATEDATS8DATE
DATE_FRStart date of period OIO_DATE_FRDATS8DATE
TIME_FRStart time of period OIO_TIME_FRTIMS6TIME
DATE_TOEnd date of period OIO_DATE_TODATS8DATE
TIME_TOEnd time of period OIO_TIME_TOTIMS6TIME
TKNUMShipment Number TKNUMCHAR10Assigned to domainALPHATKNUMTNRSD_F4_SHP_ID
WERKSPlant OIO_CT_WERKSCHAR4Assigned to domainWERKSOIO_SR_WERKSH_T001W
LGORTStorage location OIO_CT_LGORTCHAR4T001LLGORTOIO_SR_LGORT
KUNNRThird party OIO_THIRD_PARTYCHAR10KNA1ALPHAKUNNR
XOFFSITEFlag: Container is located offsite OIO_CT_OFFSITECHAR1XFELD
CNTNR_TYP_TEXTContainer type text OIO_CNTNR_TYP_TEXTCHAR40TEXT40
EXTIDContainer external identifier OIO_CT_EXTIDCHAR25CHAR25
WERKS_TXTPlant name OIO_WERKS_TXTCHAR30TEXT30
LGORT_TXTStore name OIO_LGORT_TXTCHAR30TEXT30
KUNNR_TXTThird party name OIO_THPTY_TXTCHAR50TEXT50
NAME2Name 2 NAME2CHAR30TEXT30
STRASHouse number and street STRASCHAR30TEXT30
PFACHPO Box PFACHCHAR10PFACH
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01CHAR25TEXT25
COUNCCounty Code COUNCCHAR3Assigned to domainCOUNC
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND

Key field Non-key field



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

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

How to access SAP table ROIO_CNTNR_LCN

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