cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement the documentation help function for webdynpro application

Former Member
0 Kudos
80

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

Accepted Solutions (1)

Accepted Solutions (1)

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

Answers (5)

Answers (5)

Former Member
0 Kudos

I am not exploring this further and hence closing this thread.

former_member182048
Active Contributor
0 Kudos

Hi there Vivekananthan

Could it be the 'Help Center'

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/de/f1429b914148e192f334edc59f2f5d/content.htm

Cheers

JSP

Former Member
0 Kudos

Dear Nagaraju,

Thanks for assisting on this. This is a standard SAP webdynpro under SAP Travel Management module.

I think it is done using FPM. Give us your suggestion.

Vivek

former_member188831
Contributor
0 Kudos

Hi Vivek,

can you please let me knwo the package and details of the system version of the system.

so for i haven ot seen any standard developments in webdynpro for a particular module like as your are telling travel management ... etc..

let me check once how they did all...

Thanks,

Mahesh.Gattu

Former Member
0 Kudos

Hi Vivek,

Have you created the webdynpro application using FPM(Floor Plan Manager) or as standalone application.

Based on that we can discuss how we can resolve the issue.

Thanks,

Nagarju

Former Member
0 Kudos

Hi,

you can try out with the options that are available with the web dynpro application

doublew click on the WD application. On Properties tab there are two input fields

1. Help Menu text = Title of the help window

2. Help link = Here you can specify the link to your help document

Does this help?

Thanks,

Rahul