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: 

message class

Former Member
0 Kudos

Question is following:

how to find message class (hich e.g. is in report zname message-id zmsg) by program name???

any ideas???

4 REPLIES 4

Former Member
0 Kudos

Hi Shashi,

Try this,

Goto SE91 and give the message class name(Zmsg), select "Attribute" radio button and goto "utilities" select "where-used-list" u ll get pop-up window in that select checkbox 'Programs"... and continue.

than u ll get all the programs which are used this Message classes...

I hope this will help u...or ask me in details ...

If it helps plzz gimme Awrd points.

Thanks,

Naveen

Former Member
0 Kudos

Hi,

Go to SE91 --> Input the Message Id and click on Where used list. It will display a pop window and select the program check box. And press enter, it wil display the list of the programs use this Message ID.

Thanks,

Sriram Ponna.

former_member202957
Contributor
0 Kudos

Hi Sashi,

Use T-code SE91- > give the mesg id name -> display

There are two radio buttons

1. Attributes -> to display all the attirbutes

2. Messages-> to check the messages assinged to that message id.

<b>reward if useful</b>

Regards,

sunil kairam.

Former Member
0 Kudos

Hi,

Not sure but hope this helps:

Haven't tried it, but logicially you should be able to use READ REPORT and then do a search for the REPORT line. You should be able to SPLIT it at MESSAGE-ID into 2 variables, capturing the MSG-ID.

Regards,

Satish.