‎2006 Jan 24 9:44 AM
Hi all,
I have an error message to be shown with message class 00
MESSAGE I208 WITH 'this error message is very long'.
the error message seems cannot be shown fully, is there any length limitation ? What should I do if the error message is quite long?
‎2006 Jan 24 9:47 AM
Hi !
You can double-click the message in the status-line of the SAP-Gui. Then a new window opens that should show the complete message.
I hope that helps...
If it does... some reward-points would be nice.
Regards
Rainer
‎2006 Jan 24 9:56 AM
‎2006 Jan 24 9:57 AM
Create a text element (max 110 char length)
Eg:
message i000
with 'End date should be less than Start date'(021).
‎2006 Jan 24 9:57 AM
The error mesasage length is restricted to 73.
If you want to display longer messages than you can use placeholders(&i).
Example:
message i001(00) with 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
'123456789012345678901234567890123456789012345678901234567890' '1234567890' '1234567890'.
You can check the message 001 of message class 00 in order to know how to define the placeholders.
‎2006 Jan 24 10:01 AM
Hi Macy,
1. Instead of 208,
use message number 001.
2.
MESSAGE I001 WITH 'this error message is very long'
'aaaaaaa' 'ddddd'
' eeeee '.
regards,
amit m.