cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement the documentation help function for webdynpro application

Former Member
0 Kudos
81

We have implemented SAP Travelmanagement ESS services which uses ABAP Webdynpro. In each of the screen there is a "help" link on the top right corner. I would like to know how to use this function to link a help file that explains what needs to be done on each screen.

My requirement is to provide screen specific help information as a document for each of the screen in my webdynpro application.

Any suggestions, options, samples from the experts would be most appreciated.

Regards

Vivek

View Entire Topic
former_member188831
Contributor
0 Kudos

Hi Vivek,

seems to be your WDA are built by FPM, thats how by default you will be getting help link in top corner.

when you click on help link it has to display the help related data.

for this sap calls the standard wdc: WDHC_COMPONENT and the view:WDHC_APPL_HELP in this view you will see the element as: TEXT to fill some text which is your help data.

there might be some way to fill this TEXT (text view) try this.

or else i will check and upate you soon.

all the best.

Regards,

Mahesh.Gattu