‎2008 Nov 03 7:30 AM
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'
‎2008 Nov 03 7:32 AM
Hello,
In this way we will try the information in the text-001
MESSAGE text-001 TYPE y_k_i.
‎2008 Nov 03 7:38 AM
Thanx for your reply .
but can you be little bit more specific what is TYPE y_k_i.
‎2008 Nov 03 7:35 AM
‎2008 Nov 03 7:37 AM
Hi,
Use this...
MESSAGE 'hi hello good morning "press enter button" this is quiz' TYPE 'S'.
‎2008 Nov 03 7:41 AM
Thanks for your reply.
i want half text in next line.
thats why i said press enter button.
‎2008 Nov 03 7:49 AM
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.