2007 Jun 07 9:56 AM
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.
2007 Jun 07 10:01 AM
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
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.
2007 Jun 07 10:01 AM
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
2007 Jun 07 10:05 AM
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
2007 Jun 07 10:06 AM
hi,
check this program demo_dynpro_f1_help in se80.
u can understand better.
2007 Jun 07 10:07 AM
hi,
check this program demo_dynpro_f1_help in se80.
u can understand better.
2007 Jun 07 10:08 AM
hi,
check this program demo_dynpro_f1_help in se80.
u can understand better.
2007 Jun 07 10:10 AM
hi,
check this program demo_dynpro_f1_help in se80.
u can understand better.
2007 Jun 07 10:13 AM
hi,
check this program demo_dynpro_f1_help in se80.
u can understand better.