Publishing web templates in static HTML

Hi,
When broadcasting web templates to HTML, must you publish them into the portal or can they simply reside on the BW server as static HTML pages and accessible via a URL?
I ask because I am implementing a dashboard and the web templates should be pre-calculated to be very quick performance-wise.
Second question, If I have two different web templates that I want to precalculate/publish twice (with different selections) how do you define the naming convenstion for the html file names? Eg.
WebTemplateName_Variable1_Variable2_Chart.html
WebTemplateName_Variable1_Variable2_Data.html
Kind thanks in advance.
faB

Hi Deepu,
Thanks for the reply. You'll get good points for the help.
I can get a web template to work with the data_mode=static url parameter set, but only when I call up the template alone, without any variable selections in the url. As soon as I set variables via url params, I get the error message: "requested document could not be found". The strange thing is that in the "document overview" of the reporting agent I can see the HTML file does exist for that selection criteria (and the query works in static_hybrid mode, which proves that the url parameter use the correct syntax)! Additionally, I can call up the correct html file directly via the url:
/sap/bw/doc/tmpl/FLDTMPL/LATEST/LATEST_SD011_COMPLAINT_PER_CUSTOMER/SD011_COMPLAINT_PER_CUSTOMER_00001.htm
but not with :
sap/bw/BEx?CMD=LDOC&TEMPLATE_ID=SD011_COMPLAINT_PER_CUSTOMER&VAR_NAME_1=ZSOLDTOP&var_operator_1=EQ&var_sign_1=I&var_value_low_ext_1=0000204874&data_mode=static
and not with:
/sap/bw/doc/tmpl/FLDTMPL/LATEST/LATEST_SD011_COMPLAINT_PER_CUSTOMER/GET?VAR_NAME_1=ZSOLDTOP&var_operator_1=EQ&var_sign_1=I&var_value_low_ext_1=0000204874
This is on BW3.5. Note 594340 describes the problem, but the fix is only valid for version 3.1.
Thanks for any further input you can give me.
Cheers,
fab

