Question:
Hi,
does someone know a good way to include centrally stored html code (e.g. mime repository) into a Web template.
Scenario could be that you develop a custom coded tool bar (html code based) and would like to include it in every template.
If there is a possibility to reference a file/object in the template you can do all changes centrally and they are automatically used in the web templates.
Wondering if someone already did some "thinking" in this area.
Garp
Answer:
This is only possible with BW 3.5 which will be available by Q1 2004. SAP will be providing ability to include HTML templates as includes in another main template.
-DS
Answer:
You could store an HTML page in the MIMEs repository and access it from other web tamplates using IFRAMEs
Answer:
We programmed a Web Cockpit. therefor we used one navigation, which I placed in one html-file. the cockpit was based on a frameset.
so you can place the navigation and the frameset in the Mime-Rep.
Problem is, that you have to code something behind your navigation, that the changes are carried out to your main-frame - because they are seperated and seen as own reports.
what you want do use is an include like in PHP or in ASP.net. this is not possible