IBINTX SAP (IBase: Text for the Instance) Table details

Dictionary Type: Table
Description: IBase: Text for the Instance




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




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

IBINTX is a standard SAP Table which is used to store IBase: Text for the Instance data and is available within R/3 SAP systems depending on the version and release level.

The IBINTX table consists of various fields, each holding specific information or linking keys about IBase: Text for the Instance data available in SAP. These include RECNO (IBase: Record Number 16 Characters), VALFR (IBase: Valid From), VALTO (IBase: Valid To), IN_GUID (IB: Guid16 For the Instance).. 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 IBINTX 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
RECNOIBase: Record Number 16 Characters IB_RECNO_16RAW16SYSUUID
VALFRIBase: Valid From IB_VALFRDEC15TSTPSBCOS_TSTMP
VALTOIBase: Valid To IB_VALTODEC15TSTPSBCOS_TSTMP
IN_GUIDIB: Guid16 For the Instance IB_INSTANCE_GUIDRAW16SYSUUID
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
DESCRIB: Component Description IB_INST_DESCRCHAR40TEXT40
UCDESIB: Description in capital letters IB_UCDESCHAR40CHAR40
CRNAMUser who created the object BU_CRUSRCHAR12USNAM
CRTIMTime (UTC) at which the object was created ICRTSDEC15TSTPSBCOS_TSTMP
UPNAMLast user to change object BU_CHUSRCHAR12USNAM
UPTIMTime (UTC) at which the object was last changed IUPTSDEC15TSTPSBCOS_TSTMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM IBINTX
INTO CORRESPONDING FIELDS OF WA_IBINTX
WHERE...

How to access SAP table IBINTX

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