Purpose | A variant of the View command can be invoked with the option ViewHelp= in the commands Mark and Image.
WIth this option you can easily display your own help window, for example for training purposes, or for presenting detailed product information. When the user clicks on your help icon (in the toolbar or somewhere on screen), the help file is displayed at the upper right hand side of the screen. See also Help Views Directory and Viewer tutorial 7 | ||||||
| with Option ViewHelp | ||||||
Displaying help files in html format | Component “Viewer” is required for this option
When the user clicks on the small red cross, the help file ViewHelp=“…” is displayed at the upper right hand side of the R/3 screen. Interactions with R/3 can be specified in the html file, as described for the View-command (Setting values, calling functions). The help display disappears as soon as the user clicks on an R/3 field. Mark [entry field] ViewHelp=“filename.html” | ||||||
Example | Mark [Base unit of measure] Image=“help.gif” ViewHelp=“doc_unit.htm“ | ||||||
Options for ViewHelp |
| ||||||
Example | Mark [Base unit of measure] Image=“help.gif” ViewHelp=“doc_unit.htm“ ViewHelpWidth=“200″ | ||||||
| mit Option ViewHelp | ||||||
Display your own html help | Component “Viewer” is needed for this function
With ViewHelp= you specify an html file. Clicking on the image will display the html file in the upper right hand side of the window. It can contain interactions with the SAP window (“SAP://”-URL). When the user clicks on any other field, the help display is closed. Image (row,column) “image file” ViewHelp=“docfilename.html” | ||||||
Example | Image (toolbar) “help.gif” ViewHelp=“doc_order.htm” | ||||||
Options for ViewHelp |
| ||||||
Example | Image (toolbar) “help.gif” ViewHelp=“doc_intorder.htm“ ViewHelpWidth=“200″ |