Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt in messages....

Former Member
0 Kudos

hi experts,

I have a one common doubt, if we entering any wrong entry or wrong key that time its displaying one message. In that message its displaying Message with message no. but how to i come to know the details of that particular msg no. if possible or not, i enter in se91 but its asking the message class. wht i will do?

Regards,

Gowri sankar

6 REPLIES 6

Former Member
0 Kudos

message class will be there on ur report heading

Former Member
0 Kudos

Hi Gowri sankar,

Click on that message in status bar..a dialogue box will appear with Message no.

click on <b>technical info. button</b> on dialogue box.

Dialog box will appear again with <b>Appl.Area</b>...that is ur Message Class

it will take u to the class..

Former Member
0 Kudos

Hi Sankar,

You need to attach message class to report if you want to use any message in that message class.

here is syntax

REPORT <report name> LINE-SIZE 80

LINE-COUNT 65(3)

MESSAGE-ID <message class>

NO STANDARD PAGE HEADING.

reward all helpful answers

thanks

venkata chalapthi

Message was edited by:

venkata chalapathi

0 Kudos

Hi,

For this you will have 2 solutions:

1) Click on that message in status bar..a dialogue box will appear with Message no. click on technical info. button on dialogue box. There you can see your message class and number.

2) REPORT <report name> LINE-SIZE 80 MESSAGE-ID <message class>

In the first statement you fiend Message-id, Just go through to that calls and search the text which you see in the status bar.

But i prefer the first one because, It display the exact informaton what you want. But in the case of second on, the problem is: Some case the displayed messages may be comming from the FM or MEthod of class so something else. That this messages class won't help to you. In this situation you need to go to the first method only.

I hope i cleared you question.

Warm Regards,

Vijay

Former Member
0 Kudos

just dbl click on the message in the status bar it will display the message like this

Message no. EU440<last 3 digit are msg no>.

here class is EU and no is 440.

go to se91 and pass these.

you will get the message...

regards

shiba dutta

Former Member
0 Kudos

Hi Sankar,

its simple. just double click on the message. then you will get a performance assistance window, now click on the Technical settings button on toolbar (the button image looks like Hammer). there you will be able to c the complete list with Message Class, message no.

Do not forget to reward points if useful.

Thanks n Regards,

Santosh Kotra.