CRMT_BW_SRV_IBASE_ATTR SAP (BW Extraction Structure for CRM IBase Master Data) Structure details

Dictionary Type: Structure
Description: BW Extraction Structure for CRM IBase Master Data




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




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

CRMT_BW_SRV_IBASE_ATTR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "BW Extraction Structure for CRM IBase Master Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CRMT_BW_SRV_IBASE_ATTR TYPE CRMT_BW_SRV_IBASE_ATTR.

The CRMT_BW_SRV_IBASE_ATTR table consists of various fields, each holding specific information or linking keys about BW Extraction Structure for CRM IBase Master Data data available in SAP. These include IBASE (IBase: Number of the Installed Base/IBase), IBTYP (IB: Installed Base Category), EXTID (IB: External Name/ID of Installed Base), HEADER_GUID (UUID in character form).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CRMT_BW_SRV_IBASE_ATTR structure 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
IBASE_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
IBASEIBase: Number of the Installed Base/IBase IB_IBASENUMC18ALPHAIB_INSTANCEIIBIBIBM
IBTYPIB: Installed Base Category IB_IBTYPCHAR2Assigned to domainIB_IBTYPH_IB_IBTYP
EXTIDIB: External Name/ID of Installed Base IB_EXTIDCHAR30CHAR30
HEADER_GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
AUTHGIBase: Authorization Group for IBase IB_AUTHGCHAR4Assigned to domainIB_AUTHG
IB_CRNAMUser who created the object BU_CRUSRCHAR12USNAM
IB_CREATED_ATInstalled Base Creation Date CRMT_INSTALLATION_CREATED_ATDATS8DATUM
IB_PTN_FCTPartner func. CRMT_PARTNER_FCTCHAR8COM_PARTNER_FCT
IB_PTN_NUMBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
IB_PARTNERSET_1UUID in character form SYSUUID_CCHAR32SYSUUID_C
IB_PARTNERSET_2UUID in character form SYSUUID_CCHAR32SYSUUID_C
IB_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
IB_STREETCODEStreet Number for City/Street File AD_STRNUMCHAR12Assigned to domainALPHASTRT_CODE
IB_HOUSE_NOHouse Number AD_HSNM1CHAR10TEXT10
IB_POSTCODECity postal code AD_PSTCD1CHAR10CHAR10
IB_CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
IB_CITY_CODECity code for city/street file AD_CITYNUMCHAR12Assigned to domainALPHACITY_CODE
IB_COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
IB_REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
IB_REGIOGROUPRegional structure grouping REGIOGROUPCHAR8Assigned to domainREGIOGROUP
IB_LONGITUDEGeo location longitude GEOLONDEC15(12) GEOLONLAT
IB_LATITUDEGeo location latitude GEOLATDEC15(12) GEOLONLAT
IB_PRECISPrecision (street, postal code, ...) of a Geo location GEOPRECISNUMC4D_GEOPREC
IB_COMP_NUMBERIB: Component (instance) IB_INSTANCENUMC18ALPHAIB_INSTANCEIBC
IB_COMP_DEVI_IDIB: Identification IB_DEVICEIDCHAR40IB_DEVICEID
IB_COMP_OBJ_TYPEIB: Object Type of Component Master Record IB_OBJTYP_INSTANCECHAR4IB_OBJTYP_INSTANCE
IB_COMP_REFOBJIB: Component Assignment CRMT_IB_COMP_GUIDCHAR32SYSUUID_C
IB_COMP_REFOB_IDProduct ID COMT_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
IB_COMP_REFTYPProduct Type COMT_PRODUCT_TYPECHAR2Assigned to domainCOM_PRODUCT_TYPECOM_PRODUCT_TYPECOM_PR_TYPE_ACTIVE
IB_COMP_OBJFAMObject Family COMT_PRODUCT_OBJECT_FAMILYCHAR4Assigned to domainCOM_PRODUCT_OBJECT_FAMILYCOM_OBJFAM_PRTYP
IB_COMP_LOGSYSOriginal System COMT_LOGSYSCHAR10Assigned to domainALPHALOGSYSCOM_LOGSYSCOM_PRODUCT_LOGSYS
IB_COMP_MLANGLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
IB_COMP_SORTFSort string IB_SORTFCHAR10CHAR10
IB_COMP_AMOUNTQuantity field, length 13, with +/- sign MENGV13QUAN13(3) MENGV13
IB_COMP_UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
IB_COMP_FLAGCharacteristics for Installed Base or Component CRMT_IB_COMP_FLAGCHAR1CRMT_IB_COMP_FLAG
IB_COMP_DELCheckbox XFELDCHAR1XFELD
IB_COMP_PARENTIB: Superior component IB_PARENTNUMC18ALPHAIB_INSTANCE
IB_COMP_ROOTIB: Top-most component of an installed base/IBase IB_ROOTNUMC18ALPHAIB_INSTANCE
IB_COMP_PTGUIDIB: Component Assignment CRMT_IB_COMP_GUIDCHAR32SYSUUID_C

Key field Non-key field



How do I retrieve data from SAP structure CRMT_BW_SRV_IBASE_ATTR using ABAP code?

As CRMT_BW_SRV_IBASE_ATTR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CRMT_BW_SRV_IBASE_ATTR as there is no data to select.

How to access SAP table CRMT_BW_SRV_IBASE_ATTR

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