HTML Charset  for WAD template

Hi all,
is it possible to change the charset in the web report, which is added to meta tag? I need to change the way in which the data in tables is shown, not just that tag.
Thanks a lot
Best regards,
Pavel

You can try various charsets.
http://java.sun.com/j2se/1.4.1/docs/guide/intl/encoding.doc.html

Similar Messages

  • How to use one WAD template for all the available queries

    Hi,
    I have created a WAD template... Now we have close to 25 queries which will use that template for displaying their output at Portal...
    Is there any way that i don`t have to create multiple copies of my WAD template...
    I.e. all queries would call that same template through portal...

    Hi,
    The Bex report uses the Standard Template 0ANALYSIS_PATTERN while it is executed.
    So if your sure that the look and feel of all the Reports is going to remain same, you don't need to even attach all these Queries to Templates in WAD.
    When you execute the BEx query, it would pick up the standard template and run it in portal.
    But if you want to customize the Report Template:
    1) You can change this standard template 0ANALYSIS_PATTERN  and customize it according to ur requrement in WAD.
    2) Or you can create a copy of this standard template and change it as required. Then change the template in spro (transaction RSCUSTV27) to point to this Z template.
    Let me know if you need more details.
    Regards,
    Forum

  • How to Create authorization WAD template for BW3.5?

    Hi All
    How To create Authorization for a Web template in Bw 3.5 ?
    I have a requirement to restrict a particular Web templated in bw 3.5 So that all the end users should not be able to access that template only a particular user should be allowed to view the template?
    I cant find any authorization object for the WAD template in bw 3.5 ?
    Can anyone tell me the procedure to include the WAD template authorization?
    Should i include the authorization template in the Menu - in pfcg??? . i have added the template in the Menu in the PFCG but still it didnt work.
    Thanks

    As you said, the authorizations for the WAD templates should be given in PFCG roles.
    But you have to include the access/authorization details in the authorization objects. WAD templates have been created with including info/multiprovider, info cubes right.. first you have to include these objects inside the Role in PFCG.
    S_RS_COMP,S_RS_COMP1,S_RS_MPRO,S_RS_ICUBE.
    just assigning WAD template in the menu of the roles is to display when you login with the userid.
    Please request your BASIS folks to do the same.
    Hope this would help you.

  • Inserting html snippets for paypal buttons into templates

    I can insert html snippets(for pay pal buttons) into an iweb page that I've created but if I go to the slide shows and try to add a button to those it puts the buttons on ALL the slides. Any remedy as I'd like to use the photo templates AND pay pal buttons.

    Welcome to the Apple Discussions. Cyclosaurus posts some code to add items to the gallery page of a slideshow. I believe the post in in this thread: http://discussions.apple.com/thread.jspa?messageID=8426989#8426989
    Here are some of his other posts about album pages that might be of some help:
    http://discussions.apple.com/thread.jspa?messageID=8851990#8851990
    http://discussions.apple.com/thread.jspa?messageID=7511242&#7511242
    He's the resident expert on Javascript here and can do just about anything with it.
    OT

  • "wait till the end" for EXECUTE_PROCESS_CHAIN  in a WAD template

    hi all,
    I try to launch a process chain from a WAD template using the EXECUTE_PROCESS_CHAIN command with a button.
    I want to use the option "wait till the end" on this button, but the WAD do not wait the end of the process chain.
    Do you know how to use this option "wait till the end" for EXECUTE_PROCESS_CHAIN  in a WAD template?
    Thank's.
    Laurent.

    I answer myself because I have discovered at last which was the Authorization Object necessary to display maps in templates:
    S_BDS_DS
    02, 03, 04, 30                                                 ACTVT
    BW_META_OBJECTS                                    CLASSNAME
    OT                                                                 CLASSTYPE

  • Same WAD Template to be used for different queries and dataprovider

    Hi All,
    I want to create a WAD template that cound be use by 100 more queries.
    Making setting in SPRO or RSCUSTV27 will make it a default template for all the queries.
    I only want the template to be used for say MM module(100 queries).
    Any way it can be done?
    Please help.
    Thanks
    Vinay

    Hi Vin Loh,
    I assume your requirement as this:
    Case 1: You have N querie(s) on several infoproviders in your case MM module, and that you would like to display all the queries in a single WAD report? You can do it! Its a feasible solution.
    Goto WAD > Insert a 2 X 2 table > In the (1,1) box insert a drop down box. In the (1,2) You may add a Title of type 'Text' > In the (2,1) box you may add a 'Navigational Pane' > In the (2,2) cell add the 'Analysis Grid' > Create a Dataprovider DP_1 referencing any frequently accessed query. As of now a template has been created, which can be modified as accordance to suit your requirements.
    Now, once done, goto the dropdown box settings. This DDBox's main objective is to give you acess to all the N queries in your MM module. Goto 'Web Item Params' > Choose the 'Data Binding' option > Edit Parameter > In the 'Data Binding Type' choose 'QUERY VIEW' > Goto the 'Selection of Query Views' > Check the option 'Specify List of Query Views' > Under 'Single Entry in DD...' choose Initial State as QUERY; Not QUERYVIEWS > Choose your N queries as listed here. No need to create N different DPs or N different reports.
    Here, your iView is of type ..TEMPLATE=ZTEST.. for WAD based reports; not ..QUERY=ZTEST...
    Guess it will resolve your issue.
    Case 2: You wish to create a BEx template for all your existing MM queries as run on BEx Web based analyzer? In this case you need to check on the KM config. In the portal you have the Imported iViews templates.
    Thanks,
    Arun Bala

  • How to add a URL link to a WAD template

    Hi,
    the requirement is to have a kind of button in a WAD template
    that opens a document in a new browser window.
    (The document actually contains an extensive help for the application.
    It shall be stored in the portal CM and we have the URL for that)
    Any suggestions fr a simple solution?
    P.S.
    - A single document might be an option as well, however than we would have to attach the document to an BW object and it seems not to open directly after the call
    - A button group item that starts a script item?

    Hello,
    Try this one as Web Template:
    START ###
    <bi:bisp  xmlns="http://www.w3.org/TR/REC-html40" xmlns:bi="http://xml.sap.com/2005/01/bi/wad/bisp" xmlns:jsp="http://java.sun.com/JSP/Page" >
        <html >
            <head >
                <title >BEx Web Application</title>
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            </head>
            <body >
                <p >
                    <bi:TEMPLATE_PARAMETERS name="TEMPLATE_PARAMETERS" />
    <!-- insert data providers, items and other template content here -->
                    Button with portal style:
                </p>
                <p >
                    <span class="urBtnRow" >
                        <a class="urBtnStd" id="BUTTON_DOCUMENTATION" title="Documentation" href="http://sap.com" target="_new">Documentation</a>
                    </span>
                </p>
                <p >Hyperlink:</p>
                <p >
                    <span class="urBtnRow" >
                        <a href="http://sap.com" >[Documentation]</a>
                    </span>
                </p>
            </body>
        </html>
    </bi:bisp>
    END ###
    Probably you have to look into source code of this page, because you have to copy the text directly into WAD.
    Search for ### START ###
    Regards, Karol
    SAP NetWeaver BI, Development

  • WAD template issue:Change Font Size of Tab page in a tab strip container

    Hi Gurus,
    Is it possible to change the font size and face of a "tab" in a tabstip container.
    For example: I have a Tab strip container with 3 tabs:
          Tab1 : North Region
          Tab2: South Region
          Tab3: Central Region.
    When we name the tabs as above, it displays in a default font size and font face in the output while executing the WAD template. I want to increase the font size of say " North Region" Tab so that it appears bigger.
    Can some one guide me as to how this can be achieved.
    Regards,
    Sandeep

    Hi Benni,
    Could you please explain where i am supposed to enter the code mentioned by you "<style type="text/css" >.urBtnStd </style>"
    The XHTML code looks as below-->
    html
           head
                <title >BEx Web Application</title>
                meta http-equiv="Content-Type" content="text/html; charset=utf-8"
                 head
            body
                <bi:QUERY_VIEW_DATA_PROVIDER name="DP_1" >
                    <bi:INITIAL_STATE type="CHOICE" value="QUERY" >
                        <bi:QUERY value="RBEI_BICM_HR_RRF_PERIOD" />
                    </bi:INITIAL_STATE>
                </bi:QUERY_VIEW_DATA_PROVIDER>
                <bi:TEMPLATE_PARAMETERS name="TEMPLATE_PARAMETERS" >
                    <bi:SYSTEM_MESSAGES_VISIBLE type="CHOICE" value="X" text="" />
                    <bi:VARIABLE_SCREEN value="" />
                    <bi:MELT_VARIABLES value="" />
                    <bi:HAS_MAIN_TEMPLATE_OBJECT type="CHOICE" value="" />
                    <bi:WEB_TEMPLATE_ACTIONS type="COMPOSITE" >
                        <bi:ACTION_BEFORE_FIRST_RENDERING type="COMPOSITE" />
                    </bi:WEB_TEMPLATE_ACTIONS>
                </bi:TEMPLATE_PARAMETERS>
                <p >
                    <br />
                </p>
                <bi:TABSTRIP_CONTAINER_ITEM name="TABSTRIP_CONTAINER_ITEM_1" designwidth="600" designheight="600" >
                    <bi:TABPANEL_LIST type="ORDEREDLIST" >
                        <bi:TABPANEL type="COMPOSITE" index="1" >
                            <bi:CAPTION value="North Region" />
                        </bi:TABPANEL>
                    </bi:TABPANEL_LIST>
                </bi:TABSTRIP_CONTAINER_ITEM>
                <br />
                <br />
            </body>
    html
    Thanks,
    Sandeep
    Edited by: Sandeep Rupert Saldanha on Feb 17, 2010 10:53 AM

  • Error in WAD Template when no data.

    Hi All!!
    I'm working with BW 7 SP 15
    I have a query that has the characteristic 0FISPER in the Columns side, above the  key figures, so the query displays the data per month.
    The problem is when I include this query into a WAD Template and I set the property "new lines" to 1, when this template is executed and the result is empty the following error appears (only when there're no data to display and only when 0FISPER is above key figures, when I put 0FISPER on rows side, It does it correctly):
    <i><b>Invalid state: Section I is valid, but neither II nor III.
    java.lang.RuntimeException: Invalid state: Section I is valid, but neither II nor III.
    at com.sap.ip.bi.webapplications.ui.items.analysis.virtualmatrix.impl.VirtualMatrixBlockMerge.init(VirtualMatrixBlockMerge.java:137)
    at com.sap.ip.bi.webapplications.ui.items.analysis.control.AcPivotTableExport.validateRendering(AcPivotTableExport.java:510)
    at com.sap.ip.bi.webapplications.ui.items.analysis.control.AcPivotTableInteractive.buildUrTree(AcPivotTableInteractive.java:325)
    at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:33)
    at com.sap.ip.bi.webapplications.ui.framework.base.composites.UiRootContainer.iterateOverChildren(UiRootContainer.java:40)
    Query String (Current Browser Request) BI_COMMAND=&BI_COMMAND-BI_ADVANCED=DLG_VARIABLE_DropdownVariants&BI_COMMAND-BI_COMMAND_TYPE=PASSIVE_VALUE_TRANSFER&BI_COMMAND-PASSIVE_ID=DLG_VARIABLE_DropdownVariants_combobox&BI_COMMAND-PASSIVE_VALUE=&BI_COMMAND-TARGET_DIALOG_REF=DLG_VARIABLE&BI_COMMAND_1=&BI_COMMAND_1-BI_ADVANCED=DLG_VARIABLE_VAR_1_INPUT&BI_COMMAND_1-BI_COMMAND_TYPE=PASSIVE_VALUE_TRANSFER&BI_COMMAND_1-PASSIVE_ID=DLG_VARIABLE_VAR_1_INPUT_inp&BI_COMMAND_1-PASSIVE_VALUE=1&BI_COMMAND_1-TARGET_DIALOG_REF=DLG_VARIABLE&BI_COMMAND_2=&BI_COMMAND_2-BI_ADVANCED=DLG_VARIABLE_VAR_2_INPUT&BI_COMMAND_2-BI_COMMAND_TYPE=PASSIVE_VALUE_TRANSFER&BI_COMMAND_2-PASSIVE_ID=DLG_VARIABLE_VAR_2_INPUT_inp&BI_COMMAND_2-PASSIVE_VALUE=10&BI_COMMAND_2-TARGET_DIALOG_REF=DLG_VARIABLE&BI_COMMAND_3=&BI_COMMAND_3-BI_ADVANCED=DLG_VARIABLE_VAR_3_INPUT&BI_COMMAND_3-BI_COMMAND_TYPE=PASSIVE_VALUE_TRANSFER&BI_COMMAND_3-PASSIVE_ID=DLG_VARIABLE_VAR_3_INPUT_inp&BI_COMMAND_3-PASSIVE_VALUE=009.2009-009.2009&BI_COMMAND_3-TARGET_DIALOG_REF=DLG_VARIABLE&BI_COMMAND_4=&BI_COMMAND_4-BI_ADVANCED=DLG_VARIABLE_VAR_4_INPUT&BI_COMMAND_4-BI_COMMAND_TYPE=PASSIVE_VALUE_TRANSFER&BI_COMMAND_4-PASSIVE_ID=DLG_VARIABLE_VAR_4_INPUT_inp&BI_COMMAND_4-PASSIVE_VALUE=v1&BI_COMMAND_4-TARGET_DIALOG_REF=DLG_VARIABLE&BI_COMMAND_5=&BI_COMMAND_5-BI_COMMAND_TYPE=OK&BI_COMMAND_5-TARGET_DIALOG_REF=DLG_VARIABLE&REQUEST_ID=1
    Query String (Current Server Request) BI_COMMAND-BI_COMMAND_TYPE=UPDATE
    Query String (Initial Browser Request) DUMMY=0&TEMPLATE=ZIP_WCO003_NOSIRVE
    RTL false
    Request URL http://achmexdvw1.mx.achfood.com:50200
    SAP_BW_IVIEW_ID pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.bex
    SAP_EXTERNAL_SID FMZuPSJbo1ORoV1*1wciywSsHHVBVUbgIy5fjefoHQTA
    THEME_NAME captest
    TRACE false
    TRAY_TYPE PLAIN
    Template (Main Object) BTMP ZIP_WCO003_NOSIRVE
    Template (Main) ZIP_WCO003_NOSIRVE
    Template Parameters <parameterList>
      <param name="BODY_ONLY" value="X"/>
      <param name="CHECK_POPUP_BLOCKER" value="X"/>
      <param name="DATA_MODE" value="NEW"/>
      <param name="DOCUMENT_SAVE_LEVEL" value="0"/>
      <param name="ERRORS_VISIBLE" value="X"/>
      <param name="INFORMATION_VISIBLE" value="X"/>
      <param name="ITEMS_STATELESS" value="false"/>
      <param name="MELT_VARIABLES" value="X"/>
      <param name="REPORT_REPORT_DISPLAY_TARGET" value="X"/>
      <param name="RRI_OPEN_MODE" value="OPEN_IN_SEPARATE_WINDOW">
        <param name="OPEN_IN_SEPARATE_WINDOW" value=""/>
      </param>
      <param name="START_STATELESS_INTERVAL" value="0"/>
      <param name="STATELESS" value="false"/>
      <param name="SYSTEM_MESSAGES_VISIBLE" value="X">
        <param name="SYSTEM_MESSAGES_DISPLAY_MODE" value="ALWAYS"/>
      </param>
      <param name="TEMPLATE_VERSION" value="1"/>
      <param name="USE_CONTEXT_MENU_SNIPPETS" value="X"/>
      <param name="USE_LAYERED_WINDOWS" value="X"/>
      <param name="USE_SPECIFIC_VARIANT_CATALOG" value="X"/>
      <param name="WARNINGS_VISIBLE" value="X"/>
      <param name="WINDOW_MODE" value="modal"/>
    </parameterList>
    com.sap.ip.bi.base.exception.BIBaseRuntimeException: Error while generating HTML     at com.sap.ip.bi.webapplications.ui.items.UiItem.render(UiItem.java:365)     at com.sap.ip.bi.webapplications.runtime.rendering.impl.ContainerNode.render(ContainerNode.java:63)     at com.sap.ip.bi.webapplications.runtime.rendering.impl.PageAssemblerRenderingRoot.processRendering(PageAssemblerRenderingRoot.java:52)     at com.sap.ip.bi.webapplications.runtime.impl.Page.buildRenderingTree(Page.java:4080)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processRenderingRootNode(Page.java:4135)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processRendering(Page.java:3796)     at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:3756)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2661)     at com.sap.ip.bi.webapplications.runtime.impl.Page.doServerRedirect(Page.java:3438)     at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:3662)     at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2661)     at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:978)     at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:864)     at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:488)     at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:22)     at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)     at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)     at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)     at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)     at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)     at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)     at java.security.AccessController.doPrivileged(Native Method)     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)     at java.security.AccessController.doPrivileged(Native Method)     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)Caused by: java.lang.RuntimeException: Invalid state: Section I is valid, but neither II nor III.     at com.sap.ip.bi.webapplications.ui.items.analysis.virtualmatrix.impl.VirtualMatrixBlockMerge.init(VirtualMatrixBlockMerge.java:137)     at com.sap.ip.bi.webapplications.ui.items.analysis.control.AcPivotTableExport.validateRendering(AcPivotTableExport.java:510)     at com.sap.ip.bi.webapplications.ui.items.analysis.control.AcPivotTableInteractive.buildUrTree(AcPivotTableInteractive.java:325)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:33)     at com.sap.ip.bi.webapplications.ui.framework.base.composites.UiRootContainer.iterateOverChildren(UiRootContainer.java:40)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)     at com.sap.ip.bi.webapplications.ui.advancedcontrols.bridge.AcItemBridge.iterateOverChildren(AcItemBridge.java:61)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)     at com.sap.ip.bi.webapplications.ui.unifiedrendering.controls.FlowLayoutItem.iterateOverChildren(FlowLayoutItem.java:63)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)     at com.sap.ip.bi.webapplications.ui.unifiedrendering.controls.FlowLayout.iterateOverChildren(FlowLayout.java:69)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)     at com.sap.ip.bi.webapplications.ui.framework.base.composites.UiRootContainer.iterateOverChildren(UiRootContainer.java:40)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.process(CompositeBuildUrTreeTrigger.java:36)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.CompositeBuildUrTreeTrigger.start(CompositeBuildUrTreeTrigger.java:59)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.ExtendedRenderManager.triggerComposites(ExtendedRenderManager.java:69)     at com.sap.ip.bi.webapplications.ui.framework.base.impl.BICompositeManager.renderRoot(BICompositeManager.java:79)     at com.sap.ip.bi.webapplications.ui.items.UiItem.render(UiItem.java:363)     ... 46 more</b></i>
    Thnks for your help!!!
    Yolanda.

    Hi Yolanda,
    it´s as you already figured out - 0FISCPER is the problem.
    When you want to create new lines, there can not be a dynamic characteristic in the columns. Each column has to be defined with single values.
    Try to create restricted key figures for the periods you need to show.
    regards
    Cornelia

  • Dreamweaver CS5, charset, UTF-8 & Templates

    Greetings.
    I have a template-based site (a heap of pages inheriting from a single template). Everything is HTML5. The pages are UTF-8 encoded, and liberally employ Unicode characters such as em dashes, curly quotes, and curly apostrophes. DW is configured for UTF-8 as the default encoding (although that may only apply to new documents—I am unclear on that).
    As long as my template (and by extension all the pages that inherit from it) contains the following meta tag in head, I'm fine:
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    If I remove that tag and update all the files, all instances of non-ascii-equivalent Unicode characters (all those em dashes and curly quotes and apostrophes) get trashed (replaced with garbage characters) throughout my files.
    If I replace that tag with its proper HTML5 equivalent:
    <meta charset="utf-8">
    …the same thing happens: all instances of non-ascii-equivalent Unicode characters get trashed (replaced with garbage characters) throughout my files.
    Unless I'm missing something critical—I hope I am—this situation suggests two problems. The small problem would be that DW5 doesn't support HTML5's meta charset tag. The big problem would be that DW5 doesn't handle text file encodings reliably and is prone to corrupt your files in batch operations unless you line everything up just so (whatever that is, exactly).
    Does anybody have any insight for me?
    Thank you!

    Hello.
    Dreamweaver CS5 fix many problem about charset.
    1. File save in program as UTF-8
    2. Set HEADER

  • Debug for WAD

    Is there a debug tool available for the Web application designer ?
    I migrated my JavaScript code from the WAD template to the Mime folder and now my JavaScript does not get executed. I would like to step through the WAD code and determine if my JavaScript code gets executed.
    Thanks

    Unfortunately the ABAP editor/debugger does not recognize my JavaScript code for placing a breakpoint. How does one debug JavaScript and WAD (HTML) code using a debugger ?
    I have a very simple WAD template with the following line of code that references my JavaScript code:
    <SCRIPT LANGUAGE = "JavaScript" SRC="/SAP/PUBLIC/BW/Customer/javascript/exercise.js" ></SCRIPT>
    My JavaScript program never seems to get executed, so I would like to step through the HTML code and then into my JavaScript code with a debugger. Any ideas on how this is done ?

  • ANN: New marketplace for site templates, page layouts and menus

    Introducing SuCasa - SuCasa is the online marketplace for web
    designers by
    web designers. On SuCasa, you can get free or low-cost site
    templates, page
    layouts, CSS menus and more. You can also share your designs
    with the
    community, for free or the price you set. SuCasa is free to
    join. Publishers
    who decide to sell their work retain 90% of the sale and
    WebAssist handles
    all the processing and hosting charges. Publishers are paid
    monthly through
    their free PayPal accounts.
    Through SuCasa, designers can gain access to professionally
    designed,
    standards-compliant templates for web pages or entire sites,
    from a diverse
    community of designers. The designs of SuCasa fit a broad
    spectrum of
    workflows. You'll find templates to help get you started
    quickly on SuCasa,
    whether you're working with Dreamweaver, Expression Web, Coda
    or coding by
    hand. Many designs are easily modifiable with leading
    designer tools
    including Eric Meyer's CSS Sculptor, CSS Menu Writer and
    SiteAssist
    Professional . The WebAssist line of designs on SuCasa
    feature 100% licensed
    images, so you're free to use them with no copyright issues.
    SuCasa was built with Adobe Flex for an engaging user
    experience. Visit
    SuCasa at
    http://sucasa.webassist.com
    Best - Joe
    Joseph Lowery
    VP of Marketing, WebAssist -
    http://www.webassist.com
    Author, Dreamweaver CS3 Bible -
    http://www.idest.com/dreamweaver/

    Hi,
    We can add the following line of code in the .html file.
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    Like:
    <!--MS:<asp:ContentPlaceHolder id="PlaceHolderAdditionalPageHead" runat="server">-->
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <!--CS: Ausschnitt Bearbeitungsmodusbereich starten-->
    <!--SPM:<%@Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    <!--SPM:<%@Register Tagprefix="Publishing" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    <!--MS:<Publishing:EditModePanel runat="server" id="editmodestyles">-->
    <!--MS:<SharePoint:CssRegistration name="&#60;% $SPUrl:~sitecollection/Style Library/~language/Themable/Core Styles/editmode15.css %&#62;" After="&#60;% $SPUrl:~sitecollection/Style Library/~language/Themable/Core Styles/pagelayouts15.css %&#62;" runat="server">-->
    <!--ME:</SharePoint:CssRegistration>-->
    <!--ME:</Publishing:EditModePanel>-->
    <!--CE: Ende Ausschnitt Bearbeitungsmodusbereich-->
    <!--ME:</asp:ContentPlaceHolder>-->
    Here is a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/51fdb362-41cf-4d6d-b61e-48dd23a6ba8d/special-characters-norwegian-wovels-not-showing-correctly-in-page-layouts?forum=sharepointgeneral
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Link from InfoView to WAD template

    Hi everybody,
    Im trying to create a link from infoview to a WAD template, but when I insert the URL in infoView it gets stuck in a loading loop.
    Is it possible to create a link from InfoView to a WAD template? Or is it possible force the link to open in a new window?
    Regards
    Victor

    Hi,
    openDocument is not an option because im not trying to create a link to a document inside infoview.
    WAD is a SAP frontend BI tool. Im trying to create link in InfoView to a Web Application Designer template. Actually my question could be paraphrased to: How to load a BEx query into a html Frame? (The problem is the same)
    As the domains of InfoView and of the SAP portal (where the template will be displayed) are different, the loading process get stuck in a loop. I've heard the solution might lay on [Domain Relaxing|http://help.sap.com/saphelp_nw70/helpdata/EN/28/7c383f717b5f03e10000000a114084/frameset.htm].
    Has anybody implemented a workaround for this?
    Regards
    Victor

  • Print button on WAD template

    Hi,
    Presently we are in BW 3.5 version with support pack 22. We enhanced the html code based on ' How to ... Web printing with MS Excel' document. We imported the transport file which contains package and ABAP Classes.
    After click on the print button on Web report, it was giving the same result area in the same page instead of giving the excel open or save options.
    How to debug the enhanced html code in the WAD template? How to check the ABAP class('ZCL_RSR_XLS_HELP_WINDOW_PRINT') which i used in the
    code?
    Or is there any way to print the result area of Web report?
    Please help me.
    Thanks in advance.

    This question has been answered

  • Problem with Javascript in WAD Template

    Hello,
    I have placed zdate_functions.js  in /sap/bw/Mime/Customer/JavaScript/ with the following function...
    function getDateMMDDYYYY()
    {var curdate = new Date();
    var month = curdate.getMonth(); var day = curdate.getDate();var year = curdate.getFullYear();
    var display = month + "/" + day + "/" year;
    return display;
    In the WAD Template I placed the code to 'register'  zdate_functions based on a view source of the original template...
    script src="/sap/bw/Mime/Customer/JavaScript/zdate_functions.js" /script
    Then later I placed this code to get a date in a fiormat I need it in...
    script document.write(getDateMMDDYYYY()); /script
    However, I am not getting anything.  What I am I missing or do you see a mistake in my code?
    Thank you in advance for any assitance.
    Regards, Dean.
    Edited by: Dean Hinson on Apr 24, 2008 5:36 PM
    Edited by: Dean Hinson on Apr 24, 2008 5:45 PM
    Edited by: Dean Hinson on Apr 24, 2008 5:48 PM
          Having trouble posting code to message.

    Cancelled

Maybe you are looking for