IBINCM SAP (IB: Config.Mang.: Component/Instance) Table details

Dictionary Type: Table
Description: IB: Config.Mang.: Component/Instance




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




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

IBINCM is a standard SAP Table which is used to store IB: Config.Mang.: Component/Instance data and is available within R/3 SAP systems depending on the version and release level.

The IBINCM table consists of various fields, each holding specific information or linking keys about IB: Config.Mang.: Component/Instance data available in SAP. These include IN_RECNO (IB: Unique record number), VALFR (IBase: Valid From), VALTO (IBase: Valid To), AENNR (Change Number).. 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: Not classified


SAP IBINCM 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
IN_RECNOIB: Unique record number IB_RECNOCHAR22SYSUUID_22
VALFRIBase: Valid From IB_VALFRDEC15TSTPSBCOS_TSTMP
VALTOIBase: Valid To IB_VALTODEC15TSTPSBCOS_TSTMP
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
DELFLAGYes/No (X/ ) OAXCHAR1X
INSTANCEIB: Component (instance) IB_INSTANCENUMC18ALPHAIB_INSTANCEIBC
MLANGLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
SORTFSort string IB_SORTFCHAR10CHAR10
OBJNRIB: Component reservation IB_INSTANCEOBJECTCHAR22IB_INSTANCEOBJECT
IBASEIBase: Number of the Installed Base/IBase IB_IBASENUMC18IBIBALPHAIB_INSTANCEIIBIBIBM
AMOUNTQuantity field, length 13, with +/- sign MENGV13QUAN13(3) MENGV13
UNITBase Unit of Measure MEINSUNIT3T006CUNITMEINS
DATUVValid-From Date DATUVDATS8DATUM
TECHSTechnical status from CC_TECHVCHAR12CC_TECHS
IN_OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
IN_GUIDGlobally Unique Identifier GUIDRAW16
OBJECTTYPIB: Object Type of Component Master Record IB_OBJTYP_INSTANCECHAR4IB_OBJTYP_INSTANCE
VOIDiBase: Void Komponente IB_VOIDCHAR1XFELD
CSTATUSStatus of component(Instance)from configuration perspective ATINSTATUSCHAR2CHAR2
CUCOCNTInternal counter CUCOZHLNUMC4CUCOZHL
EXPERTUser as expert EXPRTCHAR1CHAR1
MAT_VARIANTMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ATAUTJustification ATATAUTCHAR1ATATAUT
KLARTClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
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 IBINCM using ABAP code

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

SELECT SINGLE *
FROM IBINCM
INTO CORRESPONDING FIELDS OF WA_IBINCM
WHERE...

How to access SAP table IBINCM

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