Item Refresh in WAD

is there any possibility to refresh only the analysis item without refreshing the whole page in Web Application Designer..

Hi
I think embedding an frame in the web page ? The reports embedded there needs to be of such kind that you create the URL from the drop down box and set the URL correspondigly to the selected value of the drop down box. By this I think you can aviod refreshing the whole page..But Please try the SDN forum I guess this is once posted in this forum, when I was searching for some thing I found this kind of..
Thanks

Similar Messages

  • Web Item Portfolio in WAD 7.0

    Hi,
    I would like to realize the following with the portfolio Web Item in the WAD 7.0:
    I got a Query which delivers me 3 columns:
    Section1 : x,y, size
    Section2 : x,y, size
    x for x axis y for y axis and size for the size of the bubbles in the chart.
    The Chart presents this correct.
    As a label for every bubble it shows me Section1, Section 2....
    As Label I would like to have the value of the third column(size) presented and not
    Section 1, Section 2...
    Is there a possibility to this?
    Thanks for any help!!

    Hi Holger,
    this is possible with the latest IGS version when using $size in the Format attribute of the Series customzing.
    See note <a href="http://service.sap.com/sap/support/notes/1064448">1064448</a> for more information on the number formats.
    Best regards
    Matthias

  • How to change the size of the web item text in WAD 7.0

    Dear All
    I am quite new to WAD and I am having a problem with changing the font size of a web text item
    I have searched already and someone suggested changing the Design property to  HEADER1 or HEADER2 etc and then I should be able to change the font / size.
    I have done this but to no avail
    I want to have large heading across the top of the web template
    am I using the wrong web item ?
    I know I can key the text directly into the web template and change the font from the menu bar  but I need it in an item as I want to export them through to PDF later
    Would be grateful of any help
    thanks
    Sandra

    Thank you all for your quick responses (I will award points once this is sorted)
    On the information you have supplied this has opened up yet another new part of WAD that I have not experienced ...TAGs
    Shubhranshu - I have done what you said but as I have never used tags I have just had a look around and found that I can insert Any Tag but not sure if I should be doing that.  If it is inert any tag , I chose FONT from the drop down and cbmAttributes defaulted into the custom tab for the class name but not sure what it wants in the Attributes and CSS Style tab, it won't accept what I am putting which is leading me to believe that I shouldn't be doing it that way.
    Venkat - thanks for the links they will prove very useful.  I've had a look and although they talk alot about the XHTML code for tags they don't actually say how you do it in the editor - I would like to produce one that way first and then see the code it generates for it.  I'm a bit apprehensive with changing the code direct as I don't want to mess anything up.
    Thanks again for your help

  • How to Refresh a WAD Template

    Hi...i have a WAD template wih 6 queries on it....i want to know how to refresh all the template ...or i have to refresh every query one by one...i try to put a command button but it appears inactive and i dont konw how to actiavte it...
    Regards

    Hi,
    Please try with CMD: REFRESH_DATA. You can find this under 'Commands for Planning Application'.
    Otherwise, you can take Action as : SCRIPT_FUNCTION and give "javascript:location.reload(true)" under Script Function.
    Regards,
    -Vj

  • Standard Item List in WAD

    Hi
    We just upgraded to BW 3.5 (Level 11) with Content 3.5.3 (Level 2) and i now wanted to use the new Master Web Item "Web Template". The problem i now have is, that this item is not on the list when starting WAD.
    I checked R3-system.
    Class CL_RSR_WWW_ITEM_TEMPLATE (active, looks good)
    Table RSRRENDERER (entry CL_RSR_WWW_ITEM_TEMPLATE looks good)
    Table RSRRENDERERATR (entries for CL_RSR_WWW_ITEM_TEMPLATE look good)
    What i tried in WAD is to manually code the html-block with refering to this object:
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="TEMPLATE_1"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
             ITEM: TEMPLATE_1
    </object>
    Changing back to Layout-View shows the preview-icon of this web item. But still, it's not in the list. I also tried to save this coded object which i can see in the layout in a library (context-menu "save in library"). No error-message, but no sign of this object in the newly created library.
    Has anyone an idea, where this Standard Item list is coming from? What is missing?
    The following items new to BW 3.5 are available:
    - Query View Selection
    - Broadcaster
    - Key Figure Overview
    The following items new to BW 3.5 are NOT available:
    - Web Template (as described)
    - Data Provider - Information (XML)
    - Object Catalog of the Web Application (XML)
    Thanks for any hint or help.
    Michael

    there is an OSS note , remember the note number.
    This is what you need to do.
    <b>just switch on the Expert Mode and restart WAD</b>
    <u><b>Note details:</b></u>
    Long text                                                                               
    Symptom                                                                  
    Some Web items do not appear in the item selection of the BW Web         
    Application Designer.                                                    
    Other terms                                                              
    Web Application Designer, renderer, CL_RSR_WWW_ITEM_TEMPLATE,            
    CL_RSR_WWW_ITEM_XML_CATALOG, CL_RSR_WWW_ITEM_XML_QUERYVIEW, object       
    catalog item, XML item, template item, template in template, template    
    name item, data provider XML item                                        
    Reason and Prerequisites                                                 
    You are using BW Front End 3.5.                                          
    Solution                                                                 
    Interactive users:                                                                               
    You can set the "Expert features" checkbox in the settings dialog box.   
    The items are displayed the next time you start the WAD.                                                                               
    Administrators:                                                          
    The ExpertFeatures are stored in the following Registry Key.             
    [HKEY_CURRENT_USER\Software\SAP\BEx\wdbpWPub] "ExpertFeatures"="True"    
    Regards
    Raja

  • Need help with session state/item refresh

    I have an application that allows users to record productivity information for our employees. There are different types of work they have to do, so the form is in header/multiple-detail form and uses collections to handle all processing. In the header portion are the fields that record the time of work. Though this is stored in the database as a single field for start of shift and single field for end of shift, in the entry it is split up into 9 fields: 3 for day, month, and year, and three more each for start hours, start minutes, AM/PM, end hours, end minutes, and AM/PM, which I then concatenate to get the dates to store. The update part works fine. When I go in to display each of these, I have to use an SQL query to retrieve only that section of the time.
    The problem I am having is that if the user pulls up several timecards to edit them, it retains these time values from the previous timecard, and due to the way the collections refresh, I can't seem to get either item session state parameter (Only when Null/Always from Source) to achieve the desired result. If I use the Only When Null option, I retain the values from the previous timecard. If I use the Always from Source, the user can't update any of the time-related input.
    Can anyone suggest a solution? I've tried a session state process that fires on entry to clear those items and ran into the same problem as using the Always From Source option. There has got to be a way to handle this, but it's got me stumped and my users are clamoring for a fix.
    Page initial load
    A. Before Header process populates job collection and other collection (not header info), which comes straight from DB table.
    B. Data displays for Header (from table) and two detail sections (from collections)
    User presses Submit to save changes
    1. On Submit Before Processing: updates job and other collections (to preserve changes in case validation fails)
    2. Validations check to make sure job codes are valid, date is valid, employee is valid, etc.
    3. On Submit After Processing: Writes changes to header from input form, writes changes to job and other from collections to appropriate DB tables
    I also have two On Submit After Processing processes to add blank lines - one for each collection. These are triggered via buttons.

    Blair:
    Does creating a 'before header' process to populate these fields make a difference ? The sql could be something like
    select TO_CHAR(TC_START_TIME,'HH') into :P1115_TIME_IN_HH from TC where TC_ID = :P1115_TC_ID;You should set the 'Source Used' back to 'Only when current value in session is null' and the 'Source Type' to 'Static Assignment(....)' and clear out the 'Source value or expression' field.
    varad

  • Table (analysis item) Width -  In WAD

    Hi All,
    has someone been able to change the width of the analysis item in WAD? I do whatever I can and the table width is still the same..
    I particulary want to use full_width parametr.... so using module com.sap.ip.bi.rig.ColumnWidth is not really solution for me....
    Am I missing something, or is that a bug?
    Many thanks for any hints!!!
    Regards
    Pavel

    Hi Priya,
    thanks for answer.... The table seems OK, so everthing is displayed correctly.... see pics
    [http://www.screencast.com/users/pavel.rais/folders/SAP/media/9da56465-4a54-4589-8674-ba05f1456cba]
    But when I change width of table or chech full_width parameter, it stays the same and I need it to be broader....
    (I am using structers in my reports... so not sure if Paging could change something, I tried to change all the parameters anyway, but without any results....:-))
    Any Ideas?
    Thanks!
    Pavel

  • ARQ: GRC work items refresh problem in Work Inbox???

    Hi All,
    While accessing any GRC work items from Work Inbox in NWBC, I have to click on "Refresh" button manually to reflect the latest work items!
    I tried to look for any ABAP program which does this but could not succeed.
    May I know what is the program used to update these GRC work items for all users? OR How do I make it automatic to reflect the latest work items quickly?
    Please advise.
    Regards,
    Faisal

    Hi Mangesh,
    Thanks for your reply.
    Below are my settings:
    As you can see, no role is assigned
    Currently the refresh type is "On Every Page visit" as per note#1635072 (which is default)
    Not sure why this is not working for me.
    Regards,
    Faisal

  • Reset Row Selection from Web Item Analysis in WAD 7.0

    Hi All,
    I have a Web Item Type Analysis and I use the Row Selection (SELECT_ROWS) value multiple.
    Is there a way to reset the selection via a function?
    The user select some rows and start a planning function via a button. If they would like to start the function for an other selection they first have to remove the old ones and have to mark the other lines.
    A function to remove all selection from the item is needed!
    PS: It is getting funny if there is paging and the selection is not even visible because it is on an other page.
    Thanks for help.

    Hello All.
    I have exaclty the same problem now.
    Is there any way to do this?
    Thanks a lot and best regards,
    Alfonso.

  • Problem with variable refresh in WAD

    Hi Experts,
    I have a query in which currency and cal quarter are the variables. The cal quarter is populated using a customer exit to have the current quarter. I have built a webtemplate on this query. Now the problem is:When I run the webtemplate and try to change the currency value (for example EUR to CAD) and select show all values for the cal quarter, i see that the cal quarter is being reset to the default value i.e (current quarter). When i pass a value (say 2.2008) to the cal quarter in the variable screen or in the characteristic restictions in the webtemplate and try to change the currency in the currency drop down, the cal quarter remains same (2.2008) and the keyfigures are displayed with the selected currency.
    Could you provide some inputs so that the cal quarter value is not reset upon selection of "show all values" in the variable screen/drop down and change in currency.
    P.S. No changes at query level are allowed and both query and webtemplate are in 7.0
    Regards,
    Naveen.

    HI Naveen,
    WHere is the customerr Exit of the calquarter used in teh Query. is it in the Filter section or in teh Default values section.
    If the customer Exit variable is used in teh filter section , you will not be able to see data other than the value returned by the customer exit.
    Regrads.
    Shafi.

  • WAD Hierachy filter item: changing style

    Hi WAD experts,
    it is possible to change the style of a hierachy filter item in the WAD (e.g. change the background color or to design it like a drop down box)?
    Thank you
    Lars

    Hi.
    Yes, a filter pane will allow you to set values for multiple characteristics and then hit a button to refresh. You need to UNcheck the "automatic apply" in the properties. The pane will then have the button to update.
    See this on [filter panes|http://help.sap.com/saphelp_nw70/helpdata/en/85/08e241aa8e9d39e10000000a155106/content.htm].
    br
    Jacob
    P.S: mmhhh... and in the link it says "this parameter is not currently supported"
    Well, you can do this in a workaround way:
    you can use dummy data providers for the dropdown menus, so the system still updates the dataprovider, but because it's not used in your web template for anything else than this, nothing changes in the template. Once you have set all of the dropdowns, you can set a button up to pass the values from these dummy DP's to the "real" ones, to make the content of the template change.
    You are able to control the performance of these dummy providers, by keeping the number of records low (aggregates or separate datamarts), so it works, but because you still actually refresh with each change, it's not really a "smooth" feeling...
    Edited by: Jacob Jansen on Jan 27, 2010 6:45 PM

  • Refresh Variable values in WAD

    We have a strange problem in WAD.
    Actually we are on 731 on Hana and we have built a web report with WAD which contain 20 queries. these queries has 2 varibales:
    - calyear
    - Company code
    As ex when we launch the report with variable's values 2013 - CC01 the system shows the message ' No data found..' for one query  but now if we select the button 'refresh variables' (always for 2013 - CC01) the system shows data!
    Also if we execute the same query in BEX the system shows data.
    In fact there are correct data in InfoProvider for this selection but it looks like that for the 1st execution the system is unable to incorporate the correct variable's value.
    Regards
    Luca

    The problem is that refreshing data across all queries works only if we are already into the report (img 2) but if we launch for 1st time the same report it doesn't work (img 1), so:
    1) launch the wad (variables 2013 CC01) the result is 'No data'
    2) refresh the wad (always with 2013 CC01) the system show data.
    thanks.

  • How to use "Context Menu" web item in WAD 7.0 ?

    Hi Experts,
    Kindly tell me How to use "Context Menu" Web item in SAP WAD 7.0 ?
    How to attach this Web item to my Graph/Chart ?
    Plz provide some documents on this.
    Full points will be given.
    Thanks.
    -Jay Jay
    Edited by: jayaprakash j on Oct 10, 2008 1:47 PM

    Hi Jay
    Web items and HTML elements (for example, tables, texts, and images) that you insert into a Web template, as well as the Web template itself, have a context menu. This context menu has context-sensitive menu entries that you can use to call various Web Application Designer functions. You can, for example, use the context menu to save a Web item (for which you have specified properties by using the parameters) as a reusable Web item, call the properties dialog box for this Web item, copy the Web item and paste it into another Web template, or delete the Web item from the Web template.
    for more info go to following link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/2f/776b3d32390968e10000000a114084/frameset.htm
    Regards
    Vivek

  • Display each Analysis Item as it is refreshed, rather than entire template

    Hi,
    I have a dashboard with 4 separate analysis items, with 4 separate DP attached to them.
    I would like to set the dashboard, so that as each analysis item refreshes it is shown on the screen i.e. the fastest refreshed shows first, then the second etc.. rather than waiting for all of the analysis items to refesh before the page shows.
    Is this possible, all of the DP are linked to a navigation panel on the left of the web template, so they have to be contained in the same template.
    The users would rather see something, than the timer ticking round on the screen.
    Thanks
    DJL

    Hi DJL,
    I have a different thought on the same. Not sure if it would suit your requirement completely, but it's within the limitations of the tool.
    I have also been faced with a similar issue where the template load takes a while when there are too many data providers involved. Somehow all defined dataproviders seem to get resolved on page load. Use a Tab Pages webitem & insert the Analysis webitems in each of its 4 tabs, in the approx. order of the time taken by each to execute. Now to reduce the time taken on page load, you can define a dummy lightweight data provider, say on a master InfoObject & associate the same to each of the 3 Analysis webitems that take longer to execute at design time. For the first Analysis webitem, associate its actual data provider. Set the Tab Pages webitem to show the first tab as its default.
    On the 'Activation Command' of each of the 3 tabs (i.e. starting from 2nd to 4th) associate the actual data providers to the  Analysis webitems using the 'SET_DATA_PROVIDER_PARAMETERS' under Commands for Data Providers. This will bring the data providers to execute only on demand & reduce the load time every time the page refreshes.
    --Priya
    Edited by: Priya Jacob on Mar 10, 2010 5:56 AM

  • Can I change the standard text for web item 'INFO_FIELD_ITEM'?

    Hello experts.
    I made a WAD template using web item 'INFO_FIELD_ITEM'.  In data binding, I used the 'Last refresh' of general text elements.   As a result, in the web browser I can see the last update date & time. (e.g. 'Last refresh: 2007.01.17 17:34:44') Then our customer want to change the default text "Last refresh" as "Working time".
    How can I change this?
    I tried to change the text symbols for program SAPLRRSV. But it worked only in Bex Analyzer not in the web.
    Our server version is Netweaver 2004s and SP10.
    Best regards.
    JY Park.

    Hello,
    I had the same problem - just wanted to display the values of a variable in an info-field, but not the caption.
    I found out, that there's a tag for Info-Field Item called ONLY_VALUES (it's the checkbox under the headers visible checkbox in the properties dialog of the Info-Field Item; in my WAD version, there's no label assigned to this checkbox, so it was not easy to find out what it should be),
    You have to set it to 'X' (check it) ; then you get the unformatted value of the variable (no caption anymore).
    <bi:INFO_FIELD_ITEM name="INFO_FIELD_ITEM_1" designheight="500" designwidth="350" >  <bi:WIDTH value="350" />
    <bi:HEIGHT value="500" />
    <bi:DATA_PROVIDER_REF value="DP_1" />
    <bi:HEADERS_VISIBLE value="" />
    <bi:ONLY_VALUES value="X" />
    You have to insert the info-field item between span tags so that you can define your own formatting values.
    The ONLY_VALUES tag works the same as the tag 'RENDER_AS_TEXT' you have with the text item , see
    http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    There's only one disadvantage: If you have chosen a lot of variable values (multiple selection), the variable string gets very long and no line break is performed, because all blanks in the string are replaced by nbsp's. I solved this with a little Java Script, replacing the appropriate nbsp-s with br tags.
    Hope it helps
    Beate

Maybe you are looking for

  • Reading a csv file within a for loop

    Hi guys, Im trying to read a csv file within a for loop and the while loop only seems to be getting executed once rather than the number of times that is specified. for(int i=0; i<paramValues.length;i++) String StudentNo = paramValues4; out.println("

  • Remotely governing a child's iPad?

    I'm purchasing an iPad for my child to assist her with learning (primary school age) and to maintain contact with myself (different countries). The mother is untrustworthy hence I need to keep the password for the iPad so only the child can have thei

  • Pixel errors when scrolling around

    Hey guys! I've got some drawing issues in my app. It seems like my children components are being redrawn just fine when I scroll around, but the background isn't. If I keep the background without color, the error doesn't occur. As soon as I paint it

  • How to use timeout in plsql

    Hi, I have one procedure which calls a function. My requirement is if that function didnt return value in 1 minute then stop the exection of that function and call next statement. Begin (1)......... (2)....... (3) get_func_val:= function(1,2); (4)...

  • Migrate oracle database to Amazon web services

    Has anyone migrated an existing oracle database 11g or higher to the AWS  Amazon web services ? I don't believe we can use AWS's RDS Oracle service so we would have to customize it. We are presently on a linux server and use Oracle Flexible Arch.  Ho