Editing 3.x Webtemplate

Hi ,
How can i edit a 3.x web template.
If i try opening the 3.x template in Bex Web Application Desiginer, i get only the HTML code. No layout is shown.
Please assist.
Best Regards, Ravish.

Hi i think the web templet is created in BI 7 platform.
Web templet which are created in 3.5 platform can be altered in 7.0 Web platform
But it the Web templet is created in 7.0 web platform it cant be opened in 3.5 web palatform
the only solution is you need to migrate the web templet from 3.x to 7.0 using the abap program RSZW_ITEM_MIGRATION_3X_TO_70.
for more information you can study this link
http://help.sap.com/saphelp_nw70/helpdata/en/43/54e487c277321ae10000000a422035/content.htm
santosh

Similar Messages

  • Webtemplate Navigation box question

    Dear Experts,
    I have a navigation block and a table on a webtemplate (BW 3.1). The navigation block contains characteristic values which are filtered by variables set on the variable selection screen. When the webtemplate is running at the first time the Navigation block does not show any filter value. Later when I use filtering in the navigation box or on the table the navigation box show the filter values.
    How can I set the Navigation block to show filter values at the first time?
    Thanks in Advance,
    Dezso

    Hi
    Edit your variables and there you have a check box 'Can be changed in query navigation'. Just check it and this will solve your problem.
    Prasad.

  • How to Create Webtemplate in SAP BI 7.0 without using PORTAL?

    Hi,
    I'm junior consultant sap BI ; I want to do a webtemplate in BI 7.0, but the firm doesn't have SAP Portal.
    I want to know if I can create my web template in BI 7.0, without using a portal? If I can do it, please tell me how!
    Thanks very much!
    Edited by: Gaudenzio on Jul 1, 2009 11:26 PM

    you will have to use WAD3.5 for that - you cannot use WAD 7.0 without having a JAVA Stack or the necessary JAVA Components installed in your app server.
    Then the question would be :
    Even if you do manage to create a WAD7.0 template without a JAVA Stack - you cannot run the same since it required portal...???

  • Using a Link in a Webtemplate to navigate in the portal

    Hi BI/Portal experts!
    We are using a federated portal environment. in our consumer portal we have implemented a reporting system with an overview page and some detail pages. each page contains iviews with webtemplates from our consumer portal.
    In the overview page we have a iview with an web template  wich holds some key figures and a link. Our aim is to use that link to get to the details page (which is somewhere else in the navigation). We tried to use the "NavigationTarget"-technique but the result was that the detail page was opend in the iview window instead of the full explorer window.
    Is there any possibility to have a link within a webtemplate that affect the whole portal and not only the iview of the template?
    I hope i could make myself clear.
    Thanks for any help or hint
    Regards, Alex
    Edited by: Alexander Paulus on Feb 12, 2008 2:58 PM

    Hi,
    You need to load detailed page in same window after clicking a link in overview page?
    How you implemented overview page, is it a template or seperate html page?
    If it is a template then you can open detailed template in the same window from a link in overview page. For this you have to set open template in same window parameters in your link.
    Regards
    Baby

  • Webtemplate cannot be saved

    Hi,
    Last night I transported some webtemplates.
    Now this morning I made modifications to one of the templates but I cannot save it anymore
    Error message is
    RSWWW  240 The Object cannot not be processed due to a transport problem
    any idea how I can resolve this issue,
    thanks
    Edited by: Bhat Vaidya on Nov 18, 2008 11:28 AM
    Edited by: Bhat Vaidya on Nov 18, 2008 11:29 AM

    Hi,
    yes the transport was successful last night.
    I tried to delete and I got this message
    Diagnosis
    Request/task D11K111111 cannot be changed because it has already been released.
    I don't think I need to delete what has already been transported.
    it its  caused by locked objects then I can delete the transport request.
    thanks

  • Transforming webtemplates via xslt?

    Hello Experts,
    a customer has a Backupsystem to save webtemplates out of BW7.
    Those Webtemplates are saved as rawd ata (XML) and NOT as pdf-files.
    Is there any chance to use the rawdata  via XSLT or any other technology to convert them into HTML or PDF-format?
    It would be very sad if i had to tell the customer that the raw data and his backupsystem is nearly useless

    Here a file of the testsystem.
    (xml.sap.com does not exist)
    (repace ] and [ with < and >)
    [bi:bisp xmlns:bi="http://xml.sap.com/2005/01/bi/wad/bisp" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns="http://www.w3.org/TR/REC-html40" xmlns:h="http://www.w3.org/TR/REC-html40"]
      [html]
        [head]
          [title]Netweaver BI Web Application[/title]
          [meta http-equiv="Content-Type" content="text/html; charset=utf-8"]
          [/meta]
        [/head]
        [body]
          [bi:item name="TEMPLATE_PARAMETERS" type="TEMPLATE_PARAMETERS" xmlns:B="http://xml.sap.com/2005/01/bi/wad/bisp"]
          [/bi:item]
          [bi:data_provider name="DP_1" type="QUERY_VIEW_DATA_PROVIDER" xmlns:B="http://xml.sap.com/2005/01/bi/wad/bisp"]
            [bi:param name="INITIAL_STATE" type="CHOICE" value="QUERY"]
              [bi:param name="QUERY" value="PM_ITELO_MARKET" text="Type"]
              [/bi:param]
            [/bi:param]
          [/bi:data_provider]
          [bi:item name="CHART_ITEM_1" type="CHART_ITEM" designheight="200" designwidth="600" xmlns:B="http://xml.sap.com/2005/01/bi/wad/bisp"]
            [bi:param name="DATA_PROVIDER_REF" value="DP_1"]
            [/bi:param]
            [bi:param name="AXES_SWAPPED" value="X"]
            [/bi:param]
            [bi:param name="LEGEND_TYPE" value="LEGEND_POSITION"]
              [bi:param name="LEGEND_POSITION" value="S"]
              [/bi:param]
            [/bi:param]
            [bi:param name="CHART_CUSTOMIZING"]
              [cc:SAPChartCustomizing xmlns="http://xml.sap.com/2005/01/graphics/chartengine/cu" version="1.1" xmlns:cc="http://xml.sap.com/2005/01/graphics/chartengine/cu"]
                [cc:GlobalSettings]
                  [cc:Dimension]Two[/cc:Dimension]
                  [cc:TransparentColor]RGB(255,0,255)[/cc:TransparentColor]
                  [cc:CanvasColor]RGB(255,0,255)[/cc:CanvasColor]
                  [cc:ColorPalette]Streamline[/cc:ColorPalette]
                  [cc:ColorOrder]Default[/cc:ColorOrder]
                  [cc:Gaps]Void[/cc:Gaps]
                  [cc:EqualizeValueAxes]false[/cc:EqualizeValueAxes]
                  [cc:Defaults]
                    [cc:ChartType]Lines[/cc:ChartType]
                    [cc:FontFamily]Microsoft Sans Serif[/cc:FontFamily]
                  [/cc:Defaults]
                  [cc:Colors]
                    [cc:Color id="1"]RGB(213,200,255)[/cc:Color]
                    [cc:Color id="2"]RGB(183,162,253)[/cc:Color]
                    [cc:Color id="3"]RGB(164,136,255)[/cc:Color]
                    [cc:Color id="4"]RGB(146,112,255)[/cc:Color]
                    [cc:Color id="5"]RGB(125,85,255)[/cc:Color]
                  [/cc:Colors]
                [/cc:GlobalSettings]
                 [cc:Elements]
                  [cc:ChartElements]
                    [cc:Background]
                      [cc:Visibility]true[/cc:Visibility]
                      [cc:Extension /]
                      [cc:Insets]3[/cc:Insets]
                      [cc:Color]RGB(255,255,255)[/cc:Color]
                      [cc:SecondaryColor]RGB(0,0,0)[/cc:SecondaryColor]
                      [cc:Pattern]None[/cc:Pattern]
                      [cc:Gradient]None[/cc:Gradient]
                      [cc:Texture]None[/cc:Texture]
                      [cc:TextureMode]Tile[/cc:TextureMode]
                      [cc:Transparency]0[/cc:Transparency]
                      [cc:BorderColor]None[/cc:BorderColor]
                      [cc:BorderStyle]Solid[/cc:BorderStyle]
                      [cc:BorderWidth]1[/cc:BorderWidth]
                    [/cc:Background]
                    [cc:PlotArea]
                      [cc:Visibility]true[/cc:Visibility]
                      [cc:Extension /]
                      [cc:Color]RGB(240,245,240)[/cc:Color]
                      [cc:SecondaryColor]RGB(0,0,0)[/cc:SecondaryColor]
                      [cc:Pattern]None[/cc:Pattern]
                      [cc:Gradient]None[/cc:Gradient]
                      [cc:Texture]None[/cc:Texture]
                      [cc:TextureMode]Tile[/cc:TextureMode]
                      [cc:Transparency]0[/cc:Transparency]
                      [cc:BorderColor]RGB(0,0,0)[/cc:BorderColor]
                      [cc:BorderStyle]Solid[/cc:BorderStyle]
                      [cc:BorderWidth]1[/cc:BorderWidth]
                    [/cc:PlotArea]
                    [cc:Title]
                      [cc:Visibility]true[/cc:Visibility]
                      [cc:Extension /]
                      [cc:Caption]US Flatscreen Monitor Market[/cc:Caption]
                      [cc:Alignment]North[/cc:Alignment]
                      [cc:AlignToPlot]false[/cc:AlignToPlot]
                      [cc:Insets]4[/cc:Insets]
                  [/cc:ChartElements]
                  [cc:ChartTypes]
                    [cc:Lines]
                      [cc:Visibility]true[/cc:Visibility]
                      [cc:Extension /]
                      [cc:CenteredPointCu]true[/cc:CenteredPointCu]
                    [/cc:Lines]
                  [/cc:ChartTypes]
                [/cc:Elements]
              [cc:Images /]
              [/cc:SAPChartCustomizing]
            [/bi:param]
            [bi:param name="TITLE" value="US Flatscreen Monitor Market"]
            [/bi:param]
            [bi:param name="CHART_TYPE" value="LINES"]
            [/bi:param]
            [bi:param name="LEGEND_ONLY" value=" "]
            [/bi:param]
            [bi:param name="WIDTH" value="600"]
            [/bi:param]
          [/bi:item]
          [bi:item type="ANALYSIS_ITEM" name="ANALYSIS_ITEM_1" designwidth="400" designheight="200" xmlns:B="http://xml.sap.com/2005/01/bi/wad/bisp"]
            [bi:param name="DATA_PROVIDER_REF" value="DP_1"]
            [/bi:param]
          [/bi:item]
          [!-- insert data providers, items and other template content here --]
        [/body]
      [/html]
    [/bi:bisp]
    Edited by: Daniel Scherban on Jan 7, 2009 1:56 PM
    Edited by: Daniel Scherban on Jan 7, 2009 1:57 PM

  • ABAP class in a Webtemplate

    Hi SDN,
    How to Use ABAP class in a Webtemplate.
    Thanks,
    Pilli

    Hi
    Please find the steps below for the process on how to go
    1. Open your Web template that contains the Web item Table and/or Generic Navigation Block in the BEx Web Application Designer.
    Use the HTML tab page to switch to the HTML view of the Web Application Designer.
      2.      Navigate to the Object Tag of the Web Item Table and/or the Web Item Generic Navigation Block (CL_RSR_WW_ITEM_GRID and/or CL_RSR_WWW_ITEM_NAV_BLOCK) and insert the following parameter line into the HTML:
    <object>u2026
    <param name=u201CMODIFY_CLASSu201C value=u201DYourClassNameu201D/>
    u2026</object>
    <object>u2026
    <param name=u201CMODIFY_CLASSu201C value=u201DZCL_RSR_WWW_MODIFY_TABLEu201D/>
    u2026</object>
       3.      Save the changes.
       4.      Execute the Web template in the browser.
    Many thanks
    kiran
    Edited by: Kirun k on Jul 3, 2009 11:24 AM

  • Editing the BW Frontend User Role Menu

    Hi All,
    I am struggling to identify where it is possible to modify the front end role menu on the web. We currently have a web page which launches once the user as logged in. It displays our company logo in the left hand corner and then shows (user specific) roles with a drop down option to display the queries available within those roles.
    This page has obviously been customised at some point in time in our system but no one can seem to remember how it was done (our original project team is long gone). It has never caused an issue but it's not very attractive and we would like to improve it.
    Does anyone know where to start? I suspect it is somewhere in SE80 but I don't know what or where.
    I have found this thread (Access BW (web) role menu outside of the Portal) which points to two "how to" documents but one doens't work anymore and the other one points me to SE80 but seems to be not quite what I am looking for as it allows me to edit the screen which has the login details (rather than the menu once they have logged in).
    Any help would be appreciated.
    Many Thanks

    Hi Ole Paludan,
    Hi R. Huisman,
    Its a very old thread .I am facing the same problem. It may help me in sort out my problem.
    But I could not find as per my below comment which huisman replied to you..
    Please let me know where i can find these.
    First of all you need the portal/java environment to execute the 7.0 Webtemplate.
    Open the webtemplate where your BW 3.5 rol menu resides. In the properties of the rol menu change the target frame to new page. --> I could not find setting called Target Frame in Role Menu BW3.5 WAD 
    Open the 7.0 WAD execute your template(s) and copy the full URL.
    In PFCG select the object BEx Web Template and past the URL. Make sure you use the full space to past the URL  - I am not able to find object BEx Web Template in PFCG transaction.
    Now start/execute the old rol menu and click on the 7.0 report item you've created in PFCG. Now from the 3.5 role menu the new 7.0 report will be openend in a new window.
    Can you please provide some screens which help me in understand properly.
    Regards
    Gunpreet Singh

  • Help need in Webtemplate javascript

    HI Experts,
    i am working on BI7webtemplate which is having more that two querys in one webtemplate. now the problem is i have to apply
    filter. if i navigate from tabs to buttons and buttons to tab.
      i dot know javascript any one please provide javascript code for this
    my idea is:
    if i click button1 javascript should copy all filter values from DP_table into DP_pool.
    Now if click Button2 assign new query to DP_table.
    i need javascript for this.
    Thanks
    DAB

    Hi,
    You don't require a JavaScript for this functionality, this can be achieved using existing BI commands in BI 7.0, try to achieve using BI Commands, performance wise it is better than using JavaScript.  You will also learn the benefits of the BI commands.
    Cheers.
    Ranga.
    Message was edited by:
            Ranga

  • Editable Analysis Grid: Handling of New Master Data

    Hi folks,
    I've an analysis grid that is editable using a BEx WebTemplate in SAP BW Integrated Planning environment. The table contains a characteristic, that has to be qualified before a user can save the data entry. The problem is, that the values, the user can choose for this characteristic, have already to be maintained as master data. My question is, if there is a way to avoid this behavior. A user should entry any value for this characteristic and after he has saved the whole entry, the master data table should be extended with the new values.
    Anyone here with helpful hints for me?

    Hi,
      In BW IP, using characteristic relationship you can restrict the user from entering invalid characteristic values.
    But your specific requirement can achieved by any one of the following solutions,
    1. You can create a characteristic relationship of type "Exit" and you can write the necessary ABAP code to include your new user added characteristic value in to the master data table of that particular characteristic. Kindly refer the below link for more details,
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/1c3d0f31b70701e10000000a422035/frameset.htm
    You can use the class, 'CL_RSPLS_CR_EXIT_BASE' and  then you have to implement the methods u2018CHECKu2019, u2018DERIVEu2019 and u2018CREATEu2019. Among these methods, in the 'DERIVE' method you can write the code to add the characteristic values in to master data table.
    2. You can convince the user to add the new characteristic values in to the master data table by developing a ABAP report.  You can ask the user to enter the values and then execute your report.
    Hope this solves your issue.
    Regards,
    Balajee

  • Acessing a webtemplate 3.x in the portal, error  Access via 'NULL' object

    Hi
    I'm having problems with my webtemplates developed in 3.x that run in the portal I get this error message:
    I look in st22 but didn't see anything that could help. I have webtemplates developed in 7.0 and they are working fine in my portal. The problems is happening to the 3.x webtemplates only.
    Any suggestions?
    Thanks
    Error when processing your request
    What has happened?
    The URL http://cads301cnsa.corp.csa-group.org:8015/zwebrep was not called due to an error.
       Note
    The following error text was processed in the system BIP : Access via 'NULL' object reference not possible.
    The error occurred on the application server cads301cnsa_BIP_15 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: PAGE_REDIRECT of program CL_RSR_WWW_HTTP===============CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_RSR_WWW_HTTP===============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    Edited by: Michelle Machado on Jan 14, 2009 5:21 PM

    Hi Ravi,
    Have you filled in the node_vbak1 with some elements? Lets say in a supply function or wddoinit etc.?
    Just check that. After that, make sure you have IntializeLeadSelection property set to true for the node_vbak1.
    Hope this helps.
    Regards,
    Neha

  • Condition button on webtemplate

    dear all,
    i've got some basic question on using web template to include the "condition" button.
    In my webtemplate, i've added the webitem for condition, the question is, are there any settings i can use to include a button to hide or show the web item for condition?
    thanks in advance for your reply.

    In that case you will need to modify the report query to conditionally show the 'Edit' button. Something like
    select
    case when deptno=user_deptno then
       '<a href="f?p=&APP_ID.:2:&SESSION.::::P2_EMP:' || empno || '"><img src="#WORKSPACE_IMAGES#edit.gif"></a>'
    else
       null
    end empno
    ,ename
    ,deptno
    ,sal
    from emp
    ,(select  user_deptno from user_dept_table where user=:app_user);varad

  • Open and edit animated .gif while preserving frame timing

    CS4 Premium Design Edition, Win XP
    I was disappointed with the removal of Image Ready from CS3 because although some of the functionality was placed into Photoshop 10, there was no way to open and edit an existing animated .gif while preserving the timing of each individual frame. I was told on the PS forum at the time that I really needed to use Fireworks. I resented that, because I was very happy with Image Ready and I didn't want to have to learn a new application just to gain functionality that had been included in previous versions of PS/IM.
    I've now got CS4 Premium Design Edition which of course includs Fireworks... and here's what Help has to say on the subject of imported .gifs.
    "Note: When you import an animated GIF, the state delay setting defaults to 0.07 seconds. If necessary, use the States panel to restore the original timing."
    This is no use to me. What if I don't know the individual frame timings? What if there are 200 frames with varying timings?
    Simple question: which current Adobe product is capable of importing a .gif while retaining the frame timings? If anyone knows, or if I've misunderstood the nature of the Fireworks Help quote above, I'd really appreciate some input here. Thanks :)
    Not so simple question: why was an excellent gif-editing application thrown out to have its functionality partially replaced by a bunch of scripts and half-effective workarounds cooked up by desperate users ("import a gif by using the video import and typing *.* into the filename box..")? It's a fair question I think.
    Mark

    Hi Bob, that's not glib at all, it's a reasonable question.
    I uninstalled it along with everything else when I installed CS3, in the reasonable expectation that whatever replaced IR would be at least equal in functionality.
    Perhaps I should just dig out CS2 and install IM from there, but I have some serious reservations about doing so, because I don't know if/how a partial install of CS2 will impact upon my installation of CS4, and I'm not confident of getting support.
    I am also curious to know if/why Adobe actually removed basic functionality without replicating or replacing it in their other software. I really want to know: which recent, currently supported Adobe product
    should I be using in order to regain this functionality? Or do Adobe no longer produce a geniuinely comprehensive .gif-editing application?
    Mark

  • Creative Mediasource ID3 Tags - Edit more than one year at a ti

    I use a 60gb Zen Xtra with Mediasource. I take pride in the ID3 tags of all my files especially those of my Jazz collection and my player is well organised. The only thing I have to ask is - is there any way of editing the year of, say, an entire album that was recorded in 959 for example all at the same time. It lets me do this for Artist, Album and Genre but not year. Is there any upgrade in software I can get or am I just missing something here?
    Thanks in advance for your input,Matt

    Shucks, I tried and you can't seem to do it. A curious oversight.
    You can either use another copying program like which will let you do it, or simply get a mass tagger (but you will need to edit the tracks on the PC first, then copy). For some mass tagger recommendations look here in the Zen FAQ at Nomadness.net.

  • Unable to capture data in an editable dynamic ALV.

    Hi ,
    I have created a dynamic editable ALV whose displayed structure can be changed at runtime based on the selection in a drop down list value selector.
    Im trying to capture the values entered in the ALV into an internal table before the user changes the structure of the ALV to a different structure.
    In the ON_SELECT event handler of the drop down list box , im rasing a data_check event to capture the ALV data.
    The problem is that the control is not entering the event handler for the data_check event.
    If i raise the data_check event in my save event handler or any other event handler , it works fine.
    Can someone please suggest a solution.
    Regards,
    Newton.

    Hi ,
    I have figured out that the problem is local to my machine , because the code works fine on other machines.
    I guess my internet explorer has some bug.
    Regards,
    Newton.

Maybe you are looking for

  • Linux Server Sizing

    Is there any documentation on server sizing? I have a client/server application that will have between 100 and 200 users (75-100 concurrent), and would like to go to a Linux platform. The app is currently running on a large HP server with other apps

  • Wrong count of 'messages read' in user statistics

    I added up all the messages from all the forums. Total: 489 messages. According to 'my' statistics, so far I have already read: 2020 messages. Slight  discrepancy. Explain please. Looks like everytime I open a thread, the posts get added to my total.

  • Why don't I ever get the address I am seeking?

    When I search on Firefox, I never get a list that actually contains the site I want. Instead, I get a bunch of sites that may eventually take me to the site I want, but to use them I either have to put up with a lot of bull or pay first. Recently one

  • Files converted automatically to Mp3 instead of mpeg when burned as audio files

    Cannot maintain mpeg music playlist files when burning using audio file burn mode

  • Invoice recipient drop-down does not show all company codes

    Hi SRM Gurus, The user has three company codes assigned as attributes in the Org structure. When creating a shopping cart, the company code drop-down shows the three company codes and the user is able to select one of them. However, when creating an