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

user specific popup problem

Former Member
0 Likes
527

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 .

3 REPLIES 3
Read only

Former Member
0 Likes
476

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.

Read only

sridhar_meesala
Active Contributor
0 Likes
476

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.

Read only

Former Member
0 Likes
476

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.