2007 Oct 08 6:58 AM
How to print the message in 2 lines?
Here i am having it like this... MESSAGE i000(zm) WITH lv_uname.
here I want to print lv_uname in 2 lines because it lengthy one.
Thanks,
Sridhar.
2007 Oct 08 8:02 AM
Hi sridhar,
You can use the function module POPUP_TO_INFORM. I think this will be useful.
Thanks,
Muthu.
2007 Oct 08 7:05 AM
Hi
If the lv_uname is lengthy it automatically moves to the second line after displaying in the first line.
There are no further options to display message in 2 lines with MESSAGE statement
Regards
Anji
2007 Oct 08 7:24 AM
No man, itas not comming..I am using the below logic to print my message:
CONCATENATE text-I01 lv_printdate1 text-I02 INTO lv_printname
SEPARATED BY space.
MESSAGE i002(zm) WITH lv_printname.
its printing in a single line...
2007 Oct 08 8:02 AM
Hi sridhar,
You can use the function module POPUP_TO_INFORM. I think this will be useful.
Thanks,
Muthu.
2007 Oct 08 8:23 AM