cancel
Showing results for 
Search instead for 
Did you mean: 

Messages - Application error - restart not possible

Former Member
0 Kudos

HI Guys,

I have followed the blog - /people/sravya.talanki2/blog/2006/02/21/abap-based-trex-in-xi-proto to search for the xml messages based on the message content field based search.

The code could not find the messages in the status application error - restart not possible but i am able to find the messages in the status application error - manual restart possible and also sucessfully processed messages.

Any help would be appreciated.

Thanks,

Reddy

Edited by: PIReddy on Mar 28, 2011 10:55 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Add on your ABAP code a constraint on the query for the field MSGSTATE for SXMSPMAST table. This field holds the status of the message, then check what is the MSGSTATE for the message you don't want to find and put something like " AND MSGSTATE <> '018' " for example.