2007 May 28 1:24 PM
hi iam trying to create a message in se91 with a length which excceeds the max length of 132 characters? how to do it?
hi iam trying to create a message in se91 with a length which excceeds the max length of 132 characters? how to do it?
2007 May 28 1:25 PM
Hi,
The message which would be displayed on screen will have max. char. of 132. If you want to add a message with more text then click on LONG TEXT and add the entire text there.
Best regards,
Prashant
2007 May 28 1:26 PM
u can use variables
In definition u will use '&1 &2 &3 &4'. These ampersands are called the varaibles.
when calling
message i000(Zclass) with var1 var2 var3 var4
these four variables can contain strings.
Hope this will solve ur problem..
<b><u>Dont forget to reward all the useful replies</u></b>
Sudheer
2007 May 28 1:27 PM
Hi
Use "Ampersands" & & & & in the Message in SE91
and in the code
use 4 strings of your own length along with Message .
if sy-subrc <> 0
message e034 with 'You are requested to' 'enter correct company code'
' correct Fiscal year' 'and the correct Accounting doc number'.
endif.
Reward points if useful
Regards
Anji
2007 May 28 1:36 PM
hi,
in message creation give & & & &. so that at run time it is used for displaying various types of messages.
ex: 000 & & & & -> in se91.
if helpful reward some points.
with regards,
suresh babu aluri.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |