IBINOWN SAP (IB: Owner of an IBase Component) Table details

Dictionary Type: Table
Description: IB: Owner of an IBase Component




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




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

IBINOWN is a standard SAP Table which is used to store IB: Owner of an IBase Component data and is available within R/3 SAP systems depending on the version and release level.

The IBINOWN table consists of various fields, each holding specific information or linking keys about IB: Owner of an IBase Component data available in SAP. These include INSTANCE (IB: Component (instance)), INTTYP (IB: Internal type of a referencing object), OBJKEY (IB: Key of a Referencing Object), DELFLAG (Yes/No (X/ )).. 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: Cannot Be Enhanced


SAP IBINOWN 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
INSTANCEIB: Component (instance) IB_INSTANCENUMC18ALPHAIB_INSTANCEIBC
INTTYPIB: Internal type of a referencing object IBINTTYPNUMC4T371FNUM4
OBJKEYIB: Key of a Referencing Object IBOBJKEYCHAR50CHAR50
DELFLAGYes/No (X/ ) OAXCHAR1X

Key field Non-key field



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

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

SELECT SINGLE *
FROM IBINOWN
INTO CORRESPONDING FIELDS OF WA_IBINOWN
WHERE...

How to access SAP table IBINOWN

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