Application Development 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: 

F1 help for selection screen rdio buttons

S0025444845
Active Participant
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

hi,

check this program demo_dynpro_f1_help in se80.

u can understand better.

Former Member
0 Kudos

hi,

check this program demo_dynpro_f1_help in se80.

u can understand better.

Former Member
0 Kudos

hi,

check this program demo_dynpro_f1_help in se80.

u can understand better.

Former Member
0 Kudos

hi,

check this program demo_dynpro_f1_help in se80.

u can understand better.

Former Member
0 Kudos

hi,

check this program demo_dynpro_f1_help in se80.

u can understand better.