cancel
Showing results for 
Search instead for 
Did you mean: 

Controling flow of a QM note

Former Member
0 Kudos

Hi

I'm doing an implementation for QM and I need to do a report with some fields of QM notification, I already find almost, but i can't find STATUS (" Put in process" and "Complete...").

Can somebody help me... ?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member186399
Active Contributor
0 Kudos

Dear Ricardo

Please find the steps for getting the Status of notification

1) Pass Notification Number in QMEL table and pick the up the Object Number Field Name OBJNR

2) Pass this OBJNR in JEST Table. You will get the Status in STAT field

3) For getting the description of the status pass the STAT in TJ02 Table. you will get the status text in TXT30

hope this helps

Regards

gajesh

Answers (1)

Answers (1)

former_member587434
Active Contributor
0 Kudos

Add to Ganesh's answer,

Other than JEST table you can use JCDS table also to find status detail of QN.

JEST table will display current active status,

while in JCDS table you will find history of particular status for QN like active, inactive, active..

Hope this will add some value.

Thanks!!!