CRMT_BSP_SRV_SEL_WARRANTY SAP (Service: ODC2 Tab Page Warranties Item Detail) Structure details

Dictionary Type: Structure
Description: Service: ODC2 Tab Page Warranties Item Detail




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




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

CRMT_BSP_SRV_SEL_WARRANTY 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 "Service: ODC2 Tab Page Warranties Item Detail" 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_BSP_SRV_SEL_WARRANTY TYPE CRMT_BSP_SRV_SEL_WARRANTY.

The CRMT_BSP_SRV_SEL_WARRANTY table consists of various fields, each holding specific information or linking keys about Service: ODC2 Tab Page Warranties Item Detail data available in SAP. These include ILGUID (Internal, Unique ID of a Relationship), SOURCEGUID (Internal ID for Source in a Relationship), DESTINGUID (Internal ID for Destination in a Relationship), RELTYPE (Relationship Type).. 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 (Deep)


SAP CRMT_BSP_SRV_SEL_WARRANTY 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
OBJECT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
ILGUIDInternal, Unique ID of a Relationship COMT_IL_ILGUIDRAW16SYSUUID
SOURCEGUIDInternal ID for Source in a Relationship COMT_IL_SOURCEGUIDRAW16SYSUUID
DESTINGUIDInternal ID for Destination in a Relationship COMT_IL_DESTINGUIDRAW16SYSUUID
RELTYPERelationship Type COMT_IL_RELTYPECHAR6
START_DATEWarranty Start CRMT_WTY_SDATE_UIDATS8DATS
START_DATE_RULEDate Rule for Warranty Start CRMT_WTY_SDATE_RULE_TXTCHAR50TIMERUTEXT
END_DATEWarranty End CRMT_WTY_EDATE_UIDATS8DATS
END_DATE_RULEDate Rule for Warranty End CRMT_WTY_EDATE_RULE_TXTCHAR50TIMERUTEXT
PRODUCT_IDWarranty ID CRMT_WTY_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCRM_WTY_SHTEXT
DESCRIPTIONWarranty Description CRMT_WTY_PRODUCT_TEXTCHAR40PRSHTEXT40
CATEGORYWarranty Category CRMT_WTY_CATEGORY_TXTCHAR60DDTEXT
REFERENCEWarranty Basis CRMT_WTY_REFERENCE_TXTCHAR60DDTEXT
IL_REFERENCE_TXTType of Link Object with Warranty CRMT_IL_WTY_REFERENCE_TXTCHAR60DDTEXT
IL_REFERENCE_IDObject ID COMT_PRODUCT_OBJECT_IDCHAR40PRID1COM_PRODUCT_IDCOM_IND_OBJECT_COLLECTION
IL_REFERENCE_DESCObject Description COMT_PRSHTEXTX_OBJECTCHAR40PRSHTEXT40

Key field Non-key field



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

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

How to access SAP table CRMT_BSP_SRV_SEL_WARRANTY

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