OIUH_CM_INSTL SAP (Revenue Installation Parameters) Table details

Dictionary Type: Table
Description: Revenue Installation Parameters




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




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

OIUH_CM_INSTL is a standard SAP Table which is used to store Revenue Installation Parameters data and is available within R/3 SAP systems depending on the version and release level.

The OIUH_CM_INSTL table consists of various fields, each holding specific information or linking keys about Revenue Installation Parameters data available in SAP. These include DUMMY_SEQ_FIELD (System Number), INSTL_LVL_1_TX9 (Null Indicator), INSTL_LVL_1_TX (Level 1 Text), INSTL_LVL_2_TX9 (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_INSTL 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
DUMMY_SEQ_FIELDSystem Number OIUH_SYS_NOCHAR10CHAR10
INSTL_LVL_1_TX9Null Indicator OIUH_NULL_INDICATORCHAR1CHAR1
INSTL_LVL_1_TXLevel 1 Text OIUH_LVL_1_TXCHAR13CHAR13
INSTL_LVL_2_TX9Null Indicator OIUH_NULL_INDICATORCHAR1CHAR1
INSTL_LVL_2_TXLevel 2 Text OIUH_LVL_2_TXCHAR13CHAR13
INSTL_LVL_3_TX9Null Indicator OIUH_NULL_INDICATORCHAR1CHAR1
INSTL_LVL_3_TXLevel 3 Text OIUH_LVL_3_TXCHAR13CHAR13
INSTL_LVL_4_TX9Null Indicator OIUH_NULL_INDICATORCHAR1CHAR1
INSTL_LVL_4_TXLevel 4 Text OIUH_LVL_4_TXCHAR13CHAR13
V_RCPMT_ALLW_FLRevenue Recoupment Allowance OIUH_REV_RCPMT_ALLW_FLCHAR1CHAR1
REV_APPR_RQR_FLRevenue Approval Required OIUH_REV_APPR_RQR_FLCHAR1CHAR1
V_TO_DT_ALLW_FLRevenue effective to date OIUH_REV_TO_DT_ALLW_FLCHAR1CHAR1
S_GENR_BA_NO_FLSystem-Generated Business Associate Number Flag OIUH_SYS_GENR_BA_NO_FLCHAR1CHAR1
CS_SECURITY_FLCase Security Flag OIUH_CS_SECURITY_FLCHAR1CHAR1
STL_OR_LVL_1_NOCompany Level 1 - (ORG1) OIUH_OR1_OR_LVL_1_NOCHAR3Assigned to domainOIUH_OR_LVL_1_NO
INSTL_ST_INC_CDState Income Code OIUH_ST_INC_CDCHAR2CHAR2
INSTL_VER_NOVersion Number OIUH_TT_VER_NODEC5DEC5
INSTL_USERIDUser ID OIUH_TT_USER_IDCHAR8CHAR8
INSTL_TIMESTAMPTime Stamp OIUH_TT_TIMESTAMPCHAR14CHAR14

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUH_CM_INSTL
INTO CORRESPONDING FIELDS OF WA_OIUH_CM_INSTL
WHERE...

How to access SAP table OIUH_CM_INSTL

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