DIQMUR SAP (PM notification causes) Structure details

Dictionary Type: Structure
Description: PM notification causes




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




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

DIQMUR 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 "PM notification causes" 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_DIQMUR TYPE DIQMUR.

The DIQMUR table consists of various fields, each holding specific information or linking keys about PM notification causes data available in SAP. These include MANDT (Client), QMNUM (Notification No), FENUM (Item Number in Item Record), URNUM (Sequential Number for Cause).. 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 DIQMUR 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
MANDTClient MANDTCLNT3T000MANDT
QMNUMNotification No QMNUMCHAR12QMELALPHAQMNUMIQM
FENUMItem Number in Item Record FELFDNUMC4QMFEFELFD
URNUMSequential Number for Cause URNUMNUMC4NUM4
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
URTXTCause Text URSTXCHAR40TEXT40
URKATCatalog Type - Causes URKATCHAR1TQ15QKATART
URGRPCode Group - Causes URGRPCHAR8QPGRQCODEGRP
URCODCause Code URCODCHAR4Assigned to domainQCODE
URVERVersion Number QVERSNRCHAR6ALPHAQVERSNR
INDTXObject Long Text Available INDLTXCHAR1CHAR1
KZMLAPrimary language indicator for text segment KZMLACHAR1CHAR1
ERZEITTime, at Which Record Was Added ERZEITTIMS6UHRZT
AEZEITTime of Change AEZEITTIMS6UHRZT
VUKATCatalog Type - Party Responsible QVUKATCHAR1TQ15QKATART
VUGRPCode Group - Party Responsible QVUGRPCHAR8QPGRQCODEGRP
VUCODCode for Party Responsible QVUCODCHAR4Assigned to domainQCODE
PARVWFunction for Party Responsible QMUR_PARVWCHAR2TPARPARVWPARVWPAR
PARNRParty Responsible for Cause (Partner Number) QMUR_PARNRCHAR12ALPHAI_PARNR
BAUTLCause Assembly QMUR_BAUTLCHAR18Assigned to domainMATN1MATNRMAT1
URMENGEQuantity QURMNGQUAN13(3) MENGE
URMGEINUnit of Measure for Item QMGEINUNIT3T006CUNITMEINS
KZLOESCHDelete Data Record KZLOESCHCHAR1CHAR1
QURNUMSort Number for Cause QURNUMNUMC4NUMC04
AUTKZData Record Created with Function 'Create with Copy Model' QAUTKZCHAR1QKZ
.INCLU--AP 0
INVOLVPERCInvolvment in Percentage QN8D_INVOLVPERCNUMC3
AEKNZChange indicator AEKNZCHAR1FLAG
PRTKZPrint Indicator PRTKZCHAR1XFELD
TXTGRShort Description of the Code Group QKTEXTGRCHAR40QKURZTEXT
TXTCDCause Code Short Text TXTCDURCHAR40TEXT40
TXTCDGRShort Text for Cause Code QTXTCDGRURCHAR80QTEXT80

Key field Non-key field



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

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

How to access SAP table DIQMUR

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