Similar Messages

  • Implement IP File Upload to a web template (with queries) - HTML Coding?

    Dear experts,
    we have implemented integrated planning - file upload.
    now we want to create a web template , which should include some queries AND also the file upload in a separat tab in this template.
    following link (file upload) should be included in the web template:
    http:///sap/bc/webdynpro/sap/zrsplf_file_upload?planning_sequence=ZACOMK_01_PS1&sap-client=200&sap-language=DE
    I don´t have any html-knowledge.
    Is there a standard html-coding available, which I could use and implement in a container item?
    many thanks for your help!!
    best regards
    Roland

    Thanks so much, Rick! That post was exactly what I needed -- and now I have another resource to search for next time.
    There is one little caveat, for anyone else who needs to use this. I had to change the line that sets the Content-Type header to use a semicolon instead of a comma. After this change, the resulting HTTP request is identical to the one generated by WebKit for form submission.
    NSString *contentType = [NSString stringWithFormat:@"multipart/form-data; boundary=%@", boundary];

  • Publishing Web Templates on Portal

    Hi Guys,
    I have to schedule the precaculated  web templates and  publish them on the portal. So far so good. I am not able to figure out how will I dynamically set the vairbles in order to schedule the Templates daily. E.g. I need to have a Key date as sy-datum - 1 (yesterday). How will I be able to set it up?
    Thanks in advance. Would sure award points for this.
    Cheers
    Kirk

    Thank you for your reply. I had already thought over it before posting this on SDN. It will make entire report rigid will lose the flexibility of running it for Key Date user wants.
    I NEED TO HAVE CAKE AND EAT IT TOO
    Hope you getting my point.
    Cheers
    Kirk

  • Error publish web template to broadcaster ...

    Hi everybody,
    When i publish my web template (in WAD )in the broadcaster, i see the
    right display with the possibility to create a New setting.
    But when i launch the "Create New Setting", i have the following error:
    - Error evaluating information for DASHBOARD (object type BT)
    - Cannot generate broadcast setting for current context
    Any suggestions ?
    Thanks
    Rodolphe.

    Hi Rodolphe
    I'm facing same problem.
    Please tell me the cause and how to rectify.
    Many thank
    Phong

  • Cannot Publish Web Template in SAP EP

    I have created and save a web template using the Web Application Designer but cannot publish it in Enterprise Portal 6.0.
    In an attempt to publish it, I see a pop up window ``wdttree``, a message ``Bad Index`` and an OK button. Clicking the OK shuts down the WAD.
    I need some help.

    Hi,
    I am not too sure about the specific errors which you are getting, But then for WAD running and execution, we can check for the IGS Server connectivity.
    It can be checked with Basis Folks. Cause we also had several problems related to WAD and eventually it all turned out to be a Problem with the connectivity to the IGS Server.
    igs server is the graphics server which is maintained for all the graphics related to WAD.
    Hope it helps,
    Thanks,
    Pradip Parmar.

  • Publish web templates in business explorer

    Hello Guys,
    In standart business explorer role , we can run queries in BEX Web Analyzer in portal.But we can not see web templates in BEX Analyzer in business explorer role in portal.It is not possible to see web templates in business explorer role in portal?

    Hi,
    Web Templates have to been embedded into iViews.
    iViews are the smallest possible unit of information in the Portal. You can arrange them in Pages, Worksets and Roles.
    Thus, if you want them in the Portal, "wrap" them into an iView, then is it up to you whether you put them in the Business Explorer tab or elsewhere.
    For information :
    - Business Intelligence (1st level tab) is both a Role and a Workset. The fact that it appears on the first level is because it is set as an Entry point in the Workset.
    - Business Explorer is a Workset (2nd level tab)
    You have to be Content Admin. to create Portal Content in the Content Administration tab : the editor that is called is the Portal Content Editor.
    Best regards,
    Guillaume

  • Error when publishing web templates in the portal

    hi Gurus,
                  I am getting this error when I try to publish my web report on the portal,
    Field E_SX_META_DATA not a member of OUTPUT.
    Can anyone please let me know how to go about fixing this error ?
    Thanks in advance,
    Nip

    Hi,
    You mean you want to execute the template even after this design time error. If yes then you can simply go to the backend and Transaction "SE38" then in the next screen type "RS_TEMPLATE_MAINTAIN_70" and then in the next screen type your template name ans then press "Execute" button to see temlate in Java Web.
    Imran...

  • Publish no static html page with Web services

    Hello All,
    I would like to publish no static html page using Web services. I can't attach this html page as static because I need to change it dynamically from another vi. So, client can read this page by browser with refresh 2 sec.
    Thanks,
    Yustas

    Hi,
    I think It is not possible to create a dynamic HTML page, at  the most you could edit your page HTML and publish it again with the same URL
    I hope to be helpful.
    Sabrina

  • Need HTML code to call template from an existing web template

    Hi all,
    Can someone help me with a HTML code which can call another web template from a field of a table.
    I have a web template which includes table as web item.The template when executed displays the data of query view in the form of table.One of the field in the table is Europe.Now my requirement is when i click on that field Europe,it should open up another template which is present in the system.
    Please provide me with a HTML code which can do this.
    Regards,
    Suchitra

    Hi all,
    Can someone help me with a HTML code which can call another web template from a field of a table.
    I have a web template which includes table as web item.The template when executed displays the data of query view in the form of table.One of the field in the table is Europe.Now my requirement is when i click on that field Europe,it should open up another template which is present in the system.
    Please provide me with a HTML code which can do this.
    Regards,
    Suchitra

  • In which DB table standard Web Templates located and also HTML code

    Hi gurus,
    Please help me on locaton of Standard Web Templates in DB table and how can I see the HTML code in WAD. Thanks in advance and I will assign points.
    Kaveri

    Hi,
    check the following link :
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/54e487c277321ae10000000a422035/frameset.htm
    1. open the web application designer
    2. left side u'll be seeing the applications like Table, dropwdown box , check box etc
    3.usually u drag and drop the application from left to right side--> once u dropped it u'll see 3 tabs at the bottom in that one of the Tab is HTML just click on it, it will lead u to the coding part.

  • Web template with HTML framset not working after transport

    Hi,
    I've built a frameset which consists of two web-templates (role-menu and content area) those two are combined together using plain HTML which does not acontain any web items (uploaded via WAD). This works fine in development. After transporting to our QA environment all the templates have been transported with concode 0, but the frameset does not get loaded. I always get an "Error loading template ...". The two templates which contain web items work fine when used stand-alone.
    When looking in transport connection I see the following message:
    "Object ZWF_WEB_FRAMESET (Web Template Name) could not be collected for object ()"
    I also see the same behavior on another transport of a template. Nine out of ten ar fine, but one, all are exact copies - only the query used is different, does not work either. The query that is used has been transported and is working.
    Has anybody an idea what could cause this?
    Is there a way to regenerate templates (like RSRT for queries) ?
    Thanks in advance
    Bernd Dümmel
    KODAK Stuttgart
      using ve created a

    Did you upload the video?
    Did you provide the correct path to your HTML object?

  • How to write HTML code in Web Template for selection screen

    Hello All,
    Is it possible to write a html code in the web template html tag so that the output of the html is displayed in the selection screen, i.e before the execution of query.
    I know that we can write html, which will be displayed once the query has been executed, but can it be done for selection screen.
    if so, how.
    My exact requirement is : to display a 2-3 lines of text in the selection criteria screen - sort of, various options available to user for entering values in the selection screen.  I was thinking of putting this text using HTML code in the selection screen.
    Regards,
    Nagendra.

    Hi Erick,
    No, unfortunately nobody replied to this thread. So i assumed it is not possible to modify the selection screen thru html code.
    Btw, as my requirement was to provide user with multiple answers on the selection screen. I did the validations on customer exit and popped an errror dialog when applicable.
    Regards,
    Nagendra.

  • How do I update web template HTML files on MAC

    I'm running lightroom 4.3 on a PC. The web template needed a few changes making, mainly the layout and replacing links for images etc., I could not find a way to update via lightroom so I changed the detail.html and grid.html files directly in C:\Program Files\Adobe\Adobe Photoshop Lightroom 4.3\Shared\webengines\default_html.lrwebengine. Now I need to make the same changes in lightroom 4.3 on a MAC, but have no idea how to locate the same files and update?
    Please can someone help me?

    The equivalent location on the Mac is:
    //Applications/Adobe Photoshop Lightroom 4/Contents/PlugIns/Web.lrmodule/Contents/Resources/galleries/default_html.lrwebengine
    To see either of the Contents folders in the above path, you have to Command/Right-click on the previously mentioned file (Adobe Photohsop Lightroom 4 and Web.lrmodule) and choose Show Package Contents.

  • How to embed a HTML Page in a Web Template and display it

    Hi All
    Can you please share ideas how I can embed a HTML page in a web template and how I can make it displayed as a popup when a button is pressed.
    Also, how do I call a HTML page stored in Portal KM from the press of a button in the web template.
    Your help is greatly appreciated.
    Thanks
    Karen

    Using C# or javascript to authenticate the user to AD to read the property directly will be very difficult. Creating a custom user profile property and adding a sync from AD to that property is definitely the easiest way to do what you are describing.
     Once its in User Profiles there are lots of samples on how to add it to the page.  
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Help on how to import static HTML web site in Portal v2

    Hi I am new to Portal and I would like to know if there is a way to upload an entire static HTML Web site (pages and images) into Portal (v2) or do I have to re-create each pages one by one.
    Thanks for your time,
    Louis-Martin Rivard
    Covansys Canada

    Louis,
    Static HTML pages cannot be mapped to Portal pages. The Portal page concept revolves around
    providing a customizable container for content, rather than a HTML page which contains text
    and images.
    I am assuming that your website has the following structure
    /htdocs
    /sitennn
    /pages
    /subsite1
    /subsite2...etc
    /images
    /scripts
    You need to upload the zip file as an item and then unzip the zip file. When you unzip the file,
    Portal will create the folders and populate them. So, if you have a root HTML file called
    index.html, then you can access it as http://<server.domain>/pls/<dad>/docs/folder/<sitennnn>/pages/index.html
    Assuming you have specified relative links, all images/content should show up correctly.
    Once again, I would like to suggest that unless we are talking a 100+ pages and megabytes of
    content, consider recreating/redesigning your website using Portal Pages, instead of upload and unzip. You will have to spend some resources (time, people) and redesign, but it will
    pay off in the long run.
    hth
    ps: Next time, could you please provide the Portal version and platform. It helps a lot, while
    trying to come up with a soltion
    I read and try to upload a zip file in Portal but the only thing I found is how to upload a single web page in a page group. Can you direct me on how to upload the entire web site?
    Thanks for you help, the documentation is very poor...

