Purpose Embed HTML files from SAP Mime Repository or SAP Web Repository For easy rollout to numerous users, central files are much better to handle than local copies on each PC. |
Solution
The "SAP Web Repository" does not support subfolders.
You still can use the
CacheFile-approach described here, but you
have to put all files needed for the HTML display into the same folder
as the HTML file. Example We import
two files into SAP Mime Repository:
The image file is needed by the HTML file:
In the GuiXT script, we use
CacheFile for the
image file before we execute the
Control statement:
The HTLM page is now displayed with the background image:
in the GuiXT session script (performance optimization), and the rest of the folder structure reflects the SAP Mime Repository folder structure. |
Components |