Viewer Tutorial General topics 1 HTML  display 2 3 4 5 6 7 Continue

We want to add two html files to the standard SAP logon screen: a local file  “login_details.html” and an internet file “http://www.australia.com”. The first one allows the user to request a forgotten password. The second one (in our example a page concerning tourism in Australia) could, in practice, be a company specific page, offering up to date information and services. It is important that the normal html interactions be retained. Functions like “Back” or “Print” can be reached via the right mouse button.


Sap Guixt image.ia.1.01 HTML  display

The complete GuiXT script:

view (5,0) (20,40.6) “login_details.html”
view (0.85,44.2) (20,135.4) “http://www.australia.com”

box (1,0) (4,39) “Please enter user id and password”
pos F[User] (2,1)
pos F[Password] (3,1)

set F[Client] “800″
set F[Language] “EN”

del F[Client]
del F[Language]

 

 

 Sap Guixt weiter HTML  display 


W
ith GuiXT Vieweryou can easily introduce html files into  your SAPscreens.

HTML display