OIUH_CM_OR3 SAP (Organizational Level 3 Table) Table details

Dictionary Type: Table
Description: Organizational Level 3 Table




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




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

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

The OIUH_CM_OR3 table consists of various fields, each holding specific information or linking keys about Organizational Level 3 Table data available in SAP. These include OR3_OR_LVL_1_NO (Company Level 1 - (ORG1)), OR3_OR_LVL_2_NO (Second-highest organization level number ( Company Code)), OR3_OR_LVL_3_NO (Third-highest organization level number ( Company Code)), OR3_OR_LVL_3_NM9 (Null Indicator).. 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_OR3 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
OR3_OR_LVL_1_NOCompany Level 1 - (ORG1) OIUH_OR1_OR_LVL_1_NOCHAR3Assigned to domainOIUH_OR_LVL_1_NO
OR3_OR_LVL_2_NOSecond-highest organization level number ( Company Code) OIUH_OR2_OR_LVL_2_NOCHAR1CHAR1
OR3_OR_LVL_3_NOThird-highest organization level number ( Company Code) OIUH_OR3_OR_LVL_3_NOCHAR3CHAR3
OR3_OR_LVL_3_NM9Null Indicator OIUH_NULL_INDICATORCHAR1CHAR1
OR3_OR_LVL_3_NMName of third-highest organization level ( Compy Code) OIUH_OR3_OR_LVL_3_NMCHAR14CHAR14
OR3_VER_NOVersion Number OIUH_TT_VER_NODEC5DEC5
OR3_USER_IDUser ID OIUH_TT_USER_IDCHAR8CHAR8
OR3_TIMESTAMPTime Stamp OIUH_TT_TIMESTAMPCHAR14CHAR14

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUH_CM_OR3
INTO CORRESPONDING FIELDS OF WA_OIUH_CM_OR3
WHERE...

How to access SAP table OIUH_CM_OR3

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