CDBD_IBIN SAP (Installed Base Components table.) Table details

Dictionary Type: Table
Description: Installed Base Components table.




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




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

CDBD_IBIN is a standard SAP Table which is used to store Installed Base Components table. data and is available within R/3 SAP systems depending on the version and release level.

The CDBD_IBIN table consists of various fields, each holding specific information or linking keys about Installed Base Components table. data available in SAP. These include IBIN_GUID (Global Unique Identifier), IBIB_GUID (Global Unique Identifier), VALFRDAT (Field of type DATS), VALFRTIM (Field of type TIMS).. 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 CDBD_IBIN 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
IBIN_GUIDGlobal Unique Identifier SMO_GUIDCHAR32SMO_GUID
IBIB_GUIDGlobal Unique Identifier SMO_GUIDCHAR32SMO_GUID
VALFRDATField of type DATS DATSDATS8DATS
VALFRTIMField of type TIMS TIMSTIMS6TIME
VALTODATField of type DATS DATSDATS8DATS
VALTOTIMField of type TIMS TIMSTIMS6TIME
INSTANCEIB: Component (instance) IB_INSTANCENUMC18ALPHAIB_INSTANCEIBC
SORTFSort string IB_SORTFCHAR10CHAR10
IBASEIBase: Number of the Installed Base/IBase IB_IBASENUMC18ALPHAIB_INSTANCEIIBIBIBM
AMOUNTQuantity field, length 13, with +/- sign MENGV13QUAN13(3) MENGV13
UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
IN_OBJNRGlobal Unique Identifier SMO_GUIDCHAR32SMO_GUID
OBJNRGlobal Unique Identifier SMO_GUIDCHAR32SMO_GUID
PRODUCT_IDProduct ID COMT_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
OBJECTTYPIB: Object Type of Component Master Record IB_OBJTYP_INSTANCECHAR4IB_OBJTYP_INSTANCE
CRNAMUser who created the object BU_CRUSRCHAR12USNAM
CRDATField of type DATS DATSDATS8DATS
CRTIMField of type TIMS TIMSTIMS6TIME
UPNAMLast user to change object BU_CHUSRCHAR12USNAM
UPDATField of type DATS DATSDATS8DATS
UPTIMField of type TIMS TIMSTIMS6TIME
TR_USERTransaction User SMO_TR_USRCHAR32SMO_TR_USR
TR_IDTransaction Identifier SMO_TR_IDCHAR32SMO_TR_ID
TR_STATUSStatus of Transaction SMO_TR_STSCHAR4SMO_TR_STS
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DELETEDMobile Sales Deleted SMO_DELETDCHAR1SMO_DELETD
TR_ROOTIDIdentifier of BDoc Root object SMO_RTGUIDCHAR32SMO_GUID
VOIDiBase: Void Komponente IB_VOIDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM CDBD_IBIN
INTO CORRESPONDING FIELDS OF WA_CDBD_IBIN
WHERE...

How to access SAP table CDBD_IBIN

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