CRMT_WTY_MGNT_ALERTMOD_UI SAP (Output Structure of Valid Warranties for IC Alert Modeler) Structure details

Dictionary Type: Structure
Description: Output Structure of Valid Warranties for IC Alert Modeler




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




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

CRMT_WTY_MGNT_ALERTMOD_UI 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 "Output Structure of Valid Warranties for IC Alert Modeler" 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_WTY_MGNT_ALERTMOD_UI TYPE CRMT_WTY_MGNT_ALERTMOD_UI.

The CRMT_WTY_MGNT_ALERTMOD_UI table consists of various fields, each holding specific information or linking keys about Output Structure of Valid Warranties for IC Alert Modeler 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 (character-type or numeric)


SAP CRMT_WTY_MGNT_ALERTMOD_UI 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
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
START_DATE_UICharacter Field of Length 12 CHAR12CHAR12CHAR12
END_DATE_UICharacter Field of Length 12 CHAR12CHAR12CHAR12

Key field Non-key field



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

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

How to access SAP table CRMT_WTY_MGNT_ALERTMOD_UI

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