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

Attaching F1 help for the tcode.

Former Member
0 Likes
714

Hello Dear,

I want add f1 help for tcode of bdc. so when user clicks on help button he will get information of how excelsheet will look like.

Please guide me in doing that. when we run that t-code, on initial screen when we press help (f1) button lookin like (?), that should give me t-code info.

Thank u.

1 ACCEPTED SOLUTION
Read only

franois_henrotte
Active Contributor
0 Likes
541

the standard way of doing it is just to create a documentation for the program behind the transaction.

in SE38 select "Documentation" radiobutton and click on "change" button

when you run the program, if a documentation exists then an icon "I" (information) appears in the toolbar, click on it to see the help

now if you want to display help when clicking on another icon (for example the Help) then you have to change the status in SE41 so that the user-command of this icon corresponds to the "I" button - this is user-command "DOCU"

2 REPLIES 2
Read only

franois_henrotte
Active Contributor
0 Likes
542

the standard way of doing it is just to create a documentation for the program behind the transaction.

in SE38 select "Documentation" radiobutton and click on "change" button

when you run the program, if a documentation exists then an icon "I" (information) appears in the toolbar, click on it to see the help

now if you want to display help when clicking on another icon (for example the Help) then you have to change the status in SE41 so that the user-command of this icon corresponds to the "I" button - this is user-command "DOCU"

Read only

0 Likes
541

Thnk u very much.