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 for selection screen rdio buttons

S0025444845
Active Participant
0 Likes
1,048

Hi all,

can anyone please tell me how to create F1 help for radio buttons.

If I press F1 on selection screen radio button it should show the documentation.

helpful answers will be rewarded.

thanks,

Sudha.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
945

Hi,

You need to use the Event <b>AT SELECTION-SCREEN ON HELP-REQUEST FOR <field></b>

use the WRITE statment and to write teh documentation which needs to be displayed when you press F1

Regards

Sudheer

7 REPLIES 7
Read only

Former Member
0 Likes
946

Hi,

You need to use the Event <b>AT SELECTION-SCREEN ON HELP-REQUEST FOR <field></b>

use the WRITE statment and to write teh documentation which needs to be displayed when you press F1

Regards

Sudheer

Read only

Former Member
0 Likes
945

Use event AT selcction-screen on help-request.

AT SELECTION-SCREEN ON HELP-REQUEST FOR p_radio.

CALL SCREEN 100 STARTING AT 10 5

ENDING AT 60 10.

check the links..

POH->

http://help.sap.com/saphelp_46c/helpdata/en/9f/dbad0435c111d1829f0000e829fbfe/content.htm

Read only

Former Member
0 Likes
945

hi,

check this program demo_dynpro_f1_help in se80.

u can understand better.

Read only

Former Member
0 Likes
945

hi,

check this program demo_dynpro_f1_help in se80.

u can understand better.

Read only

Former Member
0 Likes
945

hi,

check this program demo_dynpro_f1_help in se80.

u can understand better.

Read only

Former Member
0 Likes
945

hi,

check this program demo_dynpro_f1_help in se80.

u can understand better.

Read only

Former Member
0 Likes
945

hi,

check this program demo_dynpro_f1_help in se80.

u can understand better.