IBASE_CONTRACT_DISPLAY SAP (IBase: Structure for Displaying Contracts for IBase) Structure details

Dictionary Type: Structure
Description: IBase: Structure for Displaying Contracts for IBase




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




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

IBASE_CONTRACT_DISPLAY 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 "IBase: Structure for Displaying Contracts for IBase" 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_IBASE_CONTRACT_DISPLAY TYPE IBASE_CONTRACT_DISPLAY.

The IBASE_CONTRACT_DISPLAY table consists of various fields, each holding specific information or linking keys about IBase: Structure for Displaying Contracts for IBase data available in SAP. These include EXTID (IB: External Name/ID of Installed Base), IB_DESCR (IB: IBase Short Text/Description), INSTANCE (IB: Component (instance)), DEVICEID (IB: Identification).. 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: Not classified


SAP IBASE_CONTRACT_DISPLAY 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
IBASEIBase: Number of the Installed Base/IBase IB_IBASENUMC18ALPHAIB_INSTANCEIIBIBIBM
EXTIDIB: External Name/ID of Installed Base IB_EXTIDCHAR30CHAR30
IB_DESCRIB: IBase Short Text/Description IB_IBASE_DESCRCHAR40TEXT40
INSTANCEIB: Component (instance) IB_INSTANCENUMC18ALPHAIB_INSTANCEIBC
DEVICEIDIB: Identification IB_DEVICEIDCHAR40IB_DEVICEID
DESCRIB: Component Description IB_INST_DESCRCHAR40TEXT40
IB_PRODUCT_IDProduct ID COMT_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
IB_OBJECT_IDObject ID COMT_PRODUCT_OBJECT_IDCHAR40PRID1COM_PRODUCT_IDCOM_IND_OBJECT_COLLECTION
OBJECT_FAMILYObject Family COMT_PRODUCT_OBJECT_FAMILYCHAR4Assigned to domainCOM_PRODUCT_OBJECT_FAMILYCOM_OBJFAM_PRTYP
CRM_OBJECT_IDTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
PO_NUMBER_SOLDSold-To Party's External Reference Number CRMT_PO_NUMBER_SOLDCHAR35TEXT35
DESCRIPTIONTransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
DATE_FROMTime Stamp (Date and Time) for a Date/Duration CRMT_DATE_VALID_FROMDEC15TSTPSBCOS_TSTMP
DATE_TOTime Stamp (Date and Time) for a Date/Duration CRMT_DATE_VALID_TODEC15TSTPSBCOS_TSTMP
NUMBER_INTItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
PRODUCT_IDProduct Name Entered CRMT_ORDERED_PRODCHAR54CRM_ORDERED_PRODCRM_ORDERED_PRODUCT
PRODUCT_TEXTProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
SOLD_TO_PARTYSold-To Party CRMT_SOLD_TO_PARTCHAR10Assigned to domainALPHABU_PARTNER
CONTACT_PERSONCustomer Contact Person CRMT_CONTACT_PERSONCHAR10Assigned to domainALPHABU_PARTNER

Key field Non-key field



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

As IBASE_CONTRACT_DISPLAY 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 IBASE_CONTRACT_DISPLAY as there is no data to select.

How to access SAP table IBASE_CONTRACT_DISPLAY

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