GOTO option in WAD 7.0

Hi,
     We had created the pie chart on the customer sales query in the WAD 7.0 and by using RRI we are opening the other WAD template(product details) by clicking on the goto option on the chart.while assigning in RRI we have not taken any
in pie chart we are having two areas with 30% and 70%.
My requirement is when i click goto option on the 30% it should show the product related to that particular customer .
Currently it showing products for all the customer.
Please suggest us here.

Hi,
    We had mapped the customer fields as suggested,but still it showing all products when i click on goto option.
     for Ex if select the goto option on the 30% customer it should show the products for that customer only.
      Is there any option we need to use in WAD 7.0 side for showing the products only for the customer .
Please suggest here.

Similar Messages

  • Error when used GOTO option in Web Report which is published in EP

    Hi All,
    I ran the report Process Chain Status report in EP and I got the data for that.When I right click on the one process chain and clicked GOTO option ->clicked on Process Chain Log and its giving the following error.Pls help me out regarding this.
    ---Error when processing your request -
    What has happened?
    The URL .... was not called due to an error.
    Note
         The following error text was processed in the system XXX: Template interpretation cancelled, syntax error.
         The error occurred on the application server xxx_yyy and in the work process 1 .
         The termination type was: RABAX_STATE
         The ABAP call stack was:
    SYSTEM-EXIT of program SAPLRSRR_WEB
    What can I do?
         If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system xxx in transaction ST22.
         If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server  xxx_yyy in transaction SM21.
         If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 1 in transaction ST11 on the application server xxx_yyy . In some situations, you may also need to analyze the trace files of other work processes.
         If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-https -c: 500 -u: XBW -l: E -s: xxx -i: xxx_yyy -w: 1 -d: 20091208 -t: 113254 -v: RABAX_STATE -e: ITS_CANT_LOAD_INCLUDE
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Your answers will be very  much helpful for ontime delivery.
    Thanks in advance,
    BI User

    Hi,
    I guess you can refer this SDN thread
    Error running SOAMANAGER
    Rgds,
    Murali

  • Print Option in WAD

    Hi Gurus,
    Please advise how to configure Print option in WAD report. Iam able to do export to excel & pdf without any issues. What Iam looking is to have a similar button on the report called Print and when we click it should come up with print setting options.
    Thanks!!

    1)Using the Print Version context menu option
    2)Using a pushbutton or a link that was defined with the Web API command Export Web Application with the associated parameterization (PDF)
    You may wish to check this.
    http://help.sap.com/saphelp_nw70/helpdata/en/43/68ce8391886e47e10000000a422035/content.htm
    Hope it Helps
    Chetan
    @CP..

  • Select Variant option in WAD

    Hi Experts,
    We have created variants for our query in Bex , however we are not able to get the Select Variant option while executing WAD. Please let us know how to include Select Variant Option in WAD so that we can use the variants that we have created.
    Regards,
    Uday ...

    Hi Uday,
    maybe you can use url command "&variant=<your variant>"
    regards Sven

  • GoTo Option

    Hi All,
    Using GOTO option we are able to jump to another query. We did settings on BW side using RSBBS.
    Now the jump query part works fine. except we want to jump to pre-define workbook instead of new workbook each time AO will create.
    Is it possible to setup something like jump to a particular workbook?

    Hi Gaurav
    yes that is possible. Do you know the files with the extension *.aaox?
    Thats a XML file which is for example created if you are opening a workbook from the launchpad.
    This XML is used by the AO Launcher for executing a query or opening a workbook.
    You just have to create your own AO Launcher file, i.e. in VBA and than AO will open with the given workbook.
    Your XML should like this:
    <?xml version="1.0" encoding="utf-8"?><AnalysisLauncher>
       <Connection type="NW">
       <System>SID</System>
       <Language>EN</Language>
        <Server>usciy1w</Server>
        <SystemNo>01</SystemNo>
         <Client>000</Client>
    </Connection>
      <User>
        <Name>UEBERSCHAER</Name>
         <Password>mypass</Password>
      </User>
        <Open type="Document">   
    <Name>MyWorkbook</Name>
    <LocalPath>c:\temp\LaunchableFile.xlsx</LocalPath>
      </Open>
    </AnalysisLauncher>
    Regards
    Thorsten

  • Goto option for reports

    hi
    I have a report to report interface for two reprots.
    one is summary and other one details
    when i run the summary report in portal I have(with my user-id) the option "GOTO" to go to the details report.
    But the option "GOTO" is not available to the users who have the authorizations to access the two reports in portal as well as in BW.
    I check by giving the same authorizations of mine to the users but still they are not able to see the option.
    How to overcome this issue.
    Please help me
    Sridath..

    HI Sridath,
    Go to  TCode -PFCG abd give the Role u have assigned to the Users,in that go to the User tab and give both the users ID and press user Comparision Tab.You shud get Green Colour.
    Rgds
    SVU123
    Edited by: svu123 on Jan 12, 2009 11:03 AM

  • URGENT-Simulate GOTO option as a button click

    Hi Gurus,
    We would like to JUMP from first query to second query, maintained all the sender and receiver settings in the RSBBS. It is working when we select the characteristic and right click and select GOTO. But the user doesn't want to do the right click and goto.
    He wanted to have that action as a button click. Please help simulating that action as a button click
    Thanks,
    Raj.

    To my knowledge you need a lot of javascript coding in WAD for this for calling the Reciever Report amd passing the variable parameters. because this functionality is not possible through RSBBS

  • Print options for WAD

    Hello All
    My WAD template has mutiple queries inserted into it: total of 5 queries. The template works fine, but when I try to print it.. only one among the 5 queries shows up in the 'print preview'. What is the property that I need to change to see all the query results in the 'print preview'??
    Regards.

    Thanks Ian and Andrey for your suggestions. I had researched on it and found the same solution.. use my own Button Grp with binding option. Now, I have all the necessary objs on my printout.. except for the 'Company Logo'.
    Now, I read other thread where the suggestion is to copy and change the 0ANALYSIS_PROCESS_TEMPLATE. Is there a better way of capturing the 'Company Logo' on my printout??
    Regards.

  • Save as option in WAD 3.x

    Hi All,
    I am using WAD 3.x(customer request), I want to download the file to Excel(or .pdf format).  Is there any standard template to export the file.
    Thanks and Regards,
    Sheeba

    In WAD 3.5 I find this from 0ADHOC_TABLE:
    <!-- Display Export Excel--->
    <td>
    <table class="SAPBEXBtnStdBorder" cellspacing="0" cellpadding="0" border="0"><tr><td nowrap>
    <table border="0" cellpadding="0" cellspacing="1"><tr><td nowrap class="SAPBEXBtnStdIe4">
    <A class=SAPBEXBtnStd  title="<SAP_BW_TEXT program='SAPLRRSV' key='710'> <SAP_BW_TEXT program='SAPLRRSV' key='738'>" href="<SAP_BW_URL CMD='EXPORT' FORMAT='XLS' DATA_PROVIDER='DP'>" ><nobr> <SAP_BW_TEXT program="SAPLRRSV" key="710"></nobr> </A>
    </td></tr></table>
    </td></tr></table>
    </td>
    <td>  </td>
    It will appears as a button "export to xls file".

  • Calender option in WAD

    Hi Experts,
    I have a requirement where in i need to take from_date and to_date as input from the user. For this , currently, in WAD, i have put two text boxes where in the user should enter the input manually.
    But is there a control (something like F4 on textbox) where in he clicks and a calender opens up and he can select a particular date and the selected date gets stored in some variable?
    regards
    akshay

    Hi Akshay,
    Go through this link..
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/f5daaddfdb4c60e10000000a155369/frameset.htm
    Hope it is helpful..!
    -Pradnya

  • Wad goto - language problem

    Hello,
    I have the following problem: we have an report in our portal and in the I-view we set the default language to English.
    We defined a more detailed query which is called via the goto option (rsbbs). The problem is that in the detailed view automatically the language of the internet explorer is used and we do not have the necessary translations to all languages.
    Is there any possibility to set the language to English without modifying the standard language of IE?
    thanks and kr
    Margit

    please maintain the correct codepage in the SAP GUI.
    (Launch the SAP Logon pad -> do a right mouse click on the system id ->
    "properties" -> "SAP system" -> "additional..." -> "language settings"
    -> Codepage / language

  • RRI values in WAD

    Hi,
        We have created the pie chart on the product query in the WAD 7.0,
        Product query is linked with Customer WAD template(3.5) by using RRI.
        After executing the pie chart i will check the goto option by selecting the particular product in the pie chart,but here customer template is displaying all the customer.
    we like to see only the customer related to particular product i had selected in the pie chart.
    Please suggest here.

    Venkat,
    In transaction 'RSBBS', where you create the assignment between the 'Sender' and 'Receiver', select the 'Receiver' query and click on 'Assignment Details'.
    In the 'Field Assignments', for the 'Customer' field select the 'Selection Type' as 'Parameter' and also select the 'Required Entry' check box. This will ensure that only one customer value is passed on to the 'Receiver'
    Hope this helps.
    Please let me know the outcome.
    Regards,
    Sri.

  • Layout View is empty in WAD 7.0

    I have created a WAD with tabstrip. This WAD runs fine when executed but in the web application designer the Layout View is empty. I can see all the web items in the overview tab and XHTML tab is OK too. Just the layout view is not showing anything.
    The problem is only in this WAD all other WAD applications are fine.
    Has anyone come across this problem and if know the resolution?
    Thanks
    Amit

    Hi Sriman.
    Thank you for the reply, but that does not solve my problem. I know that there is a size A4 210x297 mm, but i cannot use that as i have to use the other one only.
    It is very surprising, that i dont have that option in WAD while designing, but get that option when i execute the query.
    I guess i will have to post it to SAP, so they can create a note for this.

  • Option "Show in Legend" in Series customizing

    Hello all,
    we create charts with various lines, but want to exclude some of them in the legend.
    In WAD 3.X there was an item in Chart editor / Series customizing: "Show in Legend" with values "automatic"/"always"/"never"
    I can't find this option in WAD 7.0 (patchlevel 13)
    Any Ideas?
    DG

    Hi DG.
    If you go to the chart editor and step 4 don't you see the properties for legend?
    It might be because of a difference in the front end versions of your SAP GUI/BI.
    Hope it helps.
    BR
    Stefan

  • Authorization for GoTo Context Menu Item in BI 7.0

    Friends,
    I am looking for the authorization object that controls whether or not a user can see the 'GoTo' option in the context menu on a query cell.  I have a need to have it on for some users and off for others.
    Thanks in advance.  I will award point of course...
    Regards,
    KB

    Was not an authorization for the context menu item, but authorization for the jump target.

Maybe you are looking for

  • Does anybody know how to read from a .doc???

    This isn't for a project or anything, just simple curiosity.

  • I cant boot over the Net

    I tried a network boot by choosing F12 showed on the startup menu to connect to a W2K RIS server. the system seems to ignore F12 and starts from the HD. the onboard LAN adapter (Intel 100) is activated. then i tried to make a net-bootdisk with the RI

  • Adobe Air+ Flex applications to build from database

    Hi, I know how to create a Flex application from database.But when we are developing a flex application from database using Adobe AIR,i'm not able to run the application.It is throwing an error saying .xml file is missing.Can anyone help me out with

  • "Please choose an existing Eclipse 3.1 ..."

    I can't get past the "Please choose an existing Eclipse 3.1 (or greater) folder to be updated" dialog box during installation of FlexBuilder2_B3_05-08.exe, plugin option. I'm most certainly pointing to the correct location of my Eclipse 3.1 folder, a

  • Can you restore an ipod outside of itunes?

    several days ago my computer ceased to recognize my ipod. (i've got ibook g4, latest osx, and 5G video ipod.) i'm not sure the cause. i made a couple of simpletext files to view as notes and put them on the ipod, then ejected in the usual manner. whe