Question in WAD

Its regaridng EXPORT command in WAD. I have a template A with all web items. I used a pushbutton
and assigned EXPORT commmand in XLS format. In the EXPORT command properties, we have a property Internal Display -->Web Template  to choose the web template so that we can see A data in the selected template format.
Now when I leave this Web Template Parameter as default ( which means EXPORT is using same template A itself as the Excel Export template), and after running A report and click on the Export Pushbutton, I get a popup to Open/Save/Cancel the XLS document and the data is displayed in excel sheet which is fine.
But when I choose a template of my own (say Template B) in the EXPORT command property, then im not getting any
popup for Open/Save/Cancel and the data is opening up in  a web page with excel format. I dont understand why its different! I want to open the exported data in a excel sheet not in web page in excel format.

Hi
Please replace the export to excel code with below piece of code in  to the XHTML TAB of your web template
<bi:BUTTON type="COMPOSITE" index="2" >
  <bi:CAPTION >
   <bi:text program="SAPLRRSV" key="748" />
     </bi:CAPTION>
      <bi:TOOLTIP >
         <bi:text program="SAPLRRSV" key="748" />
      </bi:TOOLTIP>
   </bi:ACTION type="CHOICE" value="INSTRUCTION" >
  <bi:INSTRUCTION >
<bi:EXPORT >
<bi:TEMPLATE value="0ANALYSIS_PATTERN_EXPORT" text="Analysis Pattern Export" />                                                            </bi:EXPORT>
</bi:INSTRUCTION>
</bi:ACTION>
</bi:BUTTON>
Assing Points if helpfull.
Rajesh

