Integrate WAD and VC

Dear All,
Since visual composer has only limited hierarchy support, i've implemented a WAD hierarchy dialog within VC as described in the following How To..
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5a40f2f7-0c01-0010-d69f-c6317c5165cd
Instead of directly filtering the table, I would like to use the output of the hierarchy dialog in an input form. The hierarchy dialog then functions as a value help for the input form. The problem is that I only get the 'undefined' value in the input form even after I have selected a hierarchy node.
Writing the hierarchy dialog output directly to a table shows the 'undefined' value plus the selected hierarchy node. It seems that the output is in the form of a list.
Any idea how I can only output the selected hierarchy node to the input form ?
Thanks
Thomas

Hi Prakash,
I have changed my query to use a single type variable for calendar month. I still can't get it to work. If I use output @KEY as specified in your how to, I get an error message that the variable has the wrong format. If I change it to @KEY_EXT, it doesn't give me the error, but it also doesn't filter.
The source of the webtemplate in visual composer is as follows if I select 11.2006:
  <VARIABLES>
    <VARIABLE name="VAR_20061115113759" type="INFO_OBJECT_MEMBER" text="Month of LAFD (Single, Opt)">
      <SELECTIONS>
        <SELECTION type="SINGLE_MEMBER">
          <MEMBER name="200611" type="MEMBER" text="11.2006"/>
        </SELECTION>
      </SELECTIONS>
    </VARIABLE>
    <VARIABLE name="VAR_20061102104721" type="INFO_OBJECT_MEMBER" text="Location Hierarchy">
      <SELECTIONS/>
    </VARIABLE>
  </VARIABLES>
The strange thing is that if I run the webtemplate stand-alone (not in visual composer) and go to the variable screen via the context menu (filter->variable screen) and select 11.2006 the query isn't filtered! The source looks exactly the same as above.
The only way the variable screen works is by force it to always show the variable screen in the webtemplate. This was the query is filtered and the code looks as follows:
  <VARIABLES>
    <VARIABLE name="VAR_20061115113759" type="INFO_OBJECT_MEMBER" text="Month of LAFD (Single, Opt)">
      <SELECTIONS>
        <SELECTION type="SINGLE_MEMBER">
          <MEMBER name="200611" type="MEMBER" text="11.2006"/>
        </SELECTION>
      </SELECTIONS>
    </VARIABLE>
    <VARIABLE name="VAR_20061102104721" type="INFO_OBJECT_MEMBER" text="Location Hierarchy">
      <SELECTIONS/>
    </VARIABLE>
  </VARIABLES>
  <SELECTION_SPACE>
    <SELECTION type="CARTESIAN_PRODUCT">
      <CHARACTERISTICS/>
    </SELECTION>
  </SELECTION_SPACE>
  <SELECTION_STATE>
    <SELECTION type="CARTESIAN_PRODUCT">
      <CHARACTERISTICS>
        <CHARACTERISTIC name="0CALMONTH">
          <SELECTIONS>
            <SELECTION type="SINGLE_MEMBER">
              <MEMBER name="200611" type="MEMBER" text="11.2006"/>
            </SELECTION>
          </SELECTIONS>
        </CHARACTERISTIC>
The last part where it actually filters 0CALMONTH is added. This is missing in all the other examples above, any ideas ?
Thanks a lot,
Thomas

