WAD Issue

Hi,
I have a very peculiar problem where I have pulled a report from WAD to portal. My report is made from 2 queries and I have a selection screen on one query. My selection screen is coming when I execute the query in BeX but on portal the selection screen is not coming.
*Please advice.

Hi,
Check in WAD whether the force variable screen box is unchecked. U need to check that to get the variable screen.
Regds,
Shashank

Similar Messages

  • BI 7.0 WAD Issue

    HI,
    I am using copy of standard webtemplate in BI7 for my requirement.
    In my WAD i have removed standard chart and i included customised chart.After adding this by default table and chart are coming.
    I need to click the display as buuton according to my requirement but its coming default and PDF export also not working.
    Can u please guide me in this.....
    Thanks
    Madhuyl

    Hi Madhu,
    To display variables values you can use an InfoField webitem in your web template. Insert an InfoField webitem in your web template.
    Under 'Internal Display' Property
    -uncheck 'Only Display Values'
    -uncheck 'Display Static Filter Values'
    -uncheck 'Display General Text Elements'
    -uncheck Display Variables -> Only Variables with Values
    Under 'Data Binding'
    Choose the related Data Provider, under 'List of Text Elements to Display', choose 'VARIABLE' as 'Text Element Type' & select the Company Code Variable
    --Priya

  • WAD issue - List Box

    Hi Everyone,
    In my web application I use List Box. The user has the possibility to chose one or more values in this Box.
    Now I am looking for the possibility that one of the values in the List Box is always chosen. How can I do that?
    Regards
    Erwin

    thank you for your answer, but I need something different.
    Example:
    My List Box contains 10 values from 1 to 10. Value 10 should be always chosen. The user can choose one value or ten. He can choose for example: value 1 and 3. It means that if the user choose 1 and 3, 10 should be chosen automaticly. 
    Regards
    Erwin

  • Locking Issue in Planning DSO- SAP BW 7.3 Integarted Planning

    Hi Experts,
    We have built Aggregation Level on Direct Update (planning enabled) DSO and used the same in the input ready queries.( Its complete Manual planning - new row addition feature in WAD).
    We have 5 characteristic and one key figure for planning.
    We are facing lock issue while planning the data i.e. when one user is planning, other user cannot plan.
    The lock relevant characteristic is Column A and the same has been added to the Lock Characteristic tab(RSPLSE) of the infoprovider. The input ready query is also restricted with a variable on Column A (manual input single variable- mandatory).
    While the user opens the Planning Layout and plans the data, we can see lock entry in RSPLSE(locks tab) for the Column A selection in the infoprovider, yet if another user is trying to plan for data for some other selection of Column A, a lock entry in RSPLSE is shown with the selection but it errors in thelayout with lock on the infoprovider and cannot plan the data.
    Any inputs will be of great help.
    Regards,
    Priyanka

    Found the answer.
    We had used the Planning Function directly in the WAD layout before saving data without filter.(basically to check some condition).
    Created the Planning Sequence with Column A filter on the Aggregation level and used the same sequence before saving the data in WAD
    Issue resolved.
    Consider this post as closed.
    Regards,
    Priyanka

  • WAD changes are not reflecting

    Hi ,
    I have WAD Issue ,If i change the present web template and if i do change anything on the present web template and if run this web template it is giving the previous result....it is not reflecting the present changes.
    The changes made in the WAD web template is not replicating on web browser result.
    Thanks,
    SUbhash

    Hi,
    You might invalidate the cache either by restarting the J2EE engine
    (might be the reason why you got the right result after each restart) or
    by calling the function module 'RSWR_CACHE_INVALIDATE'(SE37 : RSWR_CACHE_INVALIDATE   >refresh cache).
    Thanks,
    Venkat

  • Bex Analysis item not scrolling

    Hi
    Can you help me with my WAD issue?
    I have a problem where in WAD, the Analysis item is not sctrolling when pressing button "page down", "page up".
    The only way to operate it is to manually type the page that you require.
    I marked, exactly what cause problem on attached picture.
    Thanks.
    BR
    Michal

    Hi
    Thank you for your answer, I just checked the report again, by selecting less amount of data. I have only 2 pages but buttons are still not working so it must be something else.
    That problem is only related to one report, where I am displaying two queries. Both queries have that same issue. I can not replicate that error on any other report, therefore I can conclude, that error is report specific.
    Do you have any other ideas ?
    Thanks.

  • Issue in WAD Dropdown box functionality. Help req.

    Hello,
    Issue in WAD and Bex.
    I have two dropdown boxes in the web templates, for ex cost center and controlling area.
    DDBox1: Controlling Area.
    DDBox2: Cost center.
    Step1: I am selecting Controlling area 4002
    Step2: I am selecting cost center 691
    Step3: Now I want to change the cost center to 4001.
    When I change the cost center to 4001 in Dropdown box1
    the filter(Selected value 691) set in the Dropdown 2(for cost center) is not removed or reset,
    so that it shows no applicable data found even though there is data for the controlling Area 4001(DDBox2)
    Some one please guide me to solve this
    Thanks in advance!
    Kind regards
    RaM

    Hello,
    Some one please help me on this topic.
    If any further informations required i can give .
    Thanks
    RaM

  • Issue with export in Excel in WAD

    Hi
    I have an issue with export to excel in WAD. I have a web template with two or more tabs.
    On the webtemplate I have two buttons to export to excel. One to export the content from the active tab and one button to export content in all tabs.
    My problem is that when I export to excel it always add the current/active content twice. I've tried with both buttons and they work as expected except that they export one table to much (the active).
    can anyone help / give a clue what to look for.
    br,
    John
    Edited by: John Dolph on Apr 15, 2010 10:50 AM

    Hi
    Sorry I has been a while but the problem still occurs,
    I've defined my export button group like this in a seperate template and I expected that it would only return the resultset from TAB_A and TAB_B but it also export the resultset from the tab I'm currently on.
    <bi:TEMPLATE_PARAMETERS name="TEMPLATE_PARAMETERS" />
                <bi:BUTTON_GROUP_ITEM name="TAB_BUTTONs" designheight="23" designwidth="300" >
                    <bi:BUTTON_LIST type="ORDEREDLIST" >
                        <bi:BUTTON type="COMPOSITE" index="2" >
                            <bi:CAPTION value="EXCEL" />
                            <bi:TOOLTIP value="Table, Graph and/or Table/Graph download to PDF" />
                            <bi:ACTION type="CHOICE" value="INSTRUCTION" >
                                <bi:INSTRUCTION >
                                    <bi:EXPORT >
                                        <bi:ITEM_REF_LIST type="UNORDEREDLIST" >
                                            <bi:ITEM_REF index="1" value="TAB_A_ANALYSIS" />
                                            <bi:ITEM_REF index="2" value="TAB_A_CHART" />
                                            <bi:ITEM_REF index="3" value="TAB_B_ANALYSIS" />
                                            <bi:ITEM_REF index="4" value="TAB_B_CHART" />
                                        </bi:ITEM_REF_LIST>
                                        <bi:EXPORT_FORMAT value="XLS" />
                                    </bi:EXPORT>
                                </bi:INSTRUCTION>
                            </bi:ACTION>
                        </bi:BUTTON>

  • Issue with links on WAD Template when transporting from BWD to BWP

    Hello experts,
    We're facing a problem in our project.
    Until now we we're working directly in a productive system, but last week we've copied our productive system (BWP) to the development system (BWD).
    Now we change almost everything in BWD and then transport to BWP.
    However, our templates that have been constructed in the Web Application Designer (WAD) have some links that have dependency on the string 'bwd', example:
    "http://sapbwd.tap.pt:8"
    All the links with this issue are ragarding to workbooks constructed over the Excel (BEx Analyzer).
    When we transport the template to BWP the link remains the same, where the link should be "http://sapbwp.tap.pt:8"
    We would like to eliminate this issue, eliminating the reference to the system (BWD) or changing the link name when the template was transported to BWP.
    Is there any easy way to workaround this problem?
    We're counting with your knowledge and know how to help us.
    Best Regards,
    Rui Romba
    Portugal

    Hi Rui,
    i don't know if understood you well, but if your requirement is to restrict users and queries execution to a specific server the solution is to create logon groups (transaction SMLG1), however this solution have impact not only in reports execution but also in the login options.
    In this transaction you define for a group which instance server is allowed, in your case you could specify the server where the reports should run.
    I strange the fact of your Wad reports allways open in the correct server, but it could be due to authorization definitions.
    Hope it helps.
    Renato Pedro

  • Issue with Bookmark functionality (using java script) in WAD.

    Hi,
    I am working on a WAD report and instead of using the default bookmark functionality within WAD, i use a java code to get the bookmark url in a new window.
    But the problem is the java code is not working consistently at all times.
    Issue1: If i click on the bookmark button on the report for the first time, it will open up a new window with the bookmark link. But if i close that new bookmark url window and again click on the bookmark button, a new window is opened which displays the template corresponding to the bookmarkk generated earlier (the report in its executed form), instaed of the bookmark url.
    Can anyone help me to correct this issue. At any time i click the bookmark button i want to get the bookmark url opened in the new window, instead of the template.
    Issue2: The bookmark is not at all working at particular times. It will show error message at the bottom the page. What I am  thinking is, this is because of the misalignment of the java code when you sava the WAD report. The java code is so sensitive that it gets realigned each time you save the WAD report. But sometimes even without making any changes also it is not working.
    If anyone has any suggestion or inputs for solving these issues pleese help ASAP. The java code i used is given below.
    function createBookmark()
    var bwUrl="<SAP_BW_URL CMD='BOOKMARK'>";
    child1=window.open(bwUrl,'win1','width=1,height=1,alwaysLowered=0');
    window.focus();
    //Ensure that BW completed generation of the bookmark url.
    now = new Date();
    startTime = now.getTime();
    delayTime = 3000;
    //Set timeout to 3 seconds
    waitTime = startTime;
    //check if the bookmark url is ready and timeout after the specified time (delayTime).
    while (waitTime<(startTime+delayTime))
    now = new Date();
    waitTime = now.getTime();
    //BW identifies a bookmark using BOOKMARK_ID. The presence of this string
    //in the url is used to identify creation of the bookmark. If bookmark
    //is created on the server, proceed to the next step.
    if (child1.location.href.indexOf("BOOKMARK_ID") >0) 
    break;
    bookmark_url = escape(child1.location.href);
    bookmark_url = bookmark_url.replace(/%3A/g, ":");
    bookmark_url = bookmark_url.replace(/%3F/g, "?");
    bookmark_url = bookmark_url.replace(/%26/g, "&");
    bookmark_url = bookmark_url.replace(/%3D/g, "=");
    var base_url = window.location+"";
    var base_index = base_url.indexOf("?");
    base_index = base_index + 1;
    var book_link = base_url.substring(0,base_index);
    if (book_link.indexOf("sapdbi")!=-1)
    book_link = "http://dep.xxx.com/sso/index.jsp?target=BW&";
    if (book_link.indexOf("sapqbia1")!=-1)
    book_link = "http://qep.xxx.com/sso/index.jsp?target=BW&";
    if (book_link.indexOf("sapqbia2")!=-1)
    book_link = "http://qep.xxx.com/sso/index.jsp?target=BW&";
    if (book_link.indexOf("sappbia1")!=-1)
    book_link = "https://portal.xxx.com/sso/index.jsp?target=BW&";
    if (book_link.indexOf("sappbia2")!=-1)
    book_link = "https://portal.xxx.com/sso/index.jsp?target=BW&";
    if (book_link.indexOf("sapqbi")!=-1)
    book_link = "http://qep.xxx.com/sso/index.jsp?target=BW&";
    if (book_link.indexOf("sappbi")!=-1)
    book_link = "https://portal.xxx.com/sso/index.jsp?target=BW&";
    var book_index = bookmark_url.indexOf("?");
    book_index =   book_index +   1; 
    var book_length = bookmark_url.length;
    var temp_link= bookmark_url.substring(book_index,book_length);
    portal_bwUrl = book_link+temp_link;
    child1.close();
    // The below two lines are not necessary, it is left for reference.
    // https://portal.xxx.com/sso/index.jsp?target=BW&SAP-               //LANGUAGE=EN&language=EN&cmd=LDOC&TEMPLATE_ID=IPUWT_FRAME
    bookmark_window=window.open("",'_blank','width=1000px,height=30px,status=0');
    bookmark_window.moveTo(50,500);
    var body_tag = '<body leftmargin=3 topmargin=3 bgcolor=#cad4e3 class=&amp;SAPBEXTbsBdyEdg&amp;>';
    var body_text ='<p><font face=Arial size=2>
    This bookmark can be copied and pasted to Internet Explorer-Favourites, mail or other documents:
    </p>';
    bookmark_window.document.write('<title name="SAP_BW_TITLE_!IID_171">Bookmark</title>',body_text, body_tag, portal_bwUrl, '</body>');
    Thanks in Advance.

    Hi Danny
    Thanks for the update
    Hi Danny
      Thanks for the update.
      I can't find any code in the attachment.Its a Web Page.
      Rightclick on webpage and View Source
      Then i can find Code.
      Still it is not working
    Issues: Which object i have to replace with the URL in the code
    Value = 'Weekly'
    or
    fun(WEEKLY REPORT)
    and
    when i paste that code in the XHTML tab of template and tried to save it,The scripted is changed
    Please update how to proceed
    Thanks

  • Issue in format of WAD Report while broadcasting in MHTML

    Hi all,
    We are facing an issue in the format of the WAD template into MS outlook email account which is used for broadcasting via emails using MHTML option. The output of the broadcasted emails is different from the actual output of the WAD template (as seen on the screen). On the screen, the user sees borders for all the cells in the table and the result rows and header rows & columns, etc are in different colors.
    However, in the MHTML this is not seen. The user requires the same
    output format as is seen in the template/screen. This problem is seen
    in Production, Quality and Development environments.
    We have scheduled the broadcasting via MHTML.
    Please suggest.
    Regards,
    Macwan James.

    Hi Ravi,
    I do not agree with you.  We have the same problem as James, when we look at the email in transaction SOST (SAPconnect: Transmission of emails), the email contains the report in format exactly as what we see when we run it in web online (with borders, colors & etc).  This means that the report has already been formatted correctly at the point of sending out in email.  Is only that the format changed when the recipients received the emails.
    And also, there's no customization on the colors, borders whatsoever.  The standard SAP layout is used.
    Any other thoughts?
    Regards.

  • Issue with Default Variable in WAD after Java Patch 7.01.7.31

    Hello all,
    I'm running into an issue with the Web Application Designer Template execution for a particular default variable. This started occuring after Java Patch 7.01.7.31 we had implented over the weekend.
    The issue is when Executing the WAD Template, we have a selection screen with a variable with default values assigned to it. When leaving the default values and hitting Ok to execute  through the screen does not register and stays as is and I get a message at the top with the following: Characteristic Prob % Number has no master data for "1.00" or you do not have authorization.
    This only seems to occur for this default variable on info object Prob % Number, the other default variables seem to work fine. Also another note when clearing out the values it returns data and executes through. The value 1.00 is also a valid value in the cube and also in the output display. If we run this report in the BEx analyzer, the selection screen executes through with the default variable perfectly fine, this is only an issue with the Web Application Designer Template.
    Has anyone ran into this? I've searched and have not found any notes as of yet.
    Thank you,
    -Andy

    Dear Andy,
    Please raise this to SAP, seems like a strange problem this needs to be addressed by OSS note only.
    Close this thread once you get a solution.
    Regards.
    Den

  • Issue with 'Comment' functionality in WAD Report

    Hi All,
    We have a issue while entering comment in a WAD report.
    We are entering comment (eg:'Approved') to a Document 'ABC' belongs to Comp Code '123'.
    After saving the comment  we should ideally see the following
    Document
    Comp Code
    Comment
    ABC
    123
    Approved
    But with the above action Comment is also being copied to all the Comp Codes which has Document 'ABC' .
    For eg if the Document 'ABC' is being used in another Comp Code '456' then the comment is also copied to that.
    Comp Code
    Comment
    ABC
    123
    Approved
    ABC
    456
    Approved
    ABC
    567
    Approved
    Comment should be applied to unique Comp Code and Document combo s. Please guide.
    Regards,
    Priyanka

    Where do you see the standard cost as '8.42'? In listcube?
    It is likely that there is nothing wrong with what you see. JPY currency's conversion factor is different from other currencies in the standard system. It is likely that the 'real' value <i>is </i> 842 Yen (Yen amounts not having any decimals in real life).
    Adding further -
    This behavior (if it is the reason) is due to the decimal place settings for currencies (stored in table TCURX). This is not meant to be changed.
    Message was edited by: Ajay Das

  • Variable input values issue with Portal reports in WAD

    Hi Gurus,
    We have issue with our reports which are created in WAD and when executed through CRM portal. We are executing the report with some selection criteria by changing default values, and once we get the out put we use SAVEAS option to save the report to favourites. But  the issue arises when we open the reprot again by clicking OPEN tab next to SAVEAS button. It opens our report, but the selection screen vaues are getting changed to default instead of showing the values which we entered before saving the report.
    ex: we have fiscalyear/period: default value is 001.2009 - 010.2009, but i changed the value to 001.2010 - 010.2010 and saved the out put of the report. when i reopen the report useing open option, it is showing 001.2009 - 010.2009 in input screen.
    Please let me know if some one has come accross this issue, or is it standard SAP behaviour. It is working fine when executed through Query designer. This is not related to personlization of variabl.es.
    Regards,
    Yada

    Hi Hari,
    Thanks for your promp response...but is there any settings to get the variable values with out saving as variant, because its working fine when executing through query designer....
    Regards,
    Yada

  • Issue with IP variable binding in WAD

    Hi experts,
    I'm having issues while trying to bind variable1 to variable2 in WAD. Here's the scenario:
    I have configured through T-code rsbbs the QUERY A, which is passing two "generic" characteristic values to the receptor (QUERY B).
    These two characteristic values are sent to the variables that are executed by formula (sequence) AND also to the variables in QUERY B.
    The issue is when the user changes the variable selection (thru pop-up) for the formula (sequence), it does not update the variable from the Query B, thus, I can't see the correct selection for Query B after executing the sequence.
    I've read numerous postings and I tried to bind these two variables (variable from formula sequence to QueryB variable) as a next command after the sequence execution unsuccessfully. The variables are not updated, it always shows the values before the user change.
    PS: version 7.
    Please help!
    Thanks,
    Orcamento

    Hi Prathish,
    Thanks for your reply. However, the issue has not been solved.
    Let me try to explain in more detail...
    E.g.
    Step 1: Query A sends value thru RSBBS to Variable 1 (Query B), and Variable 2 (fox formula from IP) by right clicking on "GO TO" from selected cell>> OK.
    Step 2: WAD opens with Query B - with variable values sent from Query A >> OK.
    Step 3: User changes value of FOX Variable 2 (this value was first sent from step 1)... let's say that value passed from Query A was 10, and user changes to 20. Then, execute the function >> OK.
    Step 4: Since Variable 1 still contains value 10 sent by RSBBS, Query B does not show results just changed (value 20).
    I believe that I can bind these two variables through WAD, but I tried unsuccessfully.
    Do you know if there are any configuration that I can bind these two variables in WAD, which should work dynamically?
    Thank you so much for your help!
    Orcamento

Maybe you are looking for

  • Data is not getting displayed into a table

    Hi, here i used 2 views Personal info view :--user fill the details in this and clicks go...Then the user entered details should be displayed into a table view... In context of personalinfoView i took a node as "personal" and added the details as att

  • DVI to VGA cable disables trackpad

    Used the mini dvi to vga cable for months with no problem. Today i plugged in the DVI and the track pad was disabled - could not use track pad at all. Additionally when i select system preferences and display the display is automatically reverted to

  • Installed iTunes 9 as advised and now I can't access store

    Hi, just installed iTunes 9 and advised when trying to purchase a film and now I can't access the store. I can access my account etc but just get a blank screen when trying to access store! Have tried technical support but they say it's my computer's

  • Regarding Tree structure display in Webdynpro ABAP

    Hi Experts, I am very new to webdynpro ABAP , I was asked to implement some functionalities of RWBE transaction in webdynpro , in RWBE transaction list can be displayed as Tree structure , in webdynpro how i can implement this ? using ALV UI element

  • Accessing source schema via synonyms

    Hi, We are using oracle 10g for source and target and OWB 10.1 for our ETLs. The DBA is not ready to give password to connect(register) to the production source schema. so how can we register the source module in OWB? We have thought of these 2 appro