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

F1 help text

Former Member
0 Likes
557

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??

4 REPLIES 4
Read only

Former Member
0 Likes
520

This another way Check here in thos program.

DEMO_SELECTION_SCREEN_F1

Using Screen you can show the help also.

Read only

0 Likes
520

Pardon me Yash... But is this a FM??

Read only

0 Likes
520

No, it is not FM, you want it as Function?

FM HELP_OBJECT_SHOW_FOR_FIELD you can try this.

Read only

0 Likes
520

look for the suggestions given by Yash, those will give u the gud idea on f1 help.

Thanks.