Change 0analysis_pattern

We want to change the standard ad-hoc template 0analysis_pattern in the way, that the filter appears at opening and the user do not have to click the link.
Does anybody know how to reach this?
We try to save the 0analysis_pattern under zanalysis_pattern in the WAD, but this ends with errors.

Hi,
you can ignore all errors with deal with "Component does not exist" or "There is no valid data Provider assigned to this item" or "Data Provider could not be instantiated".  They are displayed, because no query or query view is assigned to a Data Provider.
If you run into a duplicate item error, please make sure you have implemented note 931043.
You just have to set the VISIBILITY of the Web Item FILTER_GROUP_AREA to VISIBLE.
You might also want to consider to use the Template-in-Template technology, if you want to profit also on upcoming changes on the Web Template.
Then you just create a new Template, insert a Template include item, set 0ANALYSIS_PATTERN as Template to be included save the template close it and open it again. Now you can also look for the FILTER_GROUP_AREA and change the VISBILITY to VISIBLE.
Save it and don't forget to update the settings in spro for the default Template.
Heike

Similar Messages

  • Bex Query WAD Iview - Look and feel.

    I've put a query into a WAD and I've published the WAD as an ivew. But i want the look and feel to be "Corporate" and not use the SAP standard blues etc. I have created a custom them but when I preview the iview the query in the WAD is blue rather than the green I want and have used in my theme. I created a custom stylesheet and tried using &style_sheet in the Iview but the bulk of the query is still blue. I tried putting a line in the XTHML just below <HEAD> that said <link rel="STYLESHEET" type="text/css" href="&quot;bwmimerep:///sap/bw/MIME/customer/stylesheets/My_Theme_For_Portal.css" but that doesnt seem to work either. The bulk of the data displayed in the query remians blue. I just dont think it's referencing my stylesheet.
    Any ideas? Help is much appreciated.
    Edited by: Joel Yates on Mar 16, 2011 2:18 PM

    Joel,
    What I would do is publish the WAD as a template in your system and then call your query like:
    ...?query=zbm_m001_q001&template=zmywad_temp
    or
    make the default template that is called your WAD - zmywad_temp
    tcode - RSCUSTV27
    Customizing ID
    Broadcasting         0BROADCASTING_TEMPLATE70
    Query Precalculation 0QUERY_TEMPLATE_BROADCASTING70
    Report Precalculat.  0REPORT_TEMPLATE_BROADCASTING
    Enterpr. Report      0REPORT_DEFAULT_TEMPLATE
    Ad Hoc Analysis      0ANALYSIS_PATTERN
    You can change 0ANALYSIS_PATTERN to zmywad_temp
    Couple things to remember: in your new default template make it so all queries can use it and don't default it to a specific query unless you want you users to get a different look on that query.
    Hope I'm understanding ur question correctly.
    Mike

  • Query Selection Screen does not appear in Web Analyzer

    Hi Experts,
    Query Selection Screen appears when we open the query in Bex Analayzer in production system. But when we open the query in ABAP or JAVA Web view, the selection screen does not appears.
    As the volume of data in the cube is very high, and since the selection screen is not appearing, the query extracts 1.5Mrecords and results in dump.
    Kindly let me know the possibility for selection screen not appearing.
    Note: The selection screen appear in Development system in Bex Analyzer, ABAP View and Java View
    Regards
    Suresh Kumar

    Dear Suresh,
    You can check if the parameter &VARIABLE_SCREEN=X is added to standard template or not, If not add this,
    In order to add this parameter in the webtemplate you have to change 0ANALYSIS_PATTERN and save it as ZANALYSIS_PATTERN and enter this standard web template under TCODE RSCUSTV27.
    Also I would like to explain you the behavior of Web Analyzer,
    Parameter VARIABLE_SCREEN=X only influences the WEB application at startup. This will not come into affect
    when you use the 'New Analysis' button. The 'New Analysis' button resets the dataprovider so this would not
    affect the variable screen and would not redisplay the variable screen as you require.
    Regards,
    Arvind

  • Change default layout in 0ANALYSIS_PATTERN

    Hi,
    I'm using the 0ANALYSIS_PATTERN as a template for my reports. When I run the report it opens up the "table" view by default. Now I would like to change this so that the report will start by showing the Chart instead. How can I do this?
    There is a "drop_down_display" object in the template from where you can choose if you want to view the report as a table, a chart or a table and a chart. The default view is "table". When I look at the properties of the "drop_down_display" there is no obvious setting I can change to make the report open up the chart by default.
    I looked at the XHTML code for this object. The orderlist says that index 1 have the "analysis_item" VISIBLE and the CHART_ITEM HIDDEN. I've tried to change this so that index 1 is having the analysis_item HIDDEN and hte chart_item VISIBLE. The only thing that happens then is that when I run the report the drop down is saying that it is showing the Chart but it is still the table that is showing.
    So I'm guessing I need to change this somewere els? Any help would be much appreciated!
                                            <bi:DROPDOWN_ITEM name="DROPDOWN_DISPLAY" designheight="130" designwidth="400" >
                                                <bi:DATA_BINDING_TYPE type="CHOICE" value="STATIC_OPTION_LIST" >
                                                    <bi:STATIC_OPTION_LIST type="ORDEREDLIST" >
                                                        <bi:STATIC_OPTION type="COMPOSITE" index="1" >
                                                            <bi:SELECTION_TEXT >
                                                                <bi:text program="SAPLRRSV" key="622" />
                                                            </bi:SELECTION_TEXT>
                                                            <bi:ACTION type="CHOICE" value="INSTRUCTION" >
                                                                <bi:INSTRUCTION >
                                                                    <bi:SET_ITEM_PARAMETERS >
                                                                        <bi:cmd_item_parameters type="ANALYSIS_ITEM" >
                                                                            <bi:VISIBILITY value="VISIBLE" />
                                                                        </bi:cmd_item_parameters>
                                                                        <bi:TARGET_ITEM_REF value="ANALYSIS" />
                                                                    </bi:SET_ITEM_PARAMETERS>
                                                                    <bi:SET_ITEM_PARAMETERS >
                                                                        <bi:cmd_item_parameters type="CHART_ITEM" >
                                                                            <bi:VISIBILITY value="HIDDEN" />
                                                                        </bi:cmd_item_parameters>
                                                                        <bi:TARGET_ITEM_REF value="CHART" />
                                                                    </bi:SET_ITEM_PARAMETERS>
                                                                </bi:INSTRUCTION>
                                                            </bi:ACTION>
                                                        </bi:STATIC_OPTION>
                                                        <bi:STATIC_OPTION type="COMPOSITE" index="2" >
                                                            <bi:SELECTION_TEXT >
                                                                <bi:text program="SAPLRRSV" key="626" />
                                                            </bi:SELECTION_TEXT>
                                                            <bi:ACTION type="CHOICE" value="INSTRUCTION" >
                                                                <bi:INSTRUCTION >
                                                                    <bi:SET_ITEM_PARAMETERS >
                                                                        <bi:cmd_item_parameters type="ANALYSIS_ITEM" >
                                                                            <bi:VISIBILITY value="HIDDEN" />
                                                                        </bi:cmd_item_parameters>
                                                                        <bi:TARGET_ITEM_REF value="ANALYSIS" />
                                                                    </bi:SET_ITEM_PARAMETERS>
                                                                    <bi:SET_ITEM_PARAMETERS >
                                                                        <bi:cmd_item_parameters type="CHART_ITEM" >
                                                                            <bi:VISIBILITY value="VISIBLE" />
                                                                        </bi:cmd_item_parameters>
                                                                        <bi:TARGET_ITEM_REF value="CHART" />
    Best regards
    Anders

    Hi Martin,
    Yes of course. I have coped the standard template before I did any change.
    Anyway, I think I now have an acceptable solution.
    I changed the properties in ANALYSIS_ITEM to "HIDDEN" and the CHART_ITEM to VISIBLE. Then I changed the order in the drop_down_item so that the first option in the drop down list is now saying CHART. So now when I run the report it starts with the Chart, which is exactly what I'm looking for. I can also switch to Table and it works fine. Also when I choose the Table and Chart view it shows both the chart and the table. The only problem now is when I go back to only show the chart it shows both table and chart.
    But I think this is ok with the customer.
    Br

  • Change from 0ANALYSIS_PATTERN to0ADHOC

    Hi experts,
    we are on Netweaver 2004s.
    my company is not happy with the 0ANALYSIS_PATTERN template for ad hoc analysis. We are much more keen on the old template 0ADHOC.
    I made changes in SPRO (RSCUSTV27) and we restarted the J2EE engine. Now that I execute queries from query designer I get error "the web template "0ADHOC" does not exist in the master system? Do I need some changes in portal?
    Also, what would be recommended way to change portal look and feel, portal themes?
    yours truly,
    BB

    Hi,
    The answer is very simple. You cannot use the old 0ADHOC web template. in the new BEx Web new templates must be used (the structure of the templates was changed).
    What you can make is to copy 0ANALYSIS_PATTERN and modify it to your needs. (see also forum: Add new chart types)
    Modifications can be done with the new Web Application Designer.
    For all other old templates you need to run migration (WAD -> Tools -> Migration Wizard). But on some advanced web templates it is better to rebuild it with the new functionality)
    Best regards, Karol Kalisz
    SAP BI Development

  • Change Excel Layout exported from 0analysis_pattern

    Dear All,
      I would like to add some items such as user name, time, variable...etc to the excel after clicking on the "print to excel" button from standard web template(0analysis_pattern); Currently it's showing report name and exception only.
      Any idea?
    Points will be awarded.
    Thanks a lot
    Charlie

    Hi,
    The answer is very simple. You cannot use the old 0ADHOC web template. in the new BEx Web new templates must be used (the structure of the templates was changed).
    What you can make is to copy 0ANALYSIS_PATTERN and modify it to your needs. (see also forum: Add new chart types)
    Modifications can be done with the new Web Application Designer.
    For all other old templates you need to run migration (WAD -> Tools -> Migration Wizard). But on some advanced web templates it is better to rebuild it with the new functionality)
    Best regards, Karol Kalisz
    SAP BI Development

  • How to change Default Web Templete in the BI System

    Hi Experts,
      Currently user access queries using WEB BEx Analyzer and the templete is 0Analyzer.
       When we develop a query in Query Designer will publish the query in the relevant roles and user can access that query through  WEB BEx Analyzer and the templete is 0Analyzer --Open Query option.
      Now we want to change the Default templete from 0Analyzer to 0Analysis_Pattern
    Could you please update me on how/where to
    1) First check what is the default templete defined in the system and
    2) How to change the default templete from  0Analyzer to 0Analysis_Pattern.
    Thanks

    Hi,
    I am using BI 7.0
    When i go to RSCUSTV27
    'Change View  "Set Standard Web templetes"
    Customizing ID : Business Information Warehouse
    Set Standard Web Templetes
    Broadcasting
    Query precalcilation
    Report Precalculation
    Enterp report
    Ad Hoc Analysis
    Every thing is Blank
    But currently we are using 0ANALYZER web templete
    Please update
    Thanks

  • Error in conversion of the template 0analysis_pattern

    Hi,
    We are in the process of integrating our BW DEV system with newly
    installed portal system.  After the integration using template installer
    from NWA, when accessing BEx Web Analyzer we are getting following error
    Business Planning   > BEx Web Analyzer   >
    The initial exception that caused the request to fail was:
    General exception in deploy transformation for object
    "0ANALYSIS_PATTERN"
    com.sap.ip.bi.base.exception.BIBaseRuntimeException: General exception
    in deploy transformation for object "0ANALYSIS_PATTERN"
    at com.sap.ip.bi.deploytime.BISP2Jsp.convert(BISP2Jsp.java:555)
    at com.sap.ip.bi.webapplications.runtime.jsp.portal.service.template.
    PortalTemplateAccessService
    .getTemplateContent(PortalTemplateAccessService.java:90)
    at com.sap.ip.bi.webapplications.runtime.preprocessor.Preprocessor.
    parseTemplate(Preprocessor.java:163)
    at com.sap.ip.bi.webapplications.runtime.xml.XmlTemplateAssembler.
    doInit(XmlTemplateAssembler.java:79)
    at com.sap.ip.bi.webapplications.runtime.template.TemplateAssembler.
    init(TemplateAssembler.java:128)
    Log ID 00145E5BB32A006A0000030D000054B100044C106FB811C7
    Details: Full Exception Chain
    I already have gone through the below notes, but didnt help
    Note 919197 - Troubleshooting: More than one master system found
    Note 925351 - Changes to standard Web templates for NW2004s SPS7
    Note 989525 - BI 2004s: Checking Java Connections Web Application Designer
    Note 983156 - BI configuration w. Template Installer
    Note 761917 - System template definitions: examples for SAP systems
    Note 917950 - SAP NetWeaver 2004s: Setting Up BEx Web
    The Cloak and Dagger about Portal and BI Connectivity
    Also I had run the support desk tool and the result was green.
    Could anyone can guide me to proceed??
    Thanks in advance,
    Aby

    We have also tried that. Creating a sample template.
    >>> Customer template SAP_TEST gives following error when performed
        Runtime Format Preview
        >>> Error during conversion

  • Paging Analysis Item in 0ANALYSIS_PATTERN

    Hi !
    I have made some changes to 0ANALYSIS_PATTERN to customize it to our needs in a second template.
    The thing is that I need to change the way the Analysis Item in this template behaves. I need to scroll, not paging, the results shown and despite I have set:
    Use Scrollbars: ENABLED
    Paging Type of Rows: AUTOMATIC (DEFAULT)
    Paging Type of Columns: AUTOMATIC (DEFAULT)
    Paging Area on Bottom of Table Visible: OFF
    Paging Area on Top of Table Visible: OFF
    Number of Data Columns Displayed at Once: 25(DEFAULT)
    Columns Scrolled for each step: 0(DEFAULT)
    Number of Data Rows Displayed at Once: 100(DEFAULT)
    Rows Scrolled for each step: 0(DEFAULT)
    I still have the Analysis Item with paging instead of scrolling...
    Any ideas ? Can another object from the template be responsible for this ?
    Thanks for any suggestion,
    Regards
    Santiago J. Reig

    Hi Santiago.
    Currently, your setting is to create a page every 100 lines:
    (Number of Data Rows Displayed at Once: 100(DEFAULT))
    To have the entire report appear, so you scroll down, set it to 0.
    (Number of Data Rows Displayed at Once: 0)
    Thanks,
    Jeff

  • Is there a way to apply changes in default WAD template to KM Bookmarks?

    Hi gurus.
    WE ran into the following issue. We have bunch of portal favorites and km bookmarks saved by the users from our BEx Web Analyzer reports. Our Bex Web utilizes a default template 0ANALYSIS_PATTERN (renamed to ZZ..).
    We have made some customizations to the default template. New queries show the changes, however km bookmarks and favorites saved with an old version of a template still show the old look of the WAD template.
    Is there a way to somehow update km bookmarks and portal favorites to reflect the changes in the default template?
    Thanks

    This is common issue to customized 0analysis_pattern templates in BI...
    Use program - RSWR_BOOKMARK_ADJUST
    Select your customized web template..
    Web item to be removed - Specify the web item that you changed..
    New web items should automatically appear...
    Try this program on few affected bookmarks first and then run it wide across without bookmark selection. At one of my clients I adjust 200k such bookmarks.
    Use with caution....test properly before you do...You dont want large number of bookmarks becoming useless...

  • Where can i found 0ANALYSIS_PATTERN in BI content

    Hello ,
              In Bi Content ,where can i find "0ANALYSIS_PATTERN"?
              I know that it is under BW Web Template in BI content . But is there any other object type which is having the same "0ANALYSIS_PATTERN"?
    Please reply me urgently.

    Hi,
    0ANALYSIS_PATTERN is the default template for the Web Analyzer of the Java/EP based runtime in NetWeaver 7.0 (2004s) BI. SAP recommends to use 0ANALYSIS_PATTERN as standard for the BEx Web Analyzer (on the Java/EP runtime). SAP recommends to use 0ADHOC as standard for the BEx Web Analyzer (on the ABAP runtime).
    Note 919197 - Troubleshooting: More than one master system found
    Note 925351 - Changes to standard Web templates for NW2004s SPS7
    Note 989525 - BI 2004s: Checking Java Connections Web Application Designer
    Note 983156 - BI configuration w. Template Installer
    Note 761917 - System template definitions: examples for SAP systems
    Note 917950 - SAP NetWeaver 2004s: Setting Up BEx Web
    The Cloak and Dagger about Portal and BI Connectivity
    Regards.

  • Change Default Web Templete in the BI System

    Hi Experts,
      Currently user access queries using WEB BEx Analyzer and the templete is 0Analyzer.
       When we develop a query in Query Designer will publish the query in the relevant roles and user can access that query through  WEB BEx Analyzer and the templete is 0Analyzer --Open Query option.
      Now we want to change the Default templete from 0Analyzer to 0Analysis_Pattern
    Could you please update me on how/where to
    1) First check what is the default templete defined in the system and
    2) How to change the default templete from  0Analyzer to 0Analysis_Pattern.
    Thanks

    Hi,
    you cannot set a 7.x template in place of a 3.x and vice versa.
    3.x is presented with WAS, wile 7.x using JAVA technology ...
    Also follow the path I indicated in SPRO and read the related documentation
    You say you saved "query in the relevant roles": check out the path defined in PFCG. It should be different from the one you see in IE whene executing a Query form BEx Query Desinger (7.0):
    in BW 3.x was: '?sap-language=EN ... '
    I'm afraid it's not a problem of Default Template, but rather a problem of server addressed in Menù items. I think the Menù links were created against the WAS server: now they must be updated.
    Bye

  • Custom Query Template 0ANALYSIS_PATTERN

    Hi, I'm using 0ANALYSIS_PATTERN Template in my master template.  Now that I'm using it I'm finding small things I want to change like the No. of Columns displayed, or removing the button to allow new analysis. 
    Is anyone just using 0ANALYSIS_PATTERN like me?  If so have the users complained about anything like the number of columns presented?
    If your not using 0ANALYSIS_PATTERN what are you using and what functionality are you giving the users?
    Thanks,
    Ken Murray

    No Response

  • 0ANALYSIS_PATTERN

    Hello Gurus,
    we just migrated to SAP BI 7.0. We didn´t change the way the Web Reports are called through a menu object, that was developed with WAD 3.5.
    As there is a new version of Web Analyzer available, can it be called just with the right template name (0ANALYSIS_PATTERN) in a way like this?
    https://...&TEMPLATE_ID=0ANALYSIS_PATTERN
    When I try that, it gives an error pointing to the note 1014795, which says that 0ANALYSIS_PATTERN was not created with WAD 3.5, which is true, as this a 7.0 template. How can I handle that situation?
    I didn´t invoke the 0ANALYSIS_PATTERN within SPRO as the default web template.
    Thx & Regards,
    Jochen Watzlawik

    Hi Jochen.
    Well, the whole 'pattern' concept is new in v7, so I would be very surprised if you could replace anything else directly with 0ANALYSIS_PATTERN.
    However, what I found is that once you have gone through the steps needed by the wizard you then have an object that can very easily be modified for each further datasource. Note, though, that using the wizard was (to me, at least!) by no means self-explanatory. But just yesterday I was provided with a 'How To' by SAP on how to do it. Email me if the document would be of interest to you.
    Best regards,
    Patrick

  • Need Query Name at top of 0ANALYSIS_PATTERN Template

    Hi, When I run my query using template 0ANALYSIS_PATTERN it shows the query name at the top of the template. 
    I created a master template with 0ANALYSIS_PATTERN embedded as a WEB TEMPLATE WEB ITEM.  When I execute my Master Template it shows the text of the Master Web Template Description.  Any way to get it to show the query description instead?
    Thanks!

    Change the data binding of the text web item to use the Data Provider Description.  In this case the description of the query.
    Thanks!

Maybe you are looking for

  • Dynamically Colour Cells in an Interactive Report

    My application requires an interactive report where cells are colour coded and the cell may, or may not have a value, but the value doesn't relate to the colour. The report is based on a view which returns a result set as follows: rn col1_value col1_

  • Can't keep internet and Lan connected at same time

    For those of you who have helped before I apologize for the repetition but I'm it for IT person at my husband's office. Guy we used has gone to NYC. Network is ethernet connected-6 iMac G5's running 10.4 served by G3 running OS9. Also has a 2-3 week

  • Font size of label element in xml forms

    Hi, I am modififying the default xml template sap_app_news xml form in the form bulider. I have added a new label in renered list with the cation as read more . I want that on clicking the read more label the entire  news should be displayed . I am a

  • Laura's needing desperate help.

    I'm still having problems with my iPod. If you read my latest post you'll know the problem. Something about the required file cannot be found so the iPod cannot be updated, music gets updated but my photos wont. It charges like normal, but I don't li

  • Are Aperture's editing tools similar to or better than PS Elements?

    Are the editing tools in Aperture similar to or better than PS Elements? I'm an amateur photographer - I need images for my web site - plants and gardens, mostly, I have a perennial plant nursery. I've been using PS Elements 2.0 to manipulate images,