Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

user status for quality notification

Former Member
0 Likes
1,162

Hi All,

from which table we can get user status for a particular notification which is active status.

Thanks in advance

Hi All,

from which table we can get user status for a particular notification which is active status.

Thanks in advance

3 REPLIES 3
Read only

Former Member
0 Likes
806

Hi,

look in the JEST table for the Object number. You can get the object number from QMEL.

Regards,

Sachin.

Read only

chaiphon
Contributor
0 Likes
806

There are fews table linked together.

use notification number to ger OBJNR from QMEL

use OBJNR to get whether status is active or not from JEST.

but the status will be running number code. if you want to see the name of status you need to link them to JSTO (Get status profile) and TJ30T (Name of the status).

Cheers,

Chaiphon

Read only

Former Member
0 Likes
806

Hi,

You need to get the OBJNR(object number) for the notifications and then use the FM: STATUS_READ.

This FM will give you list of all the status or only active status( Set ONLY_ACTIVE = X in FM)..

Hope this helps

Regards

Shiva