‎2008 Mar 13 6:08 AM
Hi,
I have a very uncanny problem, I have a requirement where in i have to create an F1 help for a radiobutton.
I tried using this FM
CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT_LO'
EXPORTING
titel = text-a12
textline1 = text-a05
textline2 = text-a06
textline3 = text-a07
start_column = 15
start_row = 15.
The problem with this FM is that it take only upto 210 charcters. I need to input close to 240 characters. Is there any other FM which works the same way and allows me to enter more number of characters??
Or is there any other FM by which i can create a F1 help for a radiobutton??
‎2008 Mar 13 6:11 AM
This another way Check here in thos program.
DEMO_SELECTION_SCREEN_F1
Using Screen you can show the help also.
‎2008 Mar 13 6:13 AM
‎2008 Mar 13 6:21 AM
No, it is not FM, you want it as Function?
FM HELP_OBJECT_SHOW_FOR_FIELD you can try this.
‎2008 Mar 13 6:34 AM
look for the suggestions given by Yash, those will give u the gud idea on f1 help.
Thanks.