Similar Messages

  • WAD and VC Integration issues

    Hi Experts!
    I need to integrate WAD and VC to accomodate the hierarchy filter. I follow the  guide https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5a40f2f7-0c01-0010-d69f-c6317c5165cd
    step by step. My requirements is similar to the scenario 6.1 in the guide; I need to have a button value help which invoke the hierarchy dialog and then send as a filter to the query. I was able to display the hierarchy in VC when clicking on the button value help but the problem is when the selection was made; there's nothing happen; the value doesn't send back to query to get filter.
    I tried to turn the flash debugger on and I don't see any event being populated after making the selection from the hierarchy (in fact, nothing happens). I did try to just use the simple form to map the filter and nothing happens as well; the form input field is blank.
    Can you please shed some light as to what I might be missing?  Any help is greatly appreciated!!

    Hi Jamie,
    interessting issue. A collleague told me the same issue a few days ago. He also told me that this could be caused by the Web API. We are investigate at the moment if this issue is an result of the Web API which is not offical support by SAP under SAP NetWeaver 7.0. (Now you should use the BICS (BI Consumer Services).)
    Can you give me the information which SPS do you use?
    We are using SPS 12 at the moment and also have some problems.
    Best Regards,
    Marcel

  • WAD and BlackBerry

    Hi,
    Background:
    I have developed a WAD template with 11 static queries in it.
    This gets broadcasted every morning automatically. The output format is MHTML.
    Each query has 15 columns. The maximum number of row in the WAD is 100.
    Requirement:
    The management wants the same output in their BlackBerry.
    The format could be anything, but users must be able to scroll horizontally and vertically, with the output.
    Issue 1:
    We are able to send the WAD to BlackBerry, but the format is getting distorted.
    Every column value of a row is coming ONLY row-wise.
    Management is keen on the attached format.
    Issue 2:
    Management wants two columns' heading(and not the data) out of 15 in different colours.
    I don't know how to do it.
    Request you all to please help me.
    Regards,
    Avinash

    Hi,
    U can integrate WAD and EP to BW 3.5, their integration exist for 3.5.
    visual composer is new concept of netweaver 2004s. so integrate visual composer with 3.5 the underlying database must be SQL server.
    For BI 7.0 this is not required.
    Narendra Reddy

  • WAD and characterictics

    I have four characteristics in a cube:
    lab,
    analytical _point,
    installation,
    experiment.
    Each characteristic contains of a key and a text.I have several combinations of those keys, like:
    Labo | analytical _point | installation | experiment
    1 | 1 | 1 | 1
    1 | 1 | 1 | 2
    1 | 2 | 2 | 3
    1 | 3 | 2 | 6
    1 | 4 | 1 | 1
    2 | 5 | 3 | 4
    2 | 6 | 1 | 3
    3 | 7 | 1 | 4
    What I need to do is to create a WAD that lets to choose those values. It must be "clever" and must know that in a lab "2" it has only analytical_points "5" and "6". In analytical _point "1" there is only one installation "1", and so on. More over it must display texts for each characteristic.
    I have a cube, aggregation_level, query and WAD. Where do I have to do it, and how?
    Edited by: Andrzej Szaranek on Jun 7, 2011 6:45 PM

    Hi,
    U can integrate WAD and EP to BW 3.5, their integration exist for 3.5.
    visual composer is new concept of netweaver 2004s. so integrate visual composer with 3.5 the underlying database must be SQL server.
    For BI 7.0 this is not required.
    Narendra Reddy

  • WAD and work book

    Hi
    exports
    pls explain defference between Web Application Designer (WAD) and  workbooks
    Thanks in advance
    rk

    WAD
    Web Application Design: BEx Web Application Designer
    Use
    Web application design allows you to use generic OLAP navigation for your BW data in Web applications as well as in business intelligence cockpits for simple or highly individual scenarios. Web application design comprises a broad spectrum of Web-based business intelligence scenarios, which you can adjust to meet your individual needs using standard Web technologies.
    Features
    The following graphic illustrates the basic concept of Web Application Design with the Web Application Designer as the central tool:
    You can use this BEx Web Application Designer, the desktop application used to create Web applications, to generate HTML pages that contain BW-specific contents such as tables, charts or maps. These objects, which retrieve BW data from a data provider and place it in a Web application as HTML, are known as Web items. For more information on the Web items available, see Web Items.
    You can save the Web applications as a URL and access them from an intranet or on mobile devices. In addition, you can save Web applications as iViews and integrate them into an Enterprise Portal.
    The Web Application Wizard is an assistant that is integrated into the Web Application Designer. You can use this to help you create Web applications using a step-by-step procedure and to simplify design activities. The Web application wizard helps you to work with Web application design confidently and create your first Web applications.
    Business Explorer Web application design also allows you to create highly individual scenarios with user-defined interface elements by using standard markup languages and Web design APIs. You can individually adjust and enhance Web Templates, the HTML pages that determine the structure of Web applications. For further information, see:
    Object Tags
    Command URLs
    Use of Forms
    Data Provider
    Query View
    Use of JavaScript-Functions
    In addition, using a Web design application programming interface (Web design API), you can change the display of tables or navigation blocks in Web applications. See Web Design API for Tables
    WorkBook
    Queries in Workbooks
    Use
    Queries are inserted into workbooks so you can display them. When you insert a query, a link is made between the cell areas of the worksheet and the data of the InfoProvider upon which the query is based. A link therefore exists between the Business Explorer and the Business Information Warehouse Server (BW Server). This link stays in place until you interrupt it (see Settings).
    When you open a query and insert it into a workbook, the query is calculated and the view (initial view) of the data established in the Query Designer is displayed.
    If variables that are ready for input are used in the query, you can enter the required values for the variables or confirm the default values when you insert the query.
    Workbooks into which queries are inserted are no different in appearance than other Excel workbooks. They can be saved as files, copied, sent and (using Excel functions) edited however you like and even supplemented with other data.
    Features
    You can choose whether you want to insert a query into a new workbook, into an existing one, or into a workbook template:
    If you want to insert a query into a new workbook:
    Choose the symbol for Open...from the BEx toolbar. This brings you to the screen Open SAP BEx:
    Select Queries from the left column.
    Select a query from all those available. The queries are arranged according to InfoProviders.
    Double-click on the required query or choose OK.
    If you want to insert a query into the active workbook:
    Open a workbook and, from the BEx toolbar, choose Tools ® Insert Query.... The query is then inserted into the current worksheet starting at the active cell.
    If you want to insert a query into a workbook template:
    Create a workbook template.
    Insert the query into the workbook template.
    See: Creating Workbook Templates
    If you use the function Based on Permanent Template (see Settings), the Business Explorer queries in all these workbooks will have the same formatting when you insert them.
    hope it helps,
    raghu

  • The problem about  integrate  Portal and R/3

    Hi everyone :
       We want to achieve that our vendor can query R/3 report via our Portal. I had done SSO configuration.
       But we had about 500 vendors, it is impossible that we create 500 R/3 users for our vendors,  because the cost is too much .
       And there is another problem, vendor who had the authorization to query report can query the other vendor's data at same time. But we expect that certain vendor can query his data only.
       I think this is a general problem when integrate Portal and R/3, BW .
       Is there somebody had solved this problem or give any advice?
       Any discuss is welcome.
    Best Regards,
    Jianguo Chen

    Hi,
    I would say: get in contact with your SAP account manager anc check which options SAP can offer you...
    Normally every user using a R/3 system has to have a valid user license in that system. Expecially when you want to access control to data on user (vendor) level you nedd to identifiy the user clearly and uniquely which by standard means you need a user for every vendor.
    Hth,
    Michael

  • The problem about  integrate  Portal and R/3 : vendor query report problem

    Hi everyone :
       We want to achieve that our vendor can query R/3 report via our Portal. I had done SSO configuration.
       But we had about 500 vendors, it is impossible that we create 500 R/3 users for our vendors,  because the cost is too much .
       And there is another problem, vendor who had the authorization to query report can query the other vendor's data at same time. But we expect that certain vendor can query his data only.
       I think this is a general problem when integrate Portal and R/3, BW .
       Is there somebody had solved this problem or give any advice?
       Any discuss is welcome.
    Best Regards,
    Jianguo Chen

    Hi,
    I would say: get in contact with your SAP account manager anc check which options SAP can offer you...
    Normally every user using a R/3 system has to have a valid user license in that system. Expecially when you want to access control to data on user (vendor) level you nedd to identifiy the user clearly and uniquely which by standard means you need a user for every vendor.
    Hth,
    Michael

  • WAD and Reportdesigner Errors

    Hi,
    Please anyone help me to solve this issue when am trying execute my WAD and Report designer am getting below error message.
    Message Class: RSBOLAP
    MNO : 017
    Description:  Java Communication error : An Unknown Error Occured During Portal Communication
    Thanks,
    GAL

    Check SAP notes:
    916090.
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=916090
    Hope it helps,
    Sam

  • Integrate Workday and ServiceNow applications with SharePoint 2013 online

    Hello, we have to integrate Workday and ServiceNow applications with SharePoint 2013 online and need to display data from these applications
    to SharePoint 2013 intranet site. 
    Any information about the integration of Workday and ServiceNow applications with SharePoint 2013 would be greatly appreciated. Thanks!
    Regards,
    Shailendra 

    Hi Shailendra,
    I searched a lot, there seems very few information from internet and internal about this topic, I'm not familiar with Workday and ServiceNow applicaitons, I would recommend you may post in the following community sites(which should be offcial
    sites) for a better assistance regarding the integration questions between Workday and ServiceNow and SharePoint Online(O365).
    https://community.servicenow.com/thread/174050
    https://community.workday.com/
    http://community.office365.com/en-us/f/154.aspx
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to delete WAD and query objects in sap bi

    hi,
          we need to delete the WAD and query from the BW development server and transport the same to the quality and production.
    please provide the task we need to perform to delete the particular WAD and related queries in the sap bi.

    hi,
    tcode RSZDELETE for query,
    for WAD, Goto your web template-->Select Webtemplate(from menu) and then click on Delete.
    While deleting it'll ask you for the trasport request, Save it in the TR and then move it prd--> web template in prd system will get deleted.
    Note: WAD template can be delete through table RSZWTEMPLATE , but it is not recomended to delete it from the table.. and more over you'll not have autorization to delete entries in prd system.. so its better delete it from dev and save it in a TR and then move the TR to prd
    -jijo

  • Information about WAD and Information Customer Patterns

    Hi,
         Please let me know if you have any idea about WAD and ICP delivered by SAP. Well anybody implemented SAP BW for Chinese customer please mail at [email protected]
    Waiting eagerly for a reply.
    Regards,
    Joy

    ICP are an add on the BW system. The BI template wizard for this avaiable ofr dowload from SDN.
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/bfec9790-0201-0010-cc91-b1b6efd0fbb3
    Also look at the online documentation on ICP;
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/d074408273d062e10000000a155106/content.htm

  • How to Integrate XI and BW/BI step by step Example

    Hi Experts,
    I need any one example how to Integrate XI and BW/BI.
    Reward Points for helpers.
    Cheers,
    Preethika

    Check these........
    /people/kamaljeet.kharbanda/blog/2005/09/16/xi-bi-integration
    /people/sergio.locatelli2/blog/2006/10/15/integration-sap-bi-and-xi-a-critical-point-of-view
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/52398597-0601-0010-868a-fd95f8061d85

  • Has anyone been able to successfully integrate CHARM and BW?

    Has anyone been able to successfully integrate CHARM and BW?
    We are trying to pilot it but cannot find a way of allowing us to control the sequence of importing transports - it's fine for small single transports but we can't see how to control the order of multiple transports or how to re-transport specific indiviual transports.
    Thanks

    You can but you have to install Rosetta from one of your (snow)leopard) disks. It's not a good idea if you don't know what you are doing. But it does work. There are some instructions online if you really want to give it a go. FCS2 is not native intel and Lion is not supporting PPC anymore. So while you can it is questionable if you should. Probably time to up or cross grade.
    Pi

  • WAD and VC eventing

    Hi All,
    Could you guys Please help in eventing between WAD and VC?.
    I tried prakash darji example on Hierarchy, which is more suited to my requirement , but I could not able to achieve outcome.
    Regards,
    Krishna

    Thanks for your response.
    I could able to achive only as below.
    1 . I published hierarchy iview into portal from WAD.
    2.  i created page in portal
    3. assigned VC iview and WAD to page .
    Its working fine. But i have couple of issues.
    1. When I select between or last value from hierarchy . Navigation going back to starting position.
    2.For WEBAPI, My hierarchy node each level of node values are storing in different infoobjects.
    ex: hier0,hier1,hier2,hier3 etc.
    In  document there are only 2 infoobjects 1 for node and other one for value.
    in my scenarion how to pass values from WAD to fetch values.

  • Setting up ALE to integrate cProjects and HR CATS

    Hi Gurus,
    We're wondering if it is mandatory to set up ALE to integrate cProjects and HR CATS.  We found SAP note 954860 and we were trying to understand it, on a functional point of view, before to send it to our Basis team.
    We would like to get some advice on this.
    Could you please give us any hint?
    Thanks in advance for your response,
    Best regards,
    TP

    Hi TP,
    it is not mandatory. Basically you have two options for resources:
    - you can create resources (business partners) manually in cProjects. then you do not need the ALE integration to HR
    - or you can replicate the employee master data to cProjects. then you don't need the manual maintenance, but you have to setup the HR integration
    for CATS:
    - if you like to do time recording through CATS, you need the corresponding integration
    - alternatively you have some easy-to-use task dashboard for the resources involved in the projects inside the cProjects appliation. Users can access the tasks they are responsible for through there. but you do not have full CATS functionality then
    best regards
    Thorsten

