Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Message as type I, with 2 rows

Former Member
0 Likes
915

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.

1 ACCEPTED SOLUTION
Read only

gopi_narendra
Active Contributor
0 Likes
858

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

4 REPLIES 4
Read only

abdulazeez12
Active Contributor
0 Likes
858

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.

Read only

Former Member
0 Likes
858

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

Read only

gopi_narendra
Active Contributor
0 Likes
859

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

Read only

Former Member
0 Likes
858

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.