Precalcuting Data for a Web Template

Hi, 
     I have a Web Template that I am precalculating and the template has a parameter setup in Reporting Agent Setting.  The parameter was set up by basically copying the part of the Web Template URL that specifies the default variable values.
     This seems to work great.  I submit the precalc job and the job finishes fine with a significant sized Job log. 
     How can I tell if this created the precalc data for this template?  I mean I know the job completed successfully, but iss there somewhere I can go to look to verify what has been precalced?
Thanks!

Thanks for the quick responses.  I awarded points...
I should dig a little more in the documentation.  Guess I'm used to the old school SAP documentation which never really contained any details.  Their documentation on the web is better. 
Anyway, I took the path of least resistance and it paid off...
Thanks again!
Message was edited by: Kenneth Murray

Similar Messages

  • Training a ABC Data Mining (DM) model for a Web Template.

    Hello All,
    I need to create a Web Template that uses the ABC web item. This Web Item needs a "trained" ABC Analysis DM model. The only tool that I know of that can "train" a DM model is the APD. However the APD does not support the ABC DM as a data target. Is there any other way to "train" a ABC DM model ? Or are there gaps in my knowledge ?
    Dorothy

    Hi,
    Being new to mining you have really set off on a ambitious mining project :)
    Couple of technical pointers:
    *1) Version of Data Miner being Used*
    You are using the original Data Miner release.
    I would download the latest SQL Dev release that contains the current Data Miner client and repository installation.
    http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
    SQL Developer 3.2.2 RTM Version 3.2.20.09 Build MAIN-09.87
    Drop the old repository and start with this latest one, assuming you are just getting started and have no significant mining worklows created.
    You can always export the workflows to disk if you want to import them to the repository.
    Alternatively you can migrate the older repository, but I would avoid unless you really need to, as it requires Data Miner to hold on to some older repository definitions.
    *2) Handling of text*
    It seems your primary source of data for the clustering process will be the cs_uri_query.
    You might find better results processing it as text data rather than as categorical data.
    You can use the Build Text node to transform cs_uri_query into a nested column that contains text tokens.
    *3) Methodology definition*
    This is probably your biggest challenge really.
    What is the overall methodology to produce the desired result.
    You stated your objective is: develop an intelligent recommend model based on queries recorded in the web log
    Once you create clusters from this data, what are your next steps?
    What type of recommendation do you want to generate?
    Thanks, Mark

  • Using commands for the web template in WAD

    Hi Experts,
            I have designed a web template for a scenario. As it contains lots of data, I have to give some filters such as drop-down etc to avoid the scrolling. In this case, while executing first time, the drop-down select the 'Show All Values' option.
           So , i try to use some commands, so that I can select the default values.
    PROCEDURE USED TO SELECT THE DEFAULT VALUES :
    -> In the drop-down, I used the command called " Set Filter Value for a characteristic[SET_SELECTION_STATE_SIMPLE].
    ->In the selection type, I choose the member name option so that I can able to select the values that are present in the characteristic.
          But while executing the template, the filter is taking the different value(single value only) irrespective to the given value in the command.
            So pls give me the solution for the problem. Also Give me a reply if there is any other possibility to restrict the data.
    With Regards,
    Yokesh Kumar.

    hi all,
    sorry to update you so late, because I can't log on SDN from time to time.
    the weird thing is that my peer can upload the picture successfully while I still can't see it in the list.
    I am handful, I'll do a research and update you guys later.
    thanks.
    Jennifer

  • 'Data' option in Web template

    Hello Experts
    We have a web template with the option to pre-calculate the data and store it. Under 'parameter' tab of the web template, in the top left corner, i have the option 'Calculate' - and there are four options available to store the data after the query is executed
    1)Data
    2)HTML for Web Browser
    3)HTML for Pocket IE
    4)EXCEL
    I would like to know - when i select the option 1 'Data' where does the data get stored? Is there an internal table where this result is stored? If yes i would like to know which table is this and how can i access it and the data in it.(in case there is a special way to access the table other than SE16).
    Helpful answers will be rewarded.
    Thank You.

    Not sure how the key gets generated which is used to import data from cluster. You can use external break point in this method and run your webtemplate with precalculated data to see what does the key constitue of . With ABAP once you have data in internal tables you can do whatever you like but why would you use precalculated web template to read data from one info provider and write to another cube. There are other ways like APD ( Write output of a query to ODS ) or data mart to achieve the functinality you want.
    Regards
    Sanjay

  • Data access in Web Template

    Hello everbody,
    Does anybody know if is possible to access query data when execute a Web Template.
    I'm trying to use a MODIFY_CLASS (..WWW_MODIFY_CLASS).
    But, If we put in param name MODIFY_CLASS a Z class or original class, we have the same problem: Error... TABLE_1.
    Thanks,
    Bueno

    Hi,
    First of all you have to create a Z Class with CL_RSR_WWW_MODIFY_TABLE class as Super Class in SE24.
    Then you have to use that Z class in your Table_1 attribute Modify_class.You can do wonderfull customization with this option but be sure to consider the problems with OLAP features such as Swap axes, Remove drilldown etc.
    For more info look into the link below,
    http://help.sap.com/saphelp_nw04/helpdata/en/d8/f3a83adae1a010e10000000a11402f/content.htm
    Look into area "Creating and Using ABAP Classes".
    Thank you
    Arun

  • Variable displaying incorrect data for selection in template

    Hello Friends,
    We have an InfoObject 0CALMONTH. On this InfoObject we have created a variable PERIOD (Z_INTER). This InfoObject and variable is used in two queries (A & B). In BEx the variable is working fine for both the queries, that means the variable shows the correct period (04/2005 to 01/2007). This data exists in our dataprovider.
    Now in a web template, I pull a chart and associate query A as the dataprovider and the variable works fine. It also does so if I associate query B as the dataprovider. The problem starts when I pull two charts, simultaneously in the template, and associate one with query A and other with query B. This time the variable acts funny and shows and incorrect period for selection (03/1995 to 03/2005). We do not have any data for the year 1995 to 2004 in the dataprovider.
    So you see individually the queries  (and variable) run fine but as soon as I ask them to co-exist in the same template, I get aberrations. We are not sure from where this previous years data is being pulled.
    Please assist. Thanks!
    Regards,
    Prem.

    Hi,
    I feel 1995 year data should be available in any one of the cube. Check the complete data in the cube directly with 'manage' tab or 'listcube' transaction code.
    And one more idea in my mind is, remove the variables from the queries and use 'filter' option in WAD for filtering the caleder month.
    Try this also: Use only one variable for both reports. I mean to say, remove variable in one report. Check whether both reports also running fine.
    Once you try this, let me know the status. According that we will try more things.
    Regards,
    Vivek V

  • Security for creating web templates using web application designer

    I work for ChevronTexaco as a BW Security Analyst. I have a request to set up roles for web template creation using the Web Application Designer. Where can I get help in setting up the security for these types of roles? My experience is in setting up roles for running and creating queries in BEX. I need to know what additional authorizations will enable web template creation. Setting up a trace in ST01 has been less than helpful since it dumps out tons of RS_COMP tracing that doesn't help me much.
    The user wants to be able to create web templates for existing queries in BEX and restrict by rs_comp infocubes/areas/reportid, etc. and to be able to save to restricted role names. Are there new auth groups specific to this type of activity that I need to code for in addition to the basic end user or report builder authorizations?
    Any help would be greatly appreciated.
    Jeff Ehritt
    925 827-6012
    ChevronTexaco

    Thanks Marc, I'll check it out. My problem was that I was trying to create the role by granting a userid sap_all, sap_new and s.a_system as well as power user auths for a specific application. I set up a trace in ST01 for authorization cking on the ID while one of our BW Central Support people went into Web Designer to create a template and everything else they wanted to do.
    The resulting trace spewed out so much stuff from S_RS_comp and comp1 as to be virtually useless since it named scores of different cubes and infoareas that the analyst wasn't even interested in. The results puzzled me and made it extremely difficult to pin down the required authorizations. Usually ST01 can be used as a blueprint to create the role,ie; everything that the user touches is traced but no more than that. Have you seen this before? With just the new role I had set up the user could not save to a role unless I coded the fully qualified role name such as YRH_SENDAT_USER. YRH* would not work.
    Thanks,
    Jeff Ehritt
    ERP COE SAP BW Security

  • Java Script for enhancing Web Template

    Hi
    I had a Java Script Error when trying to customize WEB Template
    I had a Sales Fore Cast report in 3 different versions
    Weekly View
    Monthly View and
    Quarterly View.
    The Rows and Free Chars for all the 3 reports are same only the calculactions in the coulmns changes accordingly.
    My requirment is when user selects the query in portal.The first screen would be 3 Radio Buttons
    (User has to choose either Weekly r Monthly r Quarterly radio button) which takes to the revelevant results
    As mention in the below How to do Doc
    www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0e11be0-b925-2c10-7991-daf9122a9918
    could you please update me the required JAVA Script
    Thanks

    please update

  • How to create transport request for standard web template

    hi all
    can any one tell me the step by step procedure to create transport request for standard template?
    thanks
    shalini

    Business Content --> Choose & Install the standard web template & then collect the object for transport...Assign a Package & when prompted for Transport Request --> Opt for a new transport request.
    Message was edited by:
            Jerome

  • How to set specific URL for broadcasting web templates from WAD

    Hi experts,
    I have created a sample web template in WAD by using SAP BI standerd  query.When I am executing the web template,it is redirecting me to some unintended web portal.I know the correct portal URL.Can anybody tell me where the redirecting portal URL settings are maintained in BI/BEx/WAD??
    Regards,
    Mandar.

    Hi Suman,
    Thanks a lot for your valuable reply.
    By the navigation you mentioned,I was able to identify where exactly I have to change the URL prefix.However,when I am saving the changes I made to URL prefix,system is redirecting me to "Varient Attributes" screen.I don't know what exactly this screen is about.Please help..
    Regards,
    Mandar.

  • Filling Cache for a Web Template

    HI Folks,
    We are in BI7.0. We have some reports which are taking huge amount of time to get executed. So we would like to fill the OLAP cache for these reports. I know the concept of pre calculating web templates in BW3.5. I am not sure, whether do we have to adopt the same concept here in BI7.0 or not?
    Please let us know which process better suits our requirement in BI7.0 and provide the steps to perform it accordingly.
    Any links, documents or PDFs on this topic are most welcome.
    Many thanks.
    regards,
    SN

    Hi,
      Please have a look into the below article.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f048c590-31a4-2c10-8599-bd01fabb93d4
    Regards,
    Raghavendra.

  • TCode for Checking Web templates

    Hi,
    As we have a Tcode RSRT to check query's in BW server, is there any TCode available to check web templates generated through web application designer ?
    Bit urgent.
    Thanks !

    Hi Preetha,
    Unfortunately we dont have any tcodes for wad.
    Program name to start WAD
    Regards,
    Naren.

  • De-Facto instructions for Creating Web Templates, PLEASE

    Hello All,
    I am adept at HTML, and am ok with Java. I have hand coded my entire site. And hand created very intricate web templates to use in Breeze Browser.
    Now, trying to fully incorporate LR into my work flow, I am finding it frustrating to find GOOD instructions for creating my own web templates. I have followed several links, read what was said, read forum posts. But to be honest, there just is no good 1 stop source for the busy person to learn how to do this.
    I am asking that someone, very knowledgeable in creating web templates, for both PC and MAC, please put together a well outlined post describing every step needed to do this. And then have the forum moderators make the post sticky so that it is easily accessible.
    This is very important if LR is going to fit into many working pros current work flows. PLEASE somebody do this.
    I will be eternally great full!!!!
    Thank you in advance for any kind soul who considers doing this

    Hello Paul,
    You're not the only one... I know of several people who are waiting for decent documentation of the XML/XSLT mechanisms so that we can create templates for our custom web sites. My own needs happen to be very simple, but frustratingly difficult to achieve (or maybe I'm trying the wrong approach).
    All I want is a file called index.txt that contains a title for the gallery and a list of thumbnails and full size images, and then I want the thumbnails and images all in the same directory and named in a specific way (no spaces and 't_' prefixes on the thumbnails). Trivial in BreezebrowserPro, but so far I haven't managed it with LR (mind you my XSLT knowledge is virtually non-existent).
    This is the only thing that's holding me up purchasing LR.
    Cheers,
    Simon

  • Design Suggestions for Default Web Template

    I am starting to develop some web applications for 7.x and do not want to use the default BEx Web Template only because it offers so much functionality that either is too complicated for users, not needed by users, or we don't want them using.
    I am wondering how to approach this effort in developing a good default web template.  Does it make sense to use a default template since each query can be so different?
    Does anyone have any suggestions about what to include, exclude and why?  Any details about the template you designed would be greatly appreciated!
    Thanks

    Hi,
    Please refer the following URL:
    http://help.sap.com/saphelp_nw04/helpdata/en/44/b26a3b74a4fc31e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/281a3c9c004866e10000000a11402f/frameset.htm
    Thanks,
    Venkat

  • WAD for Precalcualted Web templated

    Hi All,
    I have created a web templated and trying to created call in Reproting agent  but i am unable to see my web template in Reporting agent .. any idea.
    I have saved the templated and executed successfully..
    Any help.
    Thanks

    Hi,
    Can you please tell me why do you want to see your template in BW in reporting agent?
    You'll not be able to see your template in Reporting agent either in 3.x or in BI7.0. But if you want to know the  template status,through se38. Run the program: RS_TEMPLATE_MAINTAIN > execute>Enter you template's technical name & keep the version as A (active). If It'll be active it'll show you otherwise 1st activate it & then go ahead.
    Hope it will help.
    Preet