Maybe you are looking for

  • Embedded movies won't show up

    I noticed this problem when a friend of mine directed me to a site with an embedded movie object: http://psubuntu.com/installation-instructions/ There are a few issues here: 1. If I look at this site in IE7, it shows up with a red "x" icon for the re

  • Add and Remove Publishers from Replication Monitor using T SQL

    Is there any possibility to add an Publishers from Replication Monitor using T SQL.i am trying to configure the replication using T SQL..i can create all other steps but didn't find any way to add publisher to the replication monitor..kindly suggest.

  • Pattern matching problme - not getting desired result.

    Hi, According my program , If 'san' is in 'sangeetha', then it should display "hello". but I am getting only 'hi' Why ? any idea? <%@ page import="java.util.regex.Pattern"%> <% if(Pattern.matches("san", "sangeetha")) out.println("hello"); else out.pr

  • Styling in the inspector extension (DOCTYPE).

    Hello, I have created an inspector extension that displays some text and a few text fields. The problem is that even that I am using the DOCTYPE declaration, the inspector appears with corrupted style (font is smaller, table has strange padding/margi

  • WSUS 3.0 SP2 on Server 2k8 R2 getting Error 364 and 10032

    This is a FRESH installation of Server 2008 R2, installed with SP1 (no updates applied from Windows Update - I want this to happen via WSUS) WSUS 3.0 SP2 FRESH installation from standalone installer. Installed KB2720211 to correct the issue of client