OIUREP_OWNER SAP (MMS-2014 - Owner) Table details

Dictionary Type: Table
Description: MMS-2014 - Owner




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




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

OIUREP_OWNER is a standard SAP Table which is used to store MMS-2014 - Owner data and is available within R/3 SAP systems depending on the version and release level.

The OIUREP_OWNER table consists of various fields, each holding specific information or linking keys about MMS-2014 - Owner data available in SAP. These include MANDT (Client), LEASE_RECORD_NO (Production: MMS-2014 - Lease Record Number), OWN_NO (PRA owner), ALLOCATION_FAC (Production: MMS-2014 - Lease/Agreement Allocation Factor).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIUREP_OWNER 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 MANDTCLNT3T000MANDT
LEASE_RECORD_NOProduction: MMS-2014 - Lease Record Number OIUREP_MMS_2014_LEASE_REC_NONUMC20
OWN_NOPRA owner OIU_OWN_NOCHAR10LFA1ALPHALIFNROIU_OWN_NO
ALLOCATION_FACProduction: MMS-2014 - Lease/Agreement Allocation Factor OIUREP_MMS_2014_ALLOCATION_FACDEC9(8)
REPORT_PART_FACProduction: MMS-2014 - Report Participation Factor OIUREP_MMS_2014_RPT_PART_FACDEC9(8)
PAY_METHOD_CDProduction: MMS-2014 - Payment Method Code OIUREP_MMS_2014_PAY_METHOD_CDCHAR1OIUREP_MMS_2014_PAY_METHOD_CD
COMP_ROYALTY_FLProduction: MMS-2014 - Compensatory Royalty Flag OIUREP_MMS_2014_COMP_ROY_FLCHAR1YESNO
INDIAN_TRIBE_NOProduction: MMS-2014 - Indian Tribe Number OIUREP_MMS_2014_INDN_TRIBE_NOCHAR2OIUREP_INDIAN_TROIUREP_MMS_2014_INDN_TRIBE_NO
TRIBAL_ALLOT_CDProduction: MMS-2014 - Tribal/Allottee Code OIUREP_MMS_2014_TRIB_ALLOT_CDCHAR1OIUREP_MMS_2014_TRIB_ALLOT_CD
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
CHANGE_USERName of Person Who Changed Object AENAMCHAR12USNAM
CHANGE_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUREP_OWNER
INTO CORRESPONDING FIELDS OF WA_OIUREP_OWNER
WHERE...

How to access SAP table OIUREP_OWNER

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