message error

Question:
Hello, how can I use a message type e with large text (char 1000).
I have:
data: var(1000).
message type e with var.
But this doesn´t work.
Answer:
The WITH Addition allows you to include your own information but only up to 50 characters per included field:
Addition 1
... WITH f1 ... f4
Effect
The contents of the fields fi are inserted into the message text to replace the placeholders &i. If you used unnumbered placeholders in your message text (&), they are replaced successively with the contents of the fields f1 to f4.
To make messages easier to translate, ensure that you use numbered placeholders ( &1 to &4) if you need to insert more than one variable in a message text.
If you want to use the ampersand character itself in a message text, enter &&.
In the long text of a message, the symbol &Vi& is replaced with the field contents of fi at runtime.
You can specify between one and four fields after WITH.
Note
Only the first 50 characters of any field will be displayed.
They are supposed to be used for adding specific detail to predefined texts.
_________________
Regards,
Angelis.

More Articles:

ABAP Faq?
SAP logon ticket mechanism?
How can I best learn ABAP for free?
how to restrict tab-strip access in ABAP reports?
Logical path?
openings?