Tutorial Viewer Généralités 1 2 3 4 5 6

7 Affichage d'aide à l'aide de viewHelp

Retour au début

L'option viewHelp vous offre une méthode très élégante d'afficher vos fichiers d'aide dans les écrans R/3.
Elle peut être utilisée avec les commandes image et mark. It opens a special helpwindow at the right hand side of your R/3 screen to display an html or rtf file. This window closes as soon as the user mouseclicks on any inputfield on the screen.

A mouseclick on the yellow question mark at the end of the toolbar opens the viewhelp window in a predefined position.
The window can be resized with the mouse. It closes as you click on any of the R/3 inputfields.

If you create hyperlinks using the URL SAP:// you can enter values into chosen inputfields with a simple mouseclick. The hyperlink of hotspot "Repair order"  looks as follows:

<a href="SAP://Order%20type:AD02">Repair order</a>

Html Editors (like MS Frontpage) automatically insert the "%20" in the hyperlink.

In your GuiXT script the code is quite simple:

Image (toolbar) "help.gif" ViewHelp="iw31.e.html"
 

If you place the image in the toolbar, it should have a size of 18 x 18 pixels.

Please note: Instead of writing a small script for each screen where you want to offer your own html help, you can specify a "Help views" directory in GuiXT profile. See Help Views Directory for the details.

 
 
 
 
 
 
 
 Continue