OIU_CM_SN_NR SAP (Number ranges by table names) Table details

Dictionary Type: Table
Description: Number ranges by table names




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




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

OIU_CM_SN_NR is a standard SAP Table which is used to store Number ranges by table names data and is available within R/3 SAP systems depending on the version and release level.

The OIU_CM_SN_NR table consists of various fields, each holding specific information or linking keys about Number ranges by table names data available in SAP. These include EXTERNIND (Internal (' ') or external ('X') number range flag), NR_OBJECT (Name of number range object), SYSTEM_NRIV (System Number Range Interval Flag), SUGGESTED_FROM (System Number Range Interval Suggested From Value).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = OIUCM_SN_NR_T


SAP OIU_CM_SN_NR 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
TABNAMELogical Table Name OIU_VLTABNAMECHAR30OIU_VLTAB
EXTERNINDInternal (' ') or external ('X') number range flag NRINDCHAR1XFELD
NR_OBJECTName of number range object NROBJCHAR10TNRONROBJ
SYSTEM_NRIVSystem Number Range Interval Flag OIUCM_SYSTEM_NRIVCHAR1YESNO
SUGGESTED_FROMSystem Number Range Interval Suggested From Value OIUCM_SYSTEM_NRIV_SUGGESTED_FRCHAR20CHAR20
SUGGESTED_TOSystem Number Range Interval Suggested To Value OIUCM_SYSTEM_NRIV_SUGGESTED_TOCHAR20CHAR20
CONDITIONALConditional Check For System Entries OIUCM_CONDITIONALCHAR1YESNO
COND_PROGRAMProgram To Execute During Number Range Check OIUCM_CONDITIONAL_PROGRAMCHAR40TRDIRPROGNAME
COND_FORMProgram Form To Execute During Number Range Check OIUCM_CONDITIONAL_PROGRAM_FORMCHAR30
IMG_SUBOBJECTIMG Activity Subobject OIUCM_IMG_ACTIVITY_SUBOBJECTCHAR10Assigned to domainOB_SUBOBJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIU_CM_SN_NR
INTO CORRESPONDING FIELDS OF WA_OIU_CM_SN_NR
WHERE...

How to access SAP table OIU_CM_SN_NR

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