CRMT_DNO_SERVICE_NOTIF SAP (Transaction Monitor - Service, Support Message Header Data) Structure details

Dictionary Type: Structure
Description: Transaction Monitor - Service, Support Message Header Data




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




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

CRMT_DNO_SERVICE_NOTIF 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, Support Message Header 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_NOTIF TYPE CRMT_DNO_SERVICE_NOTIF.

The CRMT_DNO_SERVICE_NOTIF table consists of various fields, each holding specific information or linking keys about Transaction Monitor - Service, Support Message Header Data data available in SAP. These include DNOH_OBJNR (Status Management Object Number), DNOH_STATUS (Notification Status), DNOH_DELETED (Deletion Indicator Notification), DNOH_REPORTER (Reported By).. 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_NOTIF 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
DNOH_GUIDHGUID Notification DNOT_GUIDHRAW16SYSUUIDDNO_GUIDH
DNOH_OBJNRStatus Management Object Number DNOT_OBJNRCHAR22Assigned to domainJ_OBJNR
DNOH_STATUSNotification Status DNOT_STATUSCHAR1DNOE_STATUS
DNOH_DELETEDDeletion Indicator Notification DNOT_DELE_NCHAR1DNOE_XFLAG
DNOH_REPORTERReported By DNOT_REPORTERCHAR12DNOE_PARNR
DNOH_TYPE_REPOType of Notification Creator DNOT_TYPE_REPCHAR2Assigned to domainDNOE_TYPE_P
DNOH_CREA_TSTMPEntry Time Stamp DNOT_CREA_TSTMPDEC15TSTPSDNOE_TSTMP
DNOH_CHNG_TSTMPTime of Last Change DNOT_CHNG_TSTMPDEC15TSTPSDNOE_TSTMP
DNOH_START_TSTMPInitial Response Time - Time Stamp DNOT_START_TSTMPDEC15TSTPSDNOE_TSTMP
DNOH_END_TSTMPRequested End of Processing - Time Stamp DNOT_END_TSTMPDEC15TSTPSDNOE_TSTMP
DNOH_CLO_TSTMPCompletion Time Stamp DNOT_CLO_TSTMPDEC15TSTPSDNOE_TSTMP
DNOH_NUMBNotification Number (External) DNOT_NUMCHAR12ALPHADNOE_NUMDNOSH_NOTIF
DNOH_TYPE_NOTIFNotification Type DNOT_TYPE_NCHAR6DNOC_TYPE_NOTIFDNOE_TYPE_N
DNOH_LANGUAGENotification Language DNOT_LANG_NLANG1Assigned to domainISOLASPRAS
DNOH_STATUS_TXTStatus Message (Text) CRMT_DNO_STATUS_TXTCHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table CRMT_DNO_SERVICE_NOTIF

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