CRMT_DNO_SERVICE_ITEM SAP (Transaction Monitor - Service, Service Process Item Data) Structure details

Dictionary Type: Structure
Description: Transaction Monitor - Service, Service Process Item Data




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




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

CRMT_DNO_SERVICE_ITEM 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 "Transaction Monitor - Service, Service Process Item 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_DNO_SERVICE_ITEM TYPE CRMT_DNO_SERVICE_ITEM.

The CRMT_DNO_SERVICE_ITEM table consists of various fields, each holding specific information or linking keys about Transaction Monitor - Service, Service Process Item Data data available in SAP. These include OBJECT_TYPE_I (CRM Item Object Type), NUMBER_INT (Item Number in Document), ORDERED_PROD (Product Name Entered), DESCRIPTION_I (Description).. 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_DNO_SERVICE_ITEM 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
ITEM_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
OBJECT_TYPE_ICRM Item Object Type CRMT_SWO_OBJTYP_PROCESS_ITEMCHAR10Assigned to domainCRM_OJ_NAME_PROCESS_ITEM
NUMBER_INTItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PRODCHAR54CRM_ORDERED_PRODCRM_ORDERED_PRODUCT
DESCRIPTION_IDescription CRMT_DESCRIPTIONCHAR40TEXT40
ITM_TYPEItem Category for Service Product CRMT_ITEM_TYPE_SRV_PRODCHAR4Assigned to domainCRM_ITEM_TYPECRM_ITEM_TYPE_SRV_PROD
QUANTITYCRM Schedule Line Quantity CRMT_SCHEDLIN_QUANQUAN13(3) MENG13
QTY_UNITUnit of Measure in Which the Product Is Sold CRMT_PROCESS_QTY_UNITUNIT3Assigned to domainCUNITMEINS
NUMBER_PARENTItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
SERVICE_TYPEService Type CRMT_SERVICE_TYPECHAR4CRMC_SRV_TYPECRMT_SERVICE_TYPE
VALUATION_TYPEValuation Type CRMT_VALUATION_TYPECHAR6CRMC_VAL_TYPECRMT_VALUATION_TYPE
DISPO_FLGRelevant for Resource Planning CRMT_SRV_DISPO_FLGCHAR1FLAG
CONFIRM_RELEVANTRelevant for Confirmation CRMT_CONFIRM_RELEVANTCHAR1CRM_BOOLEAN
PROC_IDENTProcess Identifier CRMT_ITM_PROC_IDENTCHAR4CRM_ITM_PROC_IDENT
SLA_FIRST_REACTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
SLA_FINISHUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
FIRST_REACT_TIMEFirst Response (Time) CRMT_DWP_FIRST_REACT_TIMETIMS6TIME
FIRST_REACT_DATEFirst Response (Date) CRMT_DWP_FIRST_REACT_DATEDATS8DATS
FIRST_REACT_TZONETime Zone for a Start Time CRMT_TIMEZONE_FROMCHAR6Assigned to domainTZNZONE
FINISH_TIMETime for Completion of Transaction Item CRMT_DWP_FINISH_TIMETIMS6TIME
FINISH_DATEDate for Completion of Transaction Item CRMT_DWP_FINISH_DATEDATS8DATS
FINISH_TZONETime Zone for End Time CRMT_TIMEZONE_TOCHAR6Assigned to domainTZNZONE
CONCATSTAT_ITEMSystem status line J_STEXTCHAR40TEXT40
CONCATSTATUSER_ITEMUser Status Line J_ATEXTCHAR40TEXT40
ICON_ITEMTransaction Item Monitor Function CRMT_DNO_ITEM_ICONCHAR4Assigned to domainICON

Key field Non-key field



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

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

How to access SAP table CRMT_DNO_SERVICE_ITEM

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