OIUH_CM_OR1 SAP (Organization Level 1 Table) Table details

Dictionary Type: Table
Description: Organization Level 1 Table




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




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

OIUH_CM_OR1 is a standard SAP Table which is used to store Organization Level 1 Table data and is available within R/3 SAP systems depending on the version and release level.

The OIUH_CM_OR1 table consists of various fields, each holding specific information or linking keys about Organization Level 1 Table data available in SAP. These include OR1_OR_LVL_1_NO (Organization level 1 number (Company Code)), OR1_OR_LVL_1_NM9 (Null Indicator), OR1_OR_LVL_1_NM (Name of highest organization level ( Compy Code)), OR1_VER_NO (Version Number).. 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: Cannot Be Enhanced


SAP OIUH_CM_OR1 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
OR1_OR_LVL_1_NOOrganization level 1 number (Company Code) OIUH_OR_LVL_1_NOCHAR3OIUH_OR_LVL_1_NO
OR1_OR_LVL_1_NM9Null Indicator OIUH_NULL_INDICATORCHAR1CHAR1
OR1_OR_LVL_1_NMName of highest organization level ( Compy Code) OIUH_OR1_OR_LVL_1_NMCHAR40CHAR40
OR1_VER_NOVersion Number OIUH_TT_VER_NODEC5DEC5
OR1_USER_IDUser ID OIUH_TT_USER_IDCHAR8CHAR8
OR1_TIMESTAMPTime Stamp OIUH_TT_TIMESTAMPCHAR14CHAR14

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUH_CM_OR1
INTO CORRESPONDING FIELDS OF WA_OIUH_CM_OR1
WHERE...

How to access SAP table OIUH_CM_OR1

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