cancel
Showing results for 
Search instead for 
Did you mean: 

ST22

Former Member
0 Kudos

Hi

When I look into ST22 I see a list of ABAP dumps. Among the list I see some highlighted in Red. What does this signify ?

best regards

Ravi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Ravi,

As pointed out by Ravi the cause of this is different application servers. In the include MS380I10 there is as FORM "FORM SNAPLIST_WRITE " there is this piece of code:

IF SNAP-AHOST = SY-HOST.

WRITE SNAP-AHOST INTENSIFIED ON NO-GAP.

ELSE.

WRITE SNAP-AHOST INTENSIFIED OFF NO-GAP.

This is responsible for this color coding. This is code for release 4.6 C. In ECC 6.0 this code is not there.

Hope it solves your query. Please award points accordingly.

Regards.

Ruchit.

Former Member
0 Kudos

Hi Ravi,

I simply think that the RED colour indicates a different HOST Server and the colourless a different one... we have 2 servers and to differentiate between them, always dumps on my SERV1 are colourless and dumps on SERV2 are in Red..

If it really has some direct meaning ,i wonder...

Br,

Sri

Award points if helpful

Message was edited by:

Sri Raghu Kishore Pusapati

Former Member
0 Kudos

ABAP short dumps occur when a report or transaction does not complete successfully in the system ... The yellow and red triangles indicate the warning and critical dumps in the system.The critical dumps might be such as failure of some system specific background jobs, some critical transactions etc which can effect the performance of the system as well

    • Reward suitable points if found helpful