QMUR SAP (Quality notification - causes) Table details

Dictionary Type: Table
Description: Quality notification - causes




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




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

QMUR is a standard SAP Table which is used to store Quality notification - causes data and is available within R/3 SAP systems depending on the version and release level.

The QMUR table consists of various fields, each holding specific information or linking keys about Quality notification - causes data available in SAP. These include QMNUM (Notification No), FENUM (Item Number in Item Record), URNUM (Sequential Number for Cause), ERNAM (Name of Person who Created the Object).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP QMUR table 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

Key field Non-key field



How do I retrieve data from SAP table QMUR using ABAP code

The following ABAP code Example will allow you to do a basic selection on QMUR to SELECT all data from the table
DATA: WA_QMUR TYPE QMUR.

SELECT SINGLE *
FROM QMUR
INTO CORRESPONDING FIELDS OF WA_QMUR
WHERE...

How to access SAP table QMUR

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