‎2008 Feb 23 5:53 PM
hello,
how to create f1 help for a particular field in dialog programming.
thanks
‎2008 Feb 23 5:58 PM
In the screen painter you place the cursor in the field string of a screen on the field to be documented and select the menu goto > documentation > data el. extra
Now you will get a popup with the data element and the number of the current screen as an identifier for the additional text. In addition to the help contents in the ABAP/4 Dict you can enter your own Description
Here you enter your own description and SAVE
you can also use this function module DSYS_SHOW_FOR_F1HELP
Also check the link
Regards
Chandru
‎2008 Feb 23 6:58 PM
Hi Prateek,
You can create this using the Transaction SE61.
Check this Link
http://www.saptechnical.com/Tutorials/ABAP/F1Help/Create.htm
Regards,
Sai
‎2008 Feb 23 7:45 PM
thx for replying sai.
but thr is one problem.
i have created the data element in the transaction se61 but it is still not showing the F1 help for the particular field in my dialog program when i use CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP'