cancel
Showing results for 
Search instead for 
Did you mean: 

notification task status code

Former Member
0 Kudos

how do i get the status codes of notification task statuses. for example, if we have notification 2000050 with 2 tasks, first task has TSRL, second status TSOS. i want to write these statuses

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You can pass the OBJNR field of the QMELtable to JEST table for Notification status.

JEST-OBJNR = QMEL-OBJNR

STAT field gives the status of the object

Similarly you can pass the OBJNR field of any object and take the status from this table

you can also use the STATUS_READ fun module

<b>Reward points for useful Answers</b>

Regards

Anji

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Check this FM status_check

status also willbe in table JEST.

Thanks

gopi_narendra
Active Contributor
0 Kudos

Use the function module STATUS_READ

Regards

Gopi

Former Member
0 Kudos

status_read is for system statuses not task statuses