‎2007 Oct 01 10:14 AM
Hi!
I like display a message type i with 2 rows ( the text is more big for the width's dialog box).
How can I do?
Thanks very much
Marcos.
‎2007 Oct 01 10:17 AM
you can define the message as &1 &2 &3 &4 in SE91.
but when you display the message you can write it as
message E138(ZM) with text-001 text-002 text-003 text-004.hope this is clear
Regards
Gopi
‎2007 Oct 01 10:16 AM
Split your messagein two text elements- Text-001 and Text-002, or if possible three and then use:
message i000 with Text-001 Text-002 Text-003.
‎2007 Oct 01 10:16 AM
Hi,
Goto SE91 transaction
Enter the Message Class no.
Create a message.
Place Cursor on the Message & click on LONG TEXT
Enter the long text message
Activate
You will get the short message on screen. When you double click that message or click on Long Text, then the detailed message wud be displayed.
Best regards,
Prashant
‎2007 Oct 01 10:17 AM
you can define the message as &1 &2 &3 &4 in SE91.
but when you display the message you can write it as
message E138(ZM) with text-001 text-002 text-003 text-004.hope this is clear
Regards
Gopi
‎2007 Oct 01 10:23 AM
hi,
u can do it 2 ways
1. create a message class
Goto SE91 transaction
Enter the Message Class no.
Create a message [& & & &] -> save
in ur report prgm.
try like this.
message I000(messageclassname) with ' ur message hereeeeeeeeee'
.
or
message ' message nameeeeeeeeeeeeeeeeeeeeeeeeeee' type 'I'.
if helpful reward some points.
with regards,
Suresh Aluri.