Application Development and Automation 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: 
Read only

Description in performance assistant window.

Former Member
0 Likes
1,943

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

2 REPLIES 2
Read only

Former Member
0 Likes
836

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

Read only

0 Likes
836

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