Precalculated web templates,Its scheduling time&Routines built on Queries??

Hi ALL,
<b>In the same way, I want the way to find out the list of Precalculated web templates, its scheduling time & Routines built on the Queries using RSRT T-code.
Can anyone let me know to find out the Query properties using RSRT if we dont have access to BEX Analyser etc.,</b>
(As we have in RSRT for seeing List of Objects in Free Characteristics, Filters, Rows, Columns and also the exceptions, variables, conditions built etc.,)
Will be waiting for Answers on this.
Points will be rewarded for sure.

If it is 3.X Web Templates you can use function module RZX2_OBJECT_DELETE
populating I_T_PARAMS table with
first OBJID field as the technical name of your template and
second OBJTYPE field as constant 'HT'.
you can add as many rows as you want.
If it is 7.X Web templates you can use function module RSOBJS_DELETE
populating I_S_PARAMS with
first field OBJ_TYPE as 'BTMP',
second filed OBJ_KEY as the technical name of your template
this function module allows only one template to be deleted at a time
If you are comfortable with ABAP, and if you have a list of all your 100 web template technical names,
you can just write a program with a internal table containing the names of these templates and calling the above function modules in a loop.y passing one value at a time.
Hope it helps!

Similar Messages

  • PreCalculated  Web Templates

    Hallo,
    I recently had to setup some precalculated web templates to improve query response time for users. But I have some doubts which could not be addressed even after I referred to course materials which I used when attending BW course a year back.
    I'm not sure if you guys can answer these:
    1.How are web templates created by Reporting Agent assigned to users? Where is it stored? Is data displayed in HTML or in Excel but only if exported?
    2.Is it a must that all precalc webtemplates be run in backgnd?
    3.Does a Query Value in parameter Data_mode mean the various modes like 'STORED', 'HYBRID' etc? Are these also termed as Reserve variables?
    4.What is meant by the 'javascript functions' used in precalc web templates?
    5.What is a ‘New’ Data Mode Parameter? Can it be specified in the URL like 'STORED'?
    6.When Stored mode, where is the precalc data stored? Where is a Rep Agent storage? What format?
    7.Are all data_mode except new mode accessing precalc data in html option?
    8.What does a precalc batch run mean? A Scheduled run of Reporting Agent?
    9.How is control query defined?
    10. Is 'stored' mode precalc data stored in HTML option? Does this mean HTML format? Or every precalc is stored in html option? Can I say html option = html format?
    sincerely,
    Adette

    Let me try to answer some (answers next to questions).
    cheers,
    Ajay
    > 1.How are web templates created by Reporting Agent
    > assigned to users? Where is it stored? Is data
    > displayed in HTML or in Excel but only if exported?
    --: These are calculated by background jobs that you schedule as packages. These are stored in Reporting Agent Storage. You can think of it something akin to SPOOL. It is not a DB table or structured data store that you can access independently. Data is available in HTML.
    >            
    > 2.Is it a must that all precalc webtemplates be run
    > in backgnd?
    --: If you use data_mode = NEW, it will run online (ie read data in realtime). The purpose of precalc is to run it in background, that is why it is 'PreCalc'.
    > 3.Does a Query Value in parameter Data_mode mean the
    > various modes like 'STORED', 'HYBRID' etc? Are these
    > also termed as Reserve variables?
    --: Yes to the first part. Don't know if it is termed as reserve variable.
    >
    > 4.What is meant by the 'javascript functions' used in
    > precalc web templates?
    >
    > 5.What is a ‘New’ Data Mode Parameter? Can it be
    > specified in the URL like 'STORED'?
    --: READ can be specified in the URL. Its effect is to disregard any precalculated data and read the data afresh from DB. In this case, OLAP doesn't check the reporting agent storage area, it goes directly to DB to fetch the data from there.
    >             
    > 6.When Stored mode, where is the precalc data stored?
    > Where is a Rep Agent storage? What format?
    --> Reporting agent storage can be thought of something similar to SPOOL. It is 'unstructured data' as you would think. STORED mode (and other modes) is when you are executing the query. When you have run the package, the template o/p has been stored in the reporting agent storage area. The mode parameter in the URL only directs OLAP to read from (if it is specified STORED, it will read from RSA, if NEW it will read from DB and so on).
    >
    > 7.Are all data_mode except new mode accessing precalc
    > data in html option?
    --: Not exactly as I understand. See the details of DATA_MODE for other options.
    >
    > 8.What does a precalc batch run mean? A Scheduled run
    > of Reporting Agent?
    --: Yes. The precalc definition is just that. You need to then define a package and include your definition of precalc in it and then run this package.
    >             
    > 9.How is control query defined?
    --: Control query is another query whose output is to be used as input (if you have filters on same CHAR.. in main web template) . This query is defined independently as any other query, you include it as a predefined query in your template def.
    > 10. Is 'stored' mode precalc data stored in HTML
    > option? Does this mean HTML format? Or every precalc
    > is stored in html option? Can I say html option =
    > html format?
    --: You can say the precalc o/p is stored as HTML (not strictly true, you have two checkboxes to precalc data and HTML, normally you check both in which case your statement is true).
    >
    >
    >
    > sincerely,
    > Adette

  • Precalculated Web Template Usage Statistics

    Does anyone know if there are usage statistics stored for a web template that has been precalculated (HTML) through reporting agent? It is accessed through a URL with the DATA_MODE=STATIC querystring parameter added. The statistics are stored in RSDDSTAT when the reporting agent job runs, but not when a user requests the precalculated web template through the URL directly in a web browser. Are the usage statistics stored in another location, other than the RSDDSTAT table in this situation?

    Hello,
    We had the same problem and sorted out it but don´t using BW standard functionality. I added a image tag on all web template that reference to a .Net application. This application get Windows user from Internet Explorer and store statistics (user, time, webtemplate, filter options, etc) on a SQL Server Database. I don't finish the application frontend but we are getting good information directly of the database.
    Let me know if I could give you more details.

  • Precalculated web template w/control query

    I create a precalculated web template with settings:
    1. Data
    2. HTML web pages
    3. Control query
    I scheduled the package. How do I access the views from control query in Web Template URL?

    Hi Raynald,
    1. When you marked "HTML web pages" then "Data" are calculated automatically.
    2. the html-pages can you see in RSRAPS.
    3. To started this page in IE:
    - see the index.htm
    - http://ipaddress:prot/sap/bw/BEx?sap-language=%20&bsplanguage=%20&CMD=LDOC&TEMPLATE_ID=ZQUERY&DATA_MODE=STATIC&filter=...
    Sven

  • View previous precalculated web template

    Hi,
    I'm working with Reporting Agent, because I need Precalculated Web Templates in my portal.
    I need to access, not only, the last precalculated Web Template (i.e. this month), but also the others (previous months)!
    How can I view previous precalculated web template?
    Could anyone help me?!
    Thanks in Advanced
    Fede

    ... no, I'm not using download scheduler at the moment! (I have tryed to use it, but it doesn't load my .gif  and .css from /bw/Mime/Customer/Images/)
    In BW Reporting Agent there is Document Overview section, where I can see the history of my precalculated web templates, how could I access them?!
    thanks...

  • Diff between Precalculated Value set and Precalculated web template

    Hi Friends
    Can any one tell the Diff between Precalculated Value set and Precalculated web template
    Where we will use these
    Thanks

    Hi,
    The Reporting Agent is a tool used to schedule reporting functions in the background.
    The following functions are available:
    &#9679;      Evaluating exceptions
    &#9679;      Printing queries
    &#9679;      Pre-calculating Web templates
    &#9679;      Pre-calculating characteristic variables of type pre-calculated value sets
    &#9679;      Pre-calculation of queries for Crystal reports
    go through,
    pre-calculated value sets
    [http://help.sap.com/saphelp_nw04s/helpdata/en/28/734d3caa70ea6fe10000000a114084/frameset.htm]
    [http://help.sap.com/saphelp_nw04/helpdata/en/84/00783b3af21f5ee10000000a11402f/content.htm]
    Pre calculating Web template:
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/9e/9f653ade969f4de10000000a114084/frameset.htm
    Basically when you have a Precalculated Template, the system first run a report (which has been scheduled) and read the data from there when you run your template. This can imrpove the performance respect to online read data.
    [http://help.sap.com/saphelp_nw04s/helpdata/en/6e/b5663a5fb46752e10000000a11402f/frameset.htm]
    [Pre calculated web template;
    Hope this helps...

  • Precalculated web template - how to use it

    Hello everybody,
    i need your advice on how to correctly use the feature of precalculated webtemplate.
    I have following situation:
    we have created a pretty compliacted web template, which must be optimized on performance.
    The rule should be: current month data should be available as precalculated webtemplate. people will access the web template with borwser (it will be not send via emial)
    Below my questions:
    1) How to call the precalclauted web template (if variable is part of report)
    I was playing around with this prcealculation fueature and got to the result that the only way to call a precalculated web template if we use variables, is to include the variable and variable value into the URL string
    Is this true?
    Any other ideas how to call a precalculated web template
    2) How to define flexibly the precalculation variant
    Right now I have define up to 22 variants for each month (for eachworking day of the month).
    For new month i have to define new variants.
    My idea is to have it flexible: define one variant for each day of the month. As the month changes, the variants should consist of new dates (for the new month). This should happen automatically. Maybe with ABAP program.
    Any idea how to do it?
    Maybe anyone has batter idea how to mange the precalculation for given dates
    TIA
    pawel

    hi Kavi,
    precalculated webtemplate can be said 'produce' query result first in the background, the 'calcuated' result stored in HTML format (statis), so will speed up report access without execute olap query/accessing database.
    the 'disadvantage' is no olap navigation.
    use via 'reporting agent'.
    there is specific pdf doc for precalculate webtempate in sdn forum, point you later.
    http://help.sap.com/saphelp_nw04s/helpdata/en/28/734d3caa70ea6fe10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/9e/9f653ade969f4de10000000a114084/content.htm
    simply wad can be said is editor for webtemplate.
    The BEx Web Application Designer is a desktop application for creating Web applications with BW-specific contents. Using the BEx Web Application Designer, you can create an HTML page that contains contents such as various tables, charts or maps.
    http://help.sap.com/saphelp_nw04s/helpdata/en/16/a6fe41b227096fe10000000a155106/frameset.htm 
    http://help.sap.com/saphelp_nw04s/helpdata/en/a9/71563c3f65b318e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/1a/456a3badc1b315e10000000a114084/frameset.htm

  • Read mode -- precalculated web templates

    Hello BW Experts,
    Why is read mode recommended for the Precalculated web templates ?
    what is the benefit of the read mode in this context..
    Thanks,
    BWer

    hi BWer,
    check this
    http://help.sap.com/saphelp_bw33/helpdata/en/a0/a48b3ba19dfe47e10000000a11402f/frameset.htm
    hope this helps.

  • Precalculated Web Template

    Hi,
    I'm working with Reporting Agent, because I need Precalculated Web Templates in my portal.
    I need to access, not only, the last precalculated Web Template (i.e. this month), but also the others (previous months)!
    How can I view previous precalculated web template?
    Could anyone help me?!
    Thanks in Advanced
    Fede

    Isn't there anyone with the same problem?!?
    In my portal, I need a list of link for each precalculated web template...
    Thanks in Advanced
    Fede

  • Precalculated Web Templates - Variants and Control Queries!!

    Hi,
    We are having some problems with precalculating a web template. 
    Within the template there are multiple queries that need to be precalculated.  All of these queries are using a variable and control query to select a currency.  However, whenever we schedule it to precalculate it always cancels!! When we take the variant out we have no problems and it runs. 
    Do you know if there are any problems running multipul queries from the same variant, or what the problem may be?
    We are running on version 3b.
    Any help would be gratfully received.

    Hi Ashish,
    Yes all of the variants have been maintained in the Reporting Agent.  Even if we just try it with one variant it still doesnt want to precalculate!!!
    Any more help would be great.
    Thanks
    Abi

  • IMPORT_FORMAT_ERROR while precalculating web template

    Hello,
    A process chain failed in Precalculation for Web Template step with an error message -
    ABAP/4 processor: IMPORT_FORMAT_ERROR     
    The short dump analysis says -
    When attempting to IMPORT the object "XSTRING", there was a format error.            
    Unable to read an IMPORT dataset.                                                    
    The dataset may have been processed using SQL and is                                 
    thus no longer readable for the IMPORT.                                              
    The error occured while executing a method -
    000010   method IF_RSR_CACHE_BO~SET_DATA .                              
    000020     field-symbols:                                               
    000030       <l_data>                   type any,                       
    000040       <l_xstring>                type xstring.                   
    000050                                                                  
    000060     assign i_r_xstring->* to <l_xstring>.                        
    000070     assign p_r_data->*    to <l_data>.                           
    000080     import xstring to <l_data> from data buffer <l_xstring>.     
    >   endmethod.                                                                               
    Could anyone let me know when can we expect such an error? What is the cause behind it?
    Regards,
    Surekha

    closing as no replies
    I remember I used to repeat the process chain step whenever i got above error

  • Excecute a planning sequence when open Web Template (JUST ONE TIME)

    Hello experts,
    I want to excecute a planning sequence everytime when a webtemplate is opened.
    I use the "Action before first display" for this. The problem is, that the planning sequence is excecuted multiple times when I open the web template. The web template contains several queries. Could it be that the planning sequence is started for every query?
    If yes is there a way to suppress this? I want to run the planning sequence just one time for the whole web template
    Thanks
    Johannes

    Yes I tried in action before rendering it is the same behaviour with the difference that the sequence is also executed after clicking on a button with another planning sequence. Action before first display is excactly what I need but I want to run the sequence just one time when the web template is loaded and not for every query. We don't use tabs at all.
    Thanks
    Johannes

  • Precalculation Web Template

    Which standard SAP web template should I use when testing the Precalculation server to distribute a workbook.
    RSPRECADMIN
    BW Excel Workbook Precalc Admin

    Hi,
    This is not possible for precalculated templates with precalculated data. As for precalculated HTML only normal drop-Downs are supported.
    But you can use hierarchies in your control-Query. But for navigation you would need Drop-Down-Boxes
    I would assume the best thing to boost performance is warm up the OLAP cache with the Reporting Agent.
    Heike

  • How to Call Precalculated Web Template

    Hi.Buddies:
        I created an iView of BW query in portal,and have arranged pre-
    calculation process.when I call the iview in portal i hide the
    variables(directly to the result).
        I set a button in the Web Application to change period(Selection parameter) which is like this: <a href="http://mybw.mydomain.com/sap/bw/bw?cmd=...">Change period</a>.But then it seems that the system rerun the query other then reading from the precalculated HTML document.
        How should I set the URL so that the system can read directly from the HTML precalculate result?
    Best Regards
    Martin Xie

    Hi Aihua,
    How about if you make pre-calculated web report using reporting agent  ??
    If i'm not mistaken, w/ reporting agent, you can upload the web file to some path in pc/server.
    Then you can refer your iView to that path.
    Hopefully it can helps you a lot.
    Regards,
    Niel
    (Thanks a lot for any points you choose to assign).

  • Reporting Agent Web Templates. I'm missing previous precalculated data.

    Hello Gurus. I'm precalculating a web template that has variables, so the customizing has variants for the variable values. The web template shows weekly information and the user needs to see historic reports, from previous weeks.
    But when a run the planification package I lost the previous precalculated web templates. The only way I have found to obtain the reports for various weeks has been creating a variant for each week. But the users needs to consult a complete year, 52 weeks, so 52 variants!!
    How can I create new static data for the reports without missing the old data?

    hello,
    Tell me how are you scheduling the package..? is that on EVENT??
    have you craeted an event in SM62 first??
    --Nandita

Maybe you are looking for

  • How can I get a reference to the Local interface of a EJB 3 session?

    Hi, How can I get a reference to the Local interface of a EJB 3 session? My session implements both the local and remote interfaces, so in my client, when I look up the remote interface using the following code, I did get a reference           proces

  • Error while opening Non-Catlog request in iprocurement

    Hi All, When i am opening the page it is giving error msg as follows. oracle.apps.fnd.framework.OAException: java.lang.NullPointerException      at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:975)      at o

  • SQL Server Error when tryingt to install the CMS DB on SQL Server 2005 x64

    I am trying to install BOEXI R3 on w2k3 64-bit OS in a SQL Server 2005 x64 database, I am currently at the installation step where i Specify an exisiting CMS database. I created a System DSN and tested it, and it was successful. So when I got to the

  • Using Apple Monitor - on/off indicator reversed..

    My mini is connected to the 23" Apple display (early 2008). When its running, the screen on/off LED is off. When I shut the Mini down, it is switching from off to on. This is rather irritating. Is anyone else having that issue? What is going on there

  • Update VM with dynamic memory fails

    Update-VM orchestrator action seems to fail to handle updating VM's with dynamic memory, is there a solution for that or am I doing something wrong? scenario: vm with dymanic memory 512 to 2048, I try to update VM memory with Update-VM action and set