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

regarding message text

Former Member
0 Likes
681

hi,

how can i enter an 'ENTER' (start with next line)

in message text. can u please give sample code for the same.

for eg:

text-001 is having ' hi hello good morning "press enter button" this is quiz'

6 REPLIES 6
Read only

Former Member
0 Likes
656

Hello,

In this way we will try the information in the text-001

MESSAGE text-001 TYPE y_k_i.

Read only

0 Likes
656

Thanx for your reply .

but can you be little bit more specific what is TYPE y_k_i.

Read only

Former Member
0 Likes
656

Use POPUP_TO_DISPLAY_TEXT

Read only

Former Member
0 Likes
656

Hi,

Use this...


MESSAGE 'hi hello good morning "press enter button" this is quiz' TYPE 'S'.

Read only

0 Likes
656

Thanks for your reply.

i want half text in next line.

thats why i said press enter button.

Read only

0 Likes
656

Hi Snehal,

You can give message (error/status) in single line only. Instead use function module POPUP_TO_CONFIRM to show your message and handle the next processing according to the sy-ucomm.

Regards,

Vikas.