cancel
Showing results for 
Search instead for 
Did you mean: 

In which structure is loaded the status of the QM notification when closed?

Former Member
0 Kudos

I would like to use ZXQQMU20 include. This include is executed when qm notification is stored. I would like to make some checks when user tries to close the notification. I have executed debugger but I am not able to see where the system stores the status of the notification.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In QMEL table you will get the Object number OBJNR field. Pass this field in either in JEST and JCDS table to get the status. You will get the status of individual in TJ02 Table

Former Member
0 Kudos

This works once the status is already stored. ZXQQMU20 is executed before the values are stored. I would like to find the structure where the "status" of the notification is stored in memory.

In ZXQQMU20 I would like to write this code:

If temporary status is = 'closed' then

.......

endif

Thanks.

Former Member
0 Kudos

May be Structure - RIWO00 you can try

Former Member
0 Kudos

I have tried but is not valid. RIWO00 is not valid in ZXQQMU20.

Former Member
0 Kudos

I have seen that once the user pushes the button to close the notification ok-code = 'ARCH' . After that ok-code = 'SCHL' but ok-code is not visible from include ZXQQMU20. Which is the variable where ok-code is stored in ZXQQMU20 include?

Thanks.

Former Member
0 Kudos

is this sysytem status or user status ?