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 creation

Former Member
0 Likes
453

hello,

how to create f1 help for a particular field in dialog programming.

thanks

3 REPLIES 3
Read only

Former Member
0 Likes
425

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

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b3d5e890-0201-0010-c0ac-bba85ec2...

Regards

Chandru

Read only

Former Member
0 Likes
425

Hi Prateek,

You can create this using the Transaction SE61.

Check this Link

http://www.saptechnical.com/Tutorials/ABAP/F1Help/Create.htm

Regards,

Sai

Read only

0 Likes
425

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'