Images
can easily be integrated into SAP screens using GuiXT. Either fixed images, e.g. a company
logo in the logon screen, or data dependent images such as an identity
photo or a product image. GuiXT supports the images formats .gif, .jpg,
.png
and .bmp. Another useful possibility is to start PC applications
by clicking on the image itself. |
GuiXT
GuiXT
|
In the image command you specify the image file and the screen coordinates. The image files can be stored locally, on a file server, or on an http/ftp server. |
For data dependent images you put a variable into the image file name, a variable that stands for the object key (personnel number, material number): |
|
GuiXT
|
You can start PC applications by clicking on the image. For example, it makes sense to display the identity photo in full size. To achieve this, use the start= option: |
Image ... start="\\server\Product images\&F[Material].png" |
You can also display a .doc or PDF file containing
details about the person when the user clicks on the image: |