JKSDQMSG SAP (Quality Notification) Table details

Dictionary Type: Table
Description: Quality Notification




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




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

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

The JKSDQMSG table consists of various fields, each holding specific information or linking keys about Quality Notification data available in SAP. These include QMNUM (Notification No), QMART (Notification Type), MSGART (Quality Notification, Notification Reference), QMOBJNR (Object Number for Status Management).. 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)


SAP JKSDQMSG 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 MANDTCLNT3Assigned to domainMANDT
QMNUMNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
QMARTNotification Type QMARTCHAR2Assigned to domainQMARTQMR
MSGARTQuality Notification, Notification Reference ISM_MSGARTCHAR1ISM_MSGART
QMOBJNRObject Number for Status Management QMOBJNRCHAR22Assigned to domainJ_OBJNR
SHORTTXTIS-M: Long Text BEZEICHN40CHAR40TEXT40
REFOBJObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
REFKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
DATE_FROMDate from DATE_FROMDATS8DATUM
DATE_TOTo date DATE_TODATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM JKSDQMSG
INTO CORRESPONDING FIELDS OF WA_JKSDQMSG
WHERE...

How to access SAP table JKSDQMSG

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