‎2007 Sep 07 6:57 AM
Hi ,
I have a message number ,how do u i find the corresponding message text.
note: good answers will be rewarded with points
‎2007 Sep 07 6:59 AM
Example if you have
MESSAGE i000(zg) WITH text-008.
double click on <b>text-008</b>,
you will get it under text symbols.
‎2007 Sep 07 7:00 AM
click on tha message.
or go to se93 ,and give message class name and check for message number.
‎2007 Sep 07 7:01 AM
HI,
data:msgtext(100).
select single text from t100 into msgtext where SPRSL = 'EN' and ARBGB = 'ZMSGCLASS' and MSGNR = '100'.
write:/ msgtext.
<b>reward if helpful</b>
rgds,
bharat.
‎2007 Sep 07 7:05 AM
HI vijay
open se93 in disply mode with particular message class
and search option is there for text
search it
‎2007 Sep 07 7:06 AM
Hi Vijay,
Consider this as the message:MESSAGE i022(zclass).
Here zclass is the message class and 22 is the message number.
while double clicking, you can got to the message
or
go to se93 and give the message class name as "zclass" and look for the message number.
‎2007 Sep 07 8:08 AM
hi,
use the FM MESSAGE_TEXT_BUILD. Then it will only display the message text according to the situation in the program.
<b>reward points if helpfull</b>
with regards,
radhika kolluru.
‎2007 Sep 07 8:40 AM
Hi ,
Check the message class for your message number .
For eg : E500( MC message Class )
In SE93 gice this message class and your Message No E500 in above case and select display,
U can now see your text against the corresponding message number .
Or In se38 double click on the Message No , it will navigate to the text .
Praveen.