Skip to Content
0
Former Member
Dec 24, 2007 at 10:15 AM

Error Message Long Text

805 Views

Hi,

In one of the programs that we have written using SE38, we have made a validation in the event AT SELECTION-SCREEN ON s_bukrs as follows.

IF c_4000 IN s_bukrs.

MESSAGE e074 WITH text-025.

Endif.

This validation is working fine. Whenever the user inputs company code 4000 on the selection sceen, we get a popup with the error message (Custom error message). On this popup is a question mark icon. When I click on the question mark icon, a new window (performance assistant)opens with the same error message and the message class name and the message id.

Now what we want is that this new window which opens on the click of the question mark icon, should have some additional description, after the messsage class and message id details.

We have tried adding the additional text in the message id long text, but we are not able to see the long text.

Any help would be appreciated.

Peter