‎2011 Sep 21 4:41 AM
Hello experts ,
I have used the Function module 'TH-popup' to give an user specific popup . But I can show a message less than 128 char by this Function module. Is there any other way by which I can print user specific popup longer than 128 char ?
Deb .
‎2011 Sep 21 6:55 AM
Hi,
I think you can only display a maximum message of 128 characters. There is also another function module SCCA_TH_POPUP which also has a message size of max 128 characters.
Danish.
‎2011 Sep 21 7:14 AM
Hi,
You can create a screen of your own and then assign a tcode to it and then use the FM 'TH_CREATE_FOREIGN_MODE'.
Thank you,
Sri.
‎2011 Sep 21 7:35 AM
TH_POPUP limits the text to 128 characters but the kernel program inside accepts up to 1023 characters, and the popup screen can display up to 20 lines. You may use cl_abap_char_utilities=>newline character to skip to next line.