OIO_CM_MAIN SAP (RLM system parameters) Table details

Dictionary Type: Table
Description: RLM system parameters




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




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

OIO_CM_MAIN is a standard SAP Table which is used to store RLM system parameters data and is available within R/3 SAP systems depending on the version and release level.

The OIO_CM_MAIN table consists of various fields, each holding specific information or linking keys about RLM system parameters data available in SAP. These include XACTV (Flag: RLM system is active), XREGI (Flag: RLM is licensed), LFART_1 (Replenishment delivery type), XPICK_1 (Allow picking for replenishment deliveries).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIO_CM_MAIN table 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
XACTVFlag: RLM system is active OIO_XACTVCHAR1XFELD
XREGIFlag: RLM is licensed OIO_XREGICHAR1XFELD
LFART_1Replenishment delivery type OIO_LFART_1CHAR4TVLKLFART
XPICK_1Allow picking for replenishment deliveries OIO_XPICK_1CHAR1FLAG
LFART_2Delivery type without reference OIO_LFART_2CHAR4TVLKLFART
XPICK_2Allow picking for delivery w/o Ref. OIO_XPICK_2CHAR1FLAG
EQTYPEquipment category for PM containers OIO_C2_EQTYPCHAR1T370TEQTYP
HD_LIFSKDelivery blocking reason for held deliveries OIO_HD_LIFSKCHAR2TVLSLIFSP
HD_TRSPGShipment blocking reasons for delivery holding OIO_HD_TRSPGCHAR2TTSGTRSPG
GR_LTYPEList type for goods receipt cross docking OIO_GR_LTYPECHAR1OIO_LTYPE
RT_OUTTYOutput type for returns worklist OIO_RT_OUTTY_WLCHAR4OIO_NA_OUTTYOIO_NA_OUTTY_CD
XREF_VMISRefresh VMIS Overview Screen OIO_VMIS_REF_OVERVIEWCHAR1XFELD
REF_VMIS_TIMETime Interval for Refreshing VMIS Overview Screen OIO_VMIS_REF_OVERV_TIMEINT410INT4

Key field Non-key field



How do I retrieve data from SAP table OIO_CM_MAIN using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIO_CM_MAIN to SELECT all data from the table
DATA: WA_OIO_CM_MAIN TYPE OIO_CM_MAIN.

SELECT SINGLE *
FROM OIO_CM_MAIN
INTO CORRESPONDING FIELDS OF WA_OIO_CM_MAIN
WHERE...

How to access SAP table OIO_CM_MAIN

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