Maybe you are looking for

  • How to deploy Servlet Application in Weblogic 8.1

    Hi, I am new to BEA Weblogic 8.1 . I was trying to create a sample application using InelliJ IDea 5.1 , and IntelliJIdea 10.5 . i configured weblogic with IDE , but now i do not know how to deploy my application in weblogic . I am new in IntelliJ als

  • Where's the Bionic?

    Hey, look, a Verizon sales flyer just came in the mail. Must be some Christmas goodies and sales. Let's see.... Cool, there's the Razr. Looks great! Don't know about that "lowest promotiona price" at $299.00, but it includes some NFL package, good fo

  • Never ending crashing and freezing

    Hi to all, I updated to the 9.1.7 LOgic Pro and started to have this crashing problem: -everytime I start a new project it crashes. -everytime I try to open an old project crashes. Logic also freezes when bouncing a project. Is there a solution out t

  • MDM tools that can integrate with Hyperion EPM and SAP

    We currently have Hyperion/EPM products, and want to introduce an MDM tool in the mix-mainly for automated metadata management.We are planning to purchase Hyperion DRM. Meanwhile, somebody within the company has suggested we investigate SAP-business

  • JSlider - How to hide the knob?

    Hi everyone, I'm currently trying to figure out how to hide a JSlider's knob. I need to hide the knob when no default values are defined. The knob must then reappear once the user clicks on the JSlider. Is there a way to do so? I've looked through th