Maybe you are looking for

  • Printing problem with Canon LBP3370

    I'm having an issue relating to the Canon LBP3370. I also notice that Canon Europe seem to have removed all trace of any MacOSX drivers from the support page for this printer. I have an 'early' MBP running 10.6.6 w/ Suitcase3, QXP8.5 and CS5. Just bo

  • Wifi iPad 3 charger stopped working after updating to iOS 6, help!

    Wifi iPad 3 charger stopped working after updating to iOS 6.  The little iPhone charger charges it very very slowly, but the charger gets really hot after a while.  I restored it and everything works but the charger.  It's only a few months old, shou

  • HT1338 AirPlay mirroring 2012 MacBook pro

    Trouble shooting AirPlay mirroring , MacBook pro AirPlay mirroring icon keeps disappearing and disconnection occurs on apple tv , need help ?

  • Impact of having the fsmo role holders not available for 14 hours...

    Hi everyone, we have a situation where we will lose power to the building for 14 hours and since we don't have a generator we'll be shutting down our main site. We have 15 sites, each has a dc and the hq site has two with the fsmo roles distributed b

  • In custom report, is it possible to get value of field only? No style info?

    I need to build the following string in the results of a custom report: http://my.domain.org/myapp?A1=<#ORACLE.FIELD#> but when I run my report as a portlet, I get this instead, which leads to a "Page not Found" - http://my.domain.org/myapp?A1=<FONT