OIUH_CM_OR4 SAP (Organizational Level 4 Table) Table details

Dictionary Type: Table
Description: Organizational Level 4 Table




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




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

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

The OIUH_CM_OR4 table consists of various fields, each holding specific information or linking keys about Organizational Level 4 Table data available in SAP. These include OR4_OR_LVL_1_NO (Company Level 1 - (ORG1)), OR4_OR_LVL_2_NO (Second-highest organization level number ( Company Code)), OR4_OR_LVL_3_NO (Third-highest organization level number ( Company Code)), OR4_OR_LVL_4_NO (Fourth-highest organization level number ( Company Code)).. 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_OR4 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
OR4_OR_LVL_1_NOCompany Level 1 - (ORG1) OIUH_OR1_OR_LVL_1_NOCHAR3Assigned to domainOIUH_OR_LVL_1_NO
OR4_OR_LVL_2_NOSecond-highest organization level number ( Company Code) OIUH_OR2_OR_LVL_2_NOCHAR1CHAR1
OR4_OR_LVL_3_NOThird-highest organization level number ( Company Code) OIUH_OR3_OR_LVL_3_NOCHAR3CHAR3
OR4_OR_LVL_4_NOFourth-highest organization level number ( Company Code) OIUH_OR4_OR_LVL_4_NOCHAR2CHAR2
OR4_OR_LVL_4_NM9Null Indicator OIUH_NULL_INDICATORCHAR1CHAR1
OR4_OR_LVL_4_NMName of fourth-highest organization level ( Compy Code) OIUH_OR4_OR_LVL_4_NMCHAR14CHAR14
OR_LVL_4_ST_CDLevel 4 State Code OIUH_LVL_4_ST_CDCHAR1CHAR1
OR4_VER_NOVersion Number OIUH_TT_VER_NODEC5DEC5
OR4_USER_IDUser ID OIUH_TT_USER_IDCHAR8CHAR8
OR4_TIMESTAMPTime Stamp OIUH_TT_TIMESTAMPCHAR14CHAR14

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUH_CM_OR4
INTO CORRESPONDING FIELDS OF WA_OIUH_CM_OR4
WHERE...

How to access SAP table OIUH_CM_OR4

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