List of Queries in a Web Template

Hi
Hope someone can help me. I have a list of web templates and need to get all the queries that are used in these web templates. I don't mind even using a function call or se16 in BW to do this.
Cheers
Paul Collier

Hi
We are still on BW 3.5 and I have 142 web templates to go through. Using the metadata repository is a little long winded.
Do you perhaps know of another way?
Cheers
Paul

Similar Messages

  • How to embed multiple queries in one web template

    Hi,
    I've a requirement wherein I need to embed two queries in one web template. The first query displays order quantity from a particular customer and the second query displays other information for that customer. Most of my web templates i've contains only one query which i've created using 0ADHOC template saving this as diff template and modifying it. But this is the first time I have got this type of requirement wherein the user drills down on a particular customer for order quantity and then goes for other information from other query.
    Does anyone out there has any idea or suggestion as to how to do this ? One more thing I need to pass the values from one query to another which is akin to RRI concept while staying in the same web template.
    Your suggestions/advices are highly appreciated.
    Thanks in Advance,
    Rash.

    Hi Rash,
    You can do this by including 2 table web items in your template and assiging the 2 different queries as different dataproviders to each. You can try to create a drop down box to filter the customer and in its properties set DataProvider1 and DataProvider2 as the affected data targets.
    Hope this helps...

  • Two Bex Queries in one web template - drill-down should affect both queries

    Hi,
    I would like to have two Bex Queries in one web template with the same selection screen and free characteristics. When drilling-down on characteristics I want both queries to break down the figures. I cannot get the last part to work. We are using version 7.0.
    Any ideas how to make this work?
    BR,
    Tobias

    Hi,
    Refer these links it may be usefulin you case.
    WAD Pdf
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/749a4622-0a01-0010-36bf-b6b30a2a3a22
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/301db65c-f221-2c10-a9a1-f2236e3cea2c

  • Multiple queries / tabs in Web Template

    Hi all, I'm trying to find a few people I can share experience with regarding Web Templates with multiple tabs / dataproviders (ie queries, usually)
    Two particular issues at the moment:
    I'm having regular Internal Server Error when I have select the second tab and then click Refresh Variables (command Open_Variable_Dialogue, which doesn't link to a specific DataProvider). Has anyone come across this?
    Also, has anyone worked out a way of only having 1 of each of Filter, Navigate, Export and Print buttons/links? Because these are specific to a DataProvider it seems I have to have a different button for each tab, which is clumsy with 2 queries and unacceptable for more than 2.
    I'm not a Java programmer - any thoughts on whether Java programming skills are more or less essential to a BW Web development project?
    But wider than these specifics, I'm keen to get some discussion going on this... I know many companies use multi-query web templates, so why the lack of discussion?
    Hope to hear back soon, points awarded where deserved.
    Patrick

    Hi Patrick,
                     i worked in the webtemplate with multiple quiries.
    you are trying to create the webtemplate with multiple quiries. can brief your requirement, so that i can help you out.
    do you want to use multiple quiries in template. do you want you use the variable screen before opning the webtemplate. you can use the dropdown box, filter in the webtemplate. By using the dropdown or filter panel you can control multiple quiries in the template. by using the one dropdown box, print button, you control all the quiries in the template.
    if you have any quiries please let me know.
    regards
    amith

  • Multiple Queries in Same Web Template, Issues!

    I need to display 4 query results in a single report. I am using WAD for it and am half way through it by displaying them one after another.
    1) I want the first Query's Generic navigational block to affect all four data providers instead of only the first one to which i assigned it to. Because, user want only 1 Navigational block instead of 4 for four different queries.
    There is another question too, but the one mentioned above is more important now.
    Message was edited by: Venky V

    Venky,
    This is provided as a standard...why go for Java for this...first try it out and do look at the link I mentioned: It gives an example with the Nav Block.
    For Java SDK:
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/webcontent/uuid/78b3db58-0501-0010-b895-f75cd8fdf674 [original link is broken]
    Hope this helps...

  • Report/Query/Web Template Listing - Catalog

    Hi all,
    We are NW2004S SP10 and would like to know if anyone has implemented a report catalog that lists all the custom reports/queries created by functional area?
    We could search the Metadata repository, but it is not organized well.
    Also I have looked at an article in BWExpert - which is for BW3.5 and also requires manual maintainence.
    Any ideas/thoughts in this regard will be appreciated.
    HD

    I have similar issues related to the below threads. I'm able to retrieve the statistics for queries executed in BEx but not for the queries or BEx Web templates executed through the portal. Are there any workarounds for this issue?
    How to find BEx queries that were not used along with no of times executed
    /thread/716593 [original link is broken]
    Please suggest.

  • 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!

  • How to create a verification pop-up message for queries executed on Web

    I have implemented the function RRMS_MESSAGE_HANDLING in my customer exit variable code for step 2  in the customer include ZXRSRU01.  I am able to get warning and error messages to appear in Bex Excel queries, but not queries executed on the Web.  I have also tried implementing these queries in a Web Template which allows system messages and warning messages, but still these messages are suppressed.
    Is anyone aware of how to create warning messages that appear both in Bex Excel and Bex Web queries?
    Thanks for you help,
    Curt Timmerman

    On the Comments screen, just select the notes tool to add the note. When you are done, click to close the note.

  • Odd behavior on web template used to update real-time cubes

    Hello all
    This is my first time posting on this forum so please excuse any blunders.
    I have a situation wherein 2 queries (one built on an aggregate level which is set up on a multiprovider containing a real-time cube and the other built on an aggregate level set up directly on a real-time cube) are being used to update data. For both of these queries, I'm trying to fill in fields such as user, created by, time, date etc. These fields are being filled in the custom class "ZCL_LOC_CR_LINE_ITEM" and all of the settings are correct for the aggregation level/infoproviders.
    However, I'm encountering 2 problems. Firstly, for one of these queries on the web template, the fields I want filled are not getting filled in by the exit. In fact, I put hard-code break points in the exit's DERIVE method but the control is not even going in there. But for the other query, the control flows into the user-exit correctly when I hit the return key after populating all of the remaining characteristic fields on the input screen. Secondly, for the first query, the fields are not input-enabled. But I've set up both queires to be more or less similar in the sense that the fields to be populated in the user-exit are not on the query screen etc. I'm stumped and would appreciate some help from the experts out there.
    Regards
    Sam

    Regarding yor first quesiton, if the exit is not being reached, then most likely you have not correctly defined the characteristic relationship in the planning modeler.  For it all to work, go to the planning modeler for the infoprovider that you are deriving the characteristics.  Ensure that your source characteristics are all contained in the aggregatin level being used by the planning query in question.  Also ensure that none of the target characteristics are contained in the aggregation level.
    Also, make sure that the "inactive" checkbox is not marked for the individual characteristic relationships.
    Note that whether or not the query is on an multiprovider or a real-time sube, the characteristic relationships are always defined directly on the underlying real-time cube.
    Regarding the second question, for a query to be input-ready:
    -There must be a real-time cube in the query directly (or indirectly via mutliprovider)
    -The query must start up in change mode (or be switched into change mode)
    -Cell(s) must be defined as input ready either by their settings in the row or column
    -Every characteristic in the aggregation level must be fully qualified (including currency,UOM, or any nav attributes used as selections)
    - note that when using a mulitiprovider, it is necessary to specify the real-time infocube name in the planning cell/row/col selections
    If all of the above are met, try drilling down in the query once it is presented and see if anything is unaccounted for

  • NO header detail appears when downloading to excel from web template

    When we run our queries via a web template and through the portal we get the results which shows the query title and report details. When we try to download this to excel the header(report title etc. )information doesn't come down but all the rest of the report does. If we go in again and change the variable values for characteristics (query is being changed and run the web template (via portal)again and download to excel the header (report title etc.)the whole report title and report detail now appear. Looking for someone who has resolved this problem.

    For anyone who is interested, this was caused by our email client, not BIP.

  • Refreshing drop down list in a web template based on a query view

    Refreshing drop down list in a web template based on a query view  
    I have just developed my first set of portal pages displaying the results of Bex queries and query views in the SAP Netweaver portal. I developed the pages using web application designer. Each web template created with W.A.D is using a query or query view. In one template I have that is using a query view I am using a variable in my Bex query. This variable is of type customer exit, is set to variable is ready for input and calls some ABAP code which returns the current fiscal week number and year. When I run the query or query view in isolation through Bex analyzer the variables gets populated correctly. In my web template I have associated my variable from my query view to a drop down list box. However when I run the Iview created from this template the query results get refreshed but my drop down list box does not, it still shows last weeks week number. How do I get the drop down list box to refresh with the latest result from my customer exit variable?
    Regards
    Collin

    Hi  ,
    According to your description, my understanding is that you want to  filter a calendar based a look up column in SharePoint 2013.
    Calendar View not support OOTB filters connection. it is disabled for calendar view, you need to change view(not calendar view) so OOTB filters works and get connected to your view.
    You can achieve this using combination of jQuery and SharePoint OOB techniques.
    For jQuery filters refer to the  blog: enter SharePoint List Filters using jQuery
    Also you can filter Calendar View Web Part using JQuery and SPServices:
    http://blogs.visigo.com/chriscoulson/filter-a-sharepoint-calendar-list-with-a-date-picker/
    http://joshmccarty.com/2011/11/sharepoint-jquery-and-fullcalendar%E2%80%94now-with-spservices/
    http://spservices.codeplex.com/discussions/258846
    Another  way, you can have a look at the SPFilterCalendar :
    http://www.aasoftech.com/SitePages/How%20to%20Filter%20SharePoint%20Calendar%20Dynamically.aspx
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How to use a Web Template with queries from multiple BW Systems?

    Hi all,
    can anybody help me how to use a Web Template with queries (DATA PROVIDER)in it from multiple BW Systems?
    Thanks in advance, best regards
    Frank

    Great! Thanks for the quick response.
    Have you tried this for XMLA datasources created within the EP system also?
    i.e use Web Analyzer to create a view from the XMLA source and use that view within WAD?
    Thanks.

  • How to get the list of data providers used in a web template?

    I want to find a quick way to retrieve the list of data providers defined in the <object> tag in the Web template. One awkward approach is to parse the entire HTML page for <object> then filter out "DATA_PROVIDER: xxx".
    But is there any method or function call to retrieve the list quickly?
    Thanks!

    Try the function below, pass the item name and get the Data provider for that particular item, you will have to do this for all the items in the template.
    function getDPName(item){
         prop = SAPBWGetItemProp(item);
         var tableHidden=true;
         if (prop != null){
           for(i=1;i<prop.length;i++){
             if (prop<i>[0] == "DATA_PROVIDER")
                   return prop<i>[1]
           }//end for
         }//end if
    }//end function
    Thanks.

  • Implement IP File Upload to a web template (with queries) - HTML Coding?

    Dear experts,
    we have implemented integrated planning - file upload.
    now we want to create a web template , which should include some queries AND also the file upload in a separat tab in this template.
    following link (file upload) should be included in the web template:
    http:///sap/bc/webdynpro/sap/zrsplf_file_upload?planning_sequence=ZACOMK_01_PS1&sap-client=200&sap-language=DE
    I don´t have any html-knowledge.
    Is there a standard html-coding available, which I could use and implement in a container item?
    many thanks for your help!!
    best regards
    Roland

    Thanks so much, Rick! That post was exactly what I needed -- and now I have another resource to search for next time.
    There is one little caveat, for anyone else who needs to use this. I had to change the line that sets the Content-Type header to use a semicolon instead of a comma. After this change, the resulting HTTP request is identical to the one generated by WebKit for form submission.
    NSString *contentType = [NSString stringWithFormat:@"multipart/form-data; boundary=%@", boundary];

  • Population of Customer Exit Variables in Web Template Queries

    Hello,
    Desired Scenario:
    I have three Queries: Q1, Q2, Q3, attached to one Web Template in the same order. Queries Q2 and Q3 have exit variables which are populated from the Input Variable of Query Q1 (these customer Exit variables are mandatory,  not available for user input and are populated in STEP=2).
    Problem:
    Sometimes on execution of the template, Q1 is executed first and then the exit variables are populted (which is OK) BUT  sometimes Query Q2 or Q3 is executed first and exit variables don't get populated.
    As such, I am not sure of the order these three queries are executed. Please suggest how do I ensure that Q1 is always executed first, followed by Q2 or Q3.
    Thanks for your suggestions.
    Best Regards,
    Sumita

    Hi,
    The Infoobjects are different in all the three queries. In Q1, the variable is on 0CALWEEK. In Q2, the variable is on XWEEKD (which is reference to 0CALWEEK). IN Q3, it is on XFORWEEK (which is again reference to 0CALWEEK). So, I can't use the same variable in all three queries. But all these variables have to have the Week from to Week To as the input and that input remains same for all three variables.
    To prevent the user from entering this week from & to thrice, we populate the other two in customer exit depending on the value input by the user.
    So, now I want to know the order in which the queries attached to a Web Template are executed.
    Best Regards,
    Sumita

Maybe you are looking for

  • Xy-graph timestamp issue

    Hi All, I'm sure it's simple but I can't figure out what is going wrong with my xy-graph. I read a timestamp as a string from a waveform data file and convert it to a timestamp format. I then plot data vs time. The timestamps look correct but the plo

  • Kdevelop and mingw (crosscompiling)

    Hi ! I really dont't know if  this post has to be here, but  anyways ! (it has to do with programming so...:P) My big issue is :  i have to crosscompile a c++ program to win32 but i can't even can set the compiler properly ! I've tryed mingw so far a

  • Device is locked by the program activate iphone

    Device is locked by the program activate iphone I have a mobile device and the tray, but is unable to run two Is there a solution

  • I have no purchased button in my app store !!,

    please help me !!

  • Table Names of Processed  XML Messages

    Hi ALL, We are facing space problem  in PRD box with one of our client, due to increase in large number of Messages  . Our basis tryed to do archiving, but endup with no luck. Could any one tell us in which tables processed idoc xml messages will get