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

notification status

Former Member
0 Likes
1,664

Hi Guys,

i need to select all notification nos. that are completed. How can i do that??????

there is no table defined for that. When i press F1 on the status field it gives the name of a structure.

This structure, field and data element is neither used in any tables nor view.

please help me out its urgent.

all answers are welcome and points will be awarded generously.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,198

hi

pl be more specific, qm or pm notification...tables are qmel/qmfe

if helpful, reward

Sathish. R

7 REPLIES 7
Read only

Former Member
0 Likes
1,199

hi

pl be more specific, qm or pm notification...tables are qmel/qmfe

if helpful, reward

Sathish. R

Read only

0 Likes
1,198

hi satish,

its for PM notification transaction iw22.

Read only

0 Likes
1,198

hi

table is qmel ->

artpr will be PM for pm notifications

qmart will be M1, M2, etc..

here for a particular notification no., get the objnr field

pass the objnr to STATUS_TEXT_EDIT fm will language sy-langu, the output will be your status as you see in IW23

if helpful, reward

Sathish. R

Read only

former_member214288
Participant
0 Likes
1,198

Hi,

QMEL is the table for Quality Notifications and QMFE for PM Notifications

Reward points if helpful.

Regards,

Ram

Read only

0 Likes
1,198

hi ram,

what is the field name for status

Read only

Former Member
0 Likes
1,198

Better use ST05(Sql Trace), which will give you what were the tables accessed by your transactions.

Steps

1.Goto ST05 activate trace

2. Create or Enter Notification and save or Display document

3. Deactivate trace and display trace.

With these steps, you will get all the tables used for notifications.

Read only

0 Likes
1,198

Jest and Jsto for status information i hope