cancel
Showing results for 
Search instead for 
Did you mean: 

Notification status completed in IW58 (system status)

Former Member
0 Kudos

Hi all,

I'd like to know which system status (eg. MECO, TECO, etc and their combinations) correspond to the "completed" flag in transaction IW58 in "Notification status" box.

My purpose is to filter in ABAP program all the completed notifications using the Function Module STATUS_TEXT_EDIT. Can you suggest me other ways to obtain all the completed notifications?

Points available

Thank you

Francesco

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If notification gets completed, it will have system status of NOCO (Status Number is I0072). You can pass QMNUM in VIQMEL table to get OBJNR & this OBJNR value to be passed in JEST table to check for the STAT value as I0072.

You omit those records & get the remaining records (which are not completed).