Similar Messages

  • Question about WAD 3.5 and Firefox 3.0

    Hello everyone,
    I have a question concerning WAD 3.5.
    Our company is migrating from Internet Explorer 6.0 to Mozilla Firefox 3.0.
    All right, when we execute a WAD template web in IE6 and hover the mouse over a graphic's legend, we are able to see an ALT text - that yellow-rectangle wrapped text.
    In Firefox 3, however, we are not able to see the ALT text when we hover the mouse over a graphic's legend. Does anyone knows if there is anyway to make it work in Firefox, or is it a browser / WAD version limitation?
    I know WAD 7.0 work just fine with graphic's ALT attribute, but at this moment we have to try to make it work in WAD 3.5.
    Thanks in advance for you attention.
    Carlos Eduardo Lacombe
    Edited by: Carlos Eduardo Lacombe on Dec 9, 2008 1:26 PM

    Ok Mike, thank you very much! I was already guessing it would really not work in Firefox, and we would have to look for alternative solutions.
    We followed your advice and we are now trying to use a Firefox plugin named IE Tab, and it looks like its going to solve our problem.
    Thanks a lot for your attention.
    Sincerely,
    Carlos Eduardo Lacombe

  • Question about WAD print version configuration

    Hi gurus,
    We are having a problem with the WAD print version. We have created two WAD templates, one of them is for be viewed at the portal and the other one for the export to PDF.
    Our template has several tables(data providers) in a horizontal line. The template for the export is exactly like this original template, but despite this, when we press the "print version" button in the portal, the PDF appears desconfigure and shows the data providers one under the other, in a vertical line.
    We have tried to change the size of the data providers but we are not getting the expected result.
    Could anyone give me some idea of how to proceed correctly for this situation?
    Thank you in advanced.
    Manuel.

    Ok Mike, thank you very much! I was already guessing it would really not work in Firefox, and we would have to look for alternative solutions.
    We followed your advice and we are now trying to use a Firefox plugin named IE Tab, and it looks like its going to solve our problem.
    Thanks a lot for your attention.
    Sincerely,
    Carlos Eduardo Lacombe

  • Question on WAD's "Variable Entry" screen values

    Hi,
    I've one Web Template Report contains "Variable Entry" screen.
    It has one entry for Plant.
    Also inside a report I'm having one DropDownList that is for  Plant only.
    My Requirement is:
    If I enter some "1000" as a input in Plant at Variable screen, that same "1000" should be passed inside the report. And that corresponding DropDownList should show the "1000" as the selected value.
    Now I'm getting "Show all values" as the default selected item.
    Kindly suggest to achive this requirement.
    Full points will be given.
    Thanks
    -Jay Jay

    Hi,
    1)If i didn't give any value in Variable Entry screen, in the result DropDownList shows "No data" in disabled mode.
    Ans. Since you have not checked "Display All Values", i think if you dont give any selection in the Variable Screen, the DropDown box will not be highlighted.
    2)The Selected plant Not only having Name and id, But also having all characteristics like, 1402,Pen,Business Partner: xxxxx, Distribution channel:xxx, etc.,
    Ans. Since we are reading from the Master Data, i think all these values will also be displayed.
    I still dont know if you are using WAD 3.5 or 7 ? Maybe we have better options in 7. You can try with different properties.
    Hope it helps.

  • Command EXPORT / WAD

    Hello,
    I have a question in WAD,regarding EXPORT command  in the command buttons Excel Export and Print PDF (for example).
    Indeed, in the EXPORT command and more specifically in data integration I must to put lot of web items,can we put lot of web items automatically or we must to put web item by web item for each WAD report ?
    Thank you in advance for your reply
    Best regards

    Hello,
    Thanks Emmanuel for your reply.can you give me an example of this code please ? because I I've never coded in ABAP !
    I have another question about Unit Tests of Queries BeX and WaD,including the test values of the ratios of the request in BeX and the buttons in WAD ? How can we proceed ?
    Thanks for your reply

  • Using Navigation Pane and Filter on WAD

    Hi experts,
    Couple of quick questions regarding WAD :
    1) When I first execute the WAD planning layout, I basically get the selection screen based on the variables that were defined on the query. One of my variables is basically a naviagtional attribute. After I make the selection and execute the WAD based layout, I get my results screen with my plan data. But I also want to see above my layout the values that were  entered in my selections when I executed the layout. I treid to use the 'Navigation Pane',  and by defining it to show me those ' Free characteristics in my query'.
    The problem is, it only shows me those 'Free characteritics', but does not show me the VALUES that I selected for those free characteristics. What am I missing ??? It seems like you can only using them for drag&drop.. !!  I need a way for the layout to show/default those values that were originally selected when the template was first executed.
    2) I created a 'Drop-down' in WAD for one of my naviagation attaributes. I defined it as follows:
    Data Binding :  Char/Structure
    Data Provider: Query that I have that reads the navigation attribute from master data.
    Characteristic: Selected the techincal name of the navigational attribute.
    Affected Data Providers : Since I have 4 querieson the one web template that will be affected (changed) by this drop-down, I have listed all 4 here.
    The problem is, when I execute query, and I get to my results area, when I select a different value from my drop-down of that navigational attribute, the results area does not change. In other words, the drop-down selections have NO affect on any of my WAD layouts (results area). It keeps and stays on the original results. Can someone helps with this.
    Thanks

    Hi Ehab,
    For the first one, you can have a property in the Template properties.
    Click on anywhere in the template other than on web items. Now select Web item properties tab on the left side. Go to "Entries in Context Menu">"Display Variable screen">Always Display.
    By doing this, the variables you have selected will not be displayed once you have executed but you can go to variable screen with the selections you have made in that execution using Context menu.
    Hope this helps u...
    Regards,
    KK.

  • Regarding FAQ

    HI Experts
    Plz help Interview questions Regarding WAD,BPS and APD??
    Tnks&Reg
    Sudha

    Gita / Sudha ,
    Did you check the forums for the same ...? a lot of such questions are posted already .. please go through the same and then if you have any specific questions you could not locate , we would be only too glad to be of help.. The question you have asked is too generic and is more of a summarization of the whole forum...
    My 0.02
    Arun
    P.S Is it Gita or Sudha ????

  • WAD question: fix each chart series to a specific key figure

    Hi All,
    I hope you can help.
    In WAD is it possible to fix each series in a chart to a specific key figure from the data provider (query)?
    We need to be able to do this because the opening position of our query has a number of hidden key figures, that are displayed later in navigation.
    Without being able to fix the series to key figures, in the opening view some key figures are appearing as columns rather than lines and vice versa.
    Thanks and regards
    IM

    Thanks for your help, Pcrao.
    My scenario is:
    I have 15 key figures in the columns of my query (data provider).
    The first 12 of these KFs are to be displayed as bars (columns) and the last 3 as lines in the chart of my web query.
    I can set this no problem in WAD.
    But my problem is that because a number of my key figures are set as hide in the query designer (to be unhidden later in navigation) the last three KF's are displaying (incorrectly) as bars until I unhide all KF's in the navigation.
    In other words, it seems to me that I need to fix each series in the chart editing to a specific key figure. But I don't know how.
    Thanks again and regards
    IM

  • WAD Question

    Hi,
    I have a WAD report and im using another wad template to export my data to excel. I have a INFO web item which is passing all variables used in the report to excel. Now I wud like to pass all variables other than exit variables to excel. Is this possible. Im using the same excel export template in all wad reports and each wad report has diffferent set of variables. So Icant really list out the variables that i need to pass to excel using 1 INFO web item each for 1 variable.

    Hi Rahul,
    InfoField webitem only provides you display options for static/dynamic filters & all/specific variables with/without values. If your customer exit variables return values before display of variable screen, I'm afraid they will show up, else you always have the option to display only variables with values.
    --Priya

  • *** Question How to load a file into BI-Integrated Planning and use WAD 7.0

    Hi, I created an manual DTP upload to my planning infocube and it works fine.  The transformation rules convert 0CALMONTH into the relevant Calendar and Fiscal characteristics.   So all of my Time Characteristics are fine, both Calendar and Fiscal.
    However, When using the "How to load a file into BI-Integrated Planning and use WAD 7.0" solution, only the Calendar Characteristics are populated and not the Fiscal.   The upload application somehow knows to populate the 0CALMONTH2, 0CALQUART1, 0CALQUARTER, and 0CALYEAR.  
    How can I get the upload to populate my Fiscal Period Characteristics?
    Would it be best to modify the "Upload Application, or can I write a planning function to update the fiscal characteristics, or some other way?
    Thanks!

    My planning data is being uploaded via the SDN Planning File Upload Solution. What I did was end up modifiying the upload class ZCL_RSPLF_FILE_UPLOAD Method EXECUTE.
    I added the following code if anyone is interested.
    *{ INSERT BWDK902323 1
    THIS SECTION OF CODE POPULATES THE FISCAL PERIOD CHARACTERISTICS
    USING THE FISCAL YEAR VARIANT 'NK' AND THE CALENDAR MONTH/YEAR
    FIELD-SYMBOLS <0FISCVARNT> TYPE /BI0/OIFISCVARNT. " Fiscal Year Variant
    FIELD-SYMBOLS <0FISCYEAR> TYPE /BI0/OIFISCYEAR. " Fiscal Year
    FIELD-SYMBOLS <0FISCPER> TYPE /BI0/OIFISCPER. " Fiscal Year/Period
    FIELD-SYMBOLS <0FISCPER3> TYPE /BI0/OIFISCPER3. " Posting Period
    FIELD-SYMBOLS <0CALMONTH> TYPE /BI0/OICALMONTH. " Calendar Month/Year
    ASSIGN COMPONENT '0CALMONTH' OF STRUCTURE <L_S_DATA> TO <0CALMONTH>.
    ASSIGN COMPONENT '0FISCPER' OF STRUCTURE <L_S_DATA> TO <0FISCPER>.
    ASSIGN COMPONENT '0FISCVARNT' OF STRUCTURE <L_S_DATA> TO <0FISCVARNT>.
    ASSIGN COMPONENT '0FISCPER3' OF STRUCTURE <L_S_DATA> TO <0FISCPER3>.
    ASSIGN COMPONENT '0FISCYEAR' OF STRUCTURE <L_S_DATA> TO <0FISCYEAR>.
    <0FISCVARNT> = 'NK'.
    CALL FUNCTION 'FISCPER_FROM_CALMONTH_CALC'
    EXPORTING
    IV_CALMONTH = <0CALMONTH>
    IV_PERIV = <0FISCVARNT>
    IMPORTING
    EV_FISCPER3 = <0FISCPER3>
    EV_FISCPER = <0FISCPER>
    EV_FISCYEAR = <0FISCYEAR>.
    *} INSERT

  • Question about Chart in WAD ?

    Hi everybody :
    i have designed  a query about data for every year , and each year has some months , but not every year has integrated data  for every month ,it means there have some years only has data less than 12 months.
    then i must prepare a chart relevant to this analysis ,  but i just want every year's overall result data to draw chart ?
    how can i gain the overall result about every year ?
    who can give some tips ?
    tks very much !

    should  i design a special query for this chart ?
    otherwise, have other methods more convenient ?
    kindly you to give me any reply !

  • Question About Bex wad portfolio chart design

    hi,
    user wants to compare sales and cost value and see where the department is. ie user want to see sales as Xaxis and cost as Yaxis and department has bubbles in portfolio graph . but when i use this graph i am unable to assign the values to axis and graph i am not able dispalyed correctly . can anyone help me out for this example how to use this graph .
    Department       Sales    /    Retail Value /    Cost Value
    BUILDING         1,658     /       100         /      200
    DECORATIVE       9,101    /         171     /          888             
    ELECTRICAL       7,663     /        3,025   /          946
    anyone who has successfully designed portfolio chart pls give me your solution ,thanks very much.points will be rewarded.
    Best regards,
    Jason
    Edited by: jason su on Aug 12, 2008 5:58 PM

    Hello,
    Goto start menu -> Run -> give '%temp%' and execute. This will show the temp folder here, then find the folder BW and delete this folder complately. Now open BEx analyzer for the first time after this & connect with system, so that the right texts are entered to the temp file in the desktop.
    After this the issue should be fixed.
    Best Regards,
    Michael

  • Print button on WAD template

    Hi,
    Presently we are in BW 3.5 version with support pack 22. We enhanced the html code based on ' How to ... Web printing with MS Excel' document. We imported the transport file which contains package and ABAP Classes.
    After click on the print button on Web report, it was giving the same result area in the same page instead of giving the excel open or save options.
    How to debug the enhanced html code in the WAD template? How to check the ABAP class('ZCL_RSR_XLS_HELP_WINDOW_PRINT') which i used in the
    code?
    Or is there any way to print the result area of Web report?
    Please help me.
    Thanks in advance.

    This question has been answered

  • How to change & manage different ports in a mixed web environment (BSP/WAD)

    Hi everybody,
    our scenario is the following:
    We constructed a mixed environment web application, consisting out of a BSP application and WAD web templates. Unfortunately the url of web templates and the bsp-application differs - meaning the server is the same, but the port is different. That's why it is not easy to link the application each other, because for transportation reasons, we would like to have relative url paths.
    After searching the SDN and reading several help files, we found out, that the port of the BSP can be changed by adding an entry to the HTTPURLLOC table.
    See also: [Configuration Table HTTPURLLOC|http://help.sap.com/saphelp_nw70/helpdata/en/42/d547ab30b6473ce10000000a114e5d/frameset.htm]
    We managed to do that and in addition we created a BEX role for our BSP application. But with the new port the BSP does not appear in the browser window. So we still didn't fulfil our requirement to call the BSP in a include item of the WAD without passing the complete URL server:port/sap/bsp/...
    Question: How can we link the BSP out of the WAD environment, respectively is it possible to call the BSP with the same port, being used by the web templates...?
    Thanks for any comments and hints!
    Best regards,
    Sebastian

    Hi Raja and everybody,
    thank you for your comments... meanwhile we just solved the problem by appliying method two mentioned above. Therefore we created a Customer web item class as denoted in [Creating an ABAP Class for the Custom Extension Web Item|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/a1c1237d753ca2e10000000a42189b/content.htm].
    In the Initialize method I constructed the IFrame HTML-Code:
      DATA: serverURL TYPE STRING.
      DATA: serverPort TYPE STRING.
      DATA: bspName TYPE STRING.
      DATA: iFrameURL TYPE STRING.
    * Fetch the BSP port from internal table
      SELECT SINGLE VALUE FROM it_table.
    * Create iFrame URL
      serverURL = 'https://www.sap.com'.
      bspName = 'myBSP'.
      CONCATENATE serverURL ':' serverPort '/' bspName INTO iFrameURL.
    * Create the iFrame Tag
      CLEAR generatedHTML.
      generatedHTML = '<iframe src="%IFRAMEURL%" valign="top" width="100%"/>'.
      REPLACE '%IFRAMEURL%' IN generatedHTML WITH iFrameURL.
    In the execute the code is parsed with the method:
    CALL METHOD cl_bics_cons_webitem_util=>string_2_utf8_xstring
    Many thanks to Raja and everybody else for helping me!
    Sebastian

  • Difference between Bex Analyzer and Bex WAD

    Hi Every one,
    I am pretty new to SAP, and working on SAP BW Front end.
    I am pretty aware of Bex Analyzer and also Browser, but i always have a doubt about Bex WAD.
    In my present job i talk to the users and take the requirments and create queries in the Bex analyzer which i am comfortable doing it.
    I also know all the features of Analyzer and created quries and also published it on web, and also created workbooks and inserting multiple quries in the workbook etc etc..
    However i have zero knowledge on WAD and how it is useful to me, and as if now i haven't got any requirment from the client for me to create any report in WAD or do some thing in WAD.
    I have gone through SAP SDN help etc but i am not understanding it at all.
    So can any one explain me in a laymans terms what WAD is and how it will be useful to me?
    and also if possible send me link which has got PDF screen shots of what WAD is?
    Points is for sure.
    Regards,
    Ram

    Raj,
    Thanks for the reply, but i still did not get the understanding about WAD. i have studied the link which you sent me.
    I am still not able to understand how it is helpful for people like me,
    See i create my report in Query designer, and i can execute the query in Analyser. and if i want i can execute it in the Web from my query designer, and also i can create chart on the web if i want.And i can Broadcaste it in the Web.
    and also if i want i can create it in the workbook and create chart in that work book.
    Then what is the point of Web Application Designer (WAD).
    See i have created the Query in Designer in Development say Sales report Query on the infoprovider for SD, now what should i do with it in WAD.
    How can i get it in WAD, i went to start> all Programs>Bex> WAD and i logged in to development and a sereen opend. And from here what i can do, i mean how can i open my created query in WAD?
    As you guys know i am new to SAP itself, but i dont see any advantage about WAD, i read all the articals and there i found that i can create Web Items, HTML etc etc, but i already have HTML, when i execute my query from the Designer i get it in Web Browser...
    See my question is simple, i have a query which i have created in the Query Designer, now how can i get it to WAD and after getting it what can i do with it??
    If any one has a screen shots of there pls send me.
    And Sanjeev has sent me a PDF which i saw earlear and i done the same in my WAD but i am not about to get it to work.
    I have given the points to every one but still what i need i did not get yet.
    Regards,
    Ram

Maybe you are looking for

  • Photoshop CS2 in Leopard

    I just set up my new IMac and reinstalled CS 2 and the updates but bridge and photoshop keep crashing....i didn't have this problem on my old g4...what should I do!!!

  • IBook G4 - Seeking Compatible USB Microphone

    Both of our iBook G4 (1.33 and 1.42 GHz) computers have dead internal microphones (located on right side of LCD panel). I'm hesitant to take the time to replace them, due to risk of damage to other components. As many of you know, there is no audio i

  • Verizon Wireless Collections calling !

    Hey everyone. I am new to the board, but have been a verizonwireless customer for about ten years and do not plan on leaving. I am very happy with them. I do have a question though. My last bill was late and the new bill has come out. The day after i

  • SUNWjass rm-client fails for Solaris 10

    (I re-worded the question and posted it to [Sys Admin Best Practices|http://forums.sun.com/thread.jspa?threadID=5330719] ) I'm sure I read about this problem in the last week or two, but now that I have it I can't find the solution. I'm changing a se

  • Runtime error DYNPRO_NOT_FOUND when creating business entity in SAP RE-FX

    Hello, I have a problem... In SAP RE-FX (Real Estate) when I try to do the most basic thing like creating a business entity (transaction REBDBE), I get a runtime error 'DYNPRO_NOT_FOUND'.   Program                                SAPLBUSS   Include