‎2007 Dec 13 1:57 PM
Hi,
In a custom report, we have written some validation in the event At Selection Screen event. Whenever a particular company code is entered, we get an error message (custom error message) via a pop up.
Now on that popup there is a question mark icon. When we click on this (question mark) icon, we get the performance assistant window (this is a standard SAP feature).
In this performance assistant window we would like to add some description apart from the error mesage, message class and the message number that it displays, we would like to add some more description (which should not be displayed in the error popup) in the performance assistant window. How do we go about it.
Thanks in advance.
MIck
‎2007 Dec 13 2:00 PM
1. got o SE91
2. Key in the Message class and Number.
3. Select the message number
4. Goto->documentation->Long Text
Maintain the long text there..
Or simpoley click on the LONG TEXT button on the Application Toobar to maintain long Text fore the message.
Hope thie helps
A
‎2007 Dec 13 3:16 PM
Thanks Amandeep. Tried it, but this is not working for custom messages.
This is what I am doing.
In code in the At Selection Screen event
We are calling the error message MESSAGE e074 WITH text-025
In the customised message class for message 074 we have just maintained ????. So message 074 is just a place holder and whatever is in the text symbols, is displayed in the performance assistant.
Now in this case after trying whatever you have explained, I am not seeing any description that I maintained as long text. Please help on how to proceed further.
MIck