2007 Sep 03 3:20 PM
Hi,
What code should I write to get the long text by double clicking on the status bar's message that is given by me with message type 'S'.
Please help.
Thanking You
Sameer Kulkarni
Hi,
What code should I write to get the long text by double clicking on the status bar's message that is given by me with message type 'S'.
Please help.
Thanking You
Sameer Kulkarni
2007 Sep 03 4:48 PM
Hi,
Example:
Go to T-code SE91
Create a Message Class - Z01
Message Message Short Text
000 Error
Now select the above line and click on the long text button(in SE91). Here you can enter the long text.
Save it.
Use the message class - Z01 in your report.
When message 000 is displayed with type S first the short text will appear, then when doubled clicked the long text will showup.
let me know if this helps.
Regards,
Santosh
2007 Sep 03 4:52 PM
Hi,
Please do this way.
MESSAGE S999(XXX) WITH 'TESTING'.
Here XXX is your message class
a®