Changing scaling factor in web template

Hi,
I need to change the scaling factor in a web template, which shows some different queries.
I have heard I can do that by using a specific method? Does anybody know how to change the
scaling factor for a specific web template?
Thank you very much!
Torben

Hi,
I have now seen that it is possible to create an ABAP class with superclass CL_RSR_WWW_MODIFY_TABLE and override the method SCALING_FACTOR_CELL.
then I should fill in this class in the param-tag in the html.
BUT this is only possible in System 3.5, but not anymore in 7.0! Everywhere I can just find the sample coding for 3.5, but nothing for how to do this in BI 7.0...
So does anybody know, how I can use external ABAP classes as "user exits" in BI 7.0?
Thank you for your help!

Similar Messages

  • WAD: function to change scaling factors

    Hi,
    in the web application designer, i would like to insert a button that changes the scaling factors of certain key figures in the report.
    i cannot find a function in the WAD to influence the scaling factor of a key figure.
    any help?
    thx!

    Hi,
    Use the following link to find the required functions to set the scaling factors
    http://help.sap.com/saphelp_sem60ep1/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    The function used is <b>SCALING_FACTOR</b> you have values next to it to display how u like.
    You can define all the properties of a Query and Infoobject using the commands.
    Cheers.
    Ranga.

  • Changing scaling factor for each cell in Bex Analyzer

    Hi,
    We have a query with 2 structure (1 structure in rows, 1 in columns). We execute the query with Bex Analyzer in Excel.
    We would like to change the scaling factor for each cell. If we use the function 'Properties' for the active cell (context menu), we can change the scaling factor only for one cell.
    Is it possible to change it for the complete table?
    We use BI 7.0, patch 14.
    Thanks,
    Peter
    Edited by: Péter Egyedi on Jan 25, 2008 5:18 PM

    Have you got the solution for this problem?

  • Changing scaling factor on multiple columns at once in WAD

    I'm trying to create a command URL to change the scaling factor for all the columns of my report at once. I have two query structures (3 selection in one structure, 6 in the other), so based on the documentation I would have to create a URL like this (AAA/111/222 represents the 25-character structure IDs):
    <SAP_BW_URL DATA_PROVIDER='DP' CMD='SET_VALUE_PROPERTIES' SCALING_FACTOR='6'
    PRECISION='0' STRUCTURE_MEMBER_1='AAA' STRUCTURE_MEMBER_2='111'
    CMD_1='DATA_PROVIDER=DP&CMD=SET_VALUE_PROPERTIES&SCALING_FACTOR=6&PRECISION=0&
    STRUCTURE_MEMBER_1=AAA&STRUCTURE_MEMBER_2=222' CMD_2=...>
    ...and so on, with 18 separate command sequences. Is there an easier way to do this? I don't think I could spell out all 18 combinations anyway (AAA/111, AAA/222, AAA/333, BBB/111, BBB/222, ... , FFF/333) since I believe there is a limit to how long a command URL can be.
    If I change the scaling factor in the properties box for one of the columns in the 3-item structure, it changes it for all 6 times that column appears in the report, but I can't reproduce this with a command URL.
    We're running BW 3.0B.
    Thanks,
    Jason

    Any ideas?

  • Changing resolutions available in web Template Console

    Most of our Sun Ray 3 devices are connected to monitors running at 1600x900, which isn't one of the "built in" resolution options. I saw in How to set custom resolution list in the VDI selector ? how to change the resolutions listed in the Desktop Selector. That was helpful. But I only see 1024x768 and 1280x1024 options in the web-based Console. I'd love to be able to set 1600x900 as an option here, so when we set windows and such up in the Template Console, those are reflected in the cloned desktops. Additionally, if the resolution doesn't match right, at the "press ctrl-alt-del" window, you get a sort of "letterbox" look. Is there any way to change the resolutions in the Desktop Console?
    Charles

    Hi,
    I have now seen that it is possible to create an ABAP class with superclass CL_RSR_WWW_MODIFY_TABLE and override the method SCALING_FACTOR_CELL.
    then I should fill in this class in the param-tag in the html.
    BUT this is only possible in System 3.5, but not anymore in 7.0! Everywhere I can just find the sample coding for 3.5, but nothing for how to do this in BI 7.0...
    So does anybody know, how I can use external ABAP classes as "user exits" in BI 7.0?
    Thank you for your help!

  • WAD: Change scaling factor of more then one structure_members

    Hi,
    why does this command doesn't work?
    <SAP_BW_URL DATA_PROVIDER='MP_CO503_FAKTVO'
    CMD='SET_VALUE_PROPERTIES'
    STRUCTURE_MEMBER_1='ECZELC2Q4KXX0JB5X544SY821'
    STRUCTURE_MEMBER_2='EH8UVZZWVCF9AVOACGJ6HLIDL'
    SCALING_FACTOR='0' DECIMAL_PLACES='1'>
    the command works fine only with STRUCTURE_MEMBER_1. by adding STRUCTURE_MEMBER_2 to the command, the whole command doesn't work.
    please help.
    thanks.
    Edited by: Pascal Kühnis on Apr 7, 2010 11:57 AM

    Ahhh, sorry for the confusion. What you need are "Collections". If you click the "Review Demonstration Applications" link then install the "Collections Showcase", this should give you a good working sample.
    Collections are comprised of an HTMLDB_COLLECTIONS package and an associated table. Use the package for creating a collection and adding members (rows) and use the table to query what's in your collection.
    Essentially, here's what you need to do. Let's assume your multi-row form is on page one and you have a confirmation page on page 2:
    - Create a process that fires on submit of page one that uses create_or_truncate to create your collection.
    - In the same process, loop over your collection items and add them (as members) to the collection.
    - Make sure your multi-row form queries from the collections view. This way if you go to page 2, then back to page 1, you will see your rows. When you go to page 2 again, you can just over-write the existing collection. There's another option, but I'll list that later.
    - Create a process on page 2 to loop over the collection view and insert the rows into a table. Make this conditional based on the button you press, such as "Save".
    - Extra credit: Either the collections package or the htmlb_utilities package as an md5 function. You can call this when querying the data out of the collections table, then call it again as you are looping over the data on submit. Basically, you are checksumming the row on the way out, then again when the page is submitted. If the 2 are equal, the data is unchanged. If they are not equal, the data has changed. Based on your needs, you can use this technique to insert / update records. I have an app that uses this technique because I have a before update trigger on the table that I only want to fire if the user actually updates a particular row.
    Hope this helps,
    Tyler

  • Web template changes are not saved.

    Hello Experts,
    I making a small change to an existing Web Template namely changing the tab page 1 to tab page 2 and  vice versa.
    I could see the message Changes are saved but at the end web template is same like as it was.
    Any idea why changes are not being saved and how to over come this will be of great help.
    Thanks in anticipation.
    Best Regards.

    Hi.
    The changes are not saved in WAD or has not affect when executing the WAD ?
    Regards.

  • Impact of changing MVG web template (CCPopupListMvg.swt)

    Hello All,
    I want to know, what's the impact of changing Siebel Web Template for MVG applet.
    Thanks,
    Soumya Sekhar Samanta

    Hi,
    It all depends on what you want to change. If you provide more specific information I will be able to help you better.
    Basicly:
    In our project we used to modify css-file and web template files. It works fine as long as you test your modifications. If you want to change the layout (color, padding, width) there is not mucht to test. Just make sure the controls are properly displayed in the UI after the modification.
    A bit trickier ist it to add more controls or new sections in the web template. Siebel uses control ids in the template which you see as placeholders in siebel tools. So you have to make sure that you wont use the same contol id s more than once otherwise you will have a problem that can lead to core dumps in the siebel client. (Only ListBody and ListHeader share the same control Id..) Every control id has to be unique. Not only in CCPopupListMvg but also in all included web templates files (e.g. CCListHeader.swt).
    Be carefull with lists because control id's will be set in for loops. Also List Header and List Body need to have the same control id so siebel can mapp the caption of a list column to the list header.
    (e.g. CCListBody <swe:for-each startValue="501" count="40" ....>, CCListHeader <swe:for-each startValue="501" count="40" ....>)
    Whatever you do don't remove any control ids. If you do, controls that are mapped to the control id in siebel tools will not be shown in the client anymore. You will not get an exception. It just wont be displayed. So the thread is that the applets will not work properly anymore and you won't even know it untill a user misses a column or a button or whatever control was mapped to it. If you still do, you will have to check every applet in siebel tools.
    Also you have to check if CCPopupListMvg.swt is included in any other web template because your changes would affect those web templates as well.
    You have to concider that siebel does not know about your changes. So in future releases they will still use vanilla CCPopupListMvg.swt and maybe also modify it in vanilla. The template will be overwritten on siebel upgrades. So you will have to make your modifications after every siebel upgrade again.
    I hope this helps.
    Regards
    Claudio

  • NO header detail appears when downloading to excel from web template

    When we run our queries via a web template and through the portal we get the results which shows the query title and report details. When we try to download this to excel the header(report title etc. )information doesn't come down but all the rest of the report does. If we go in again and change the variable values for characteristics (query is being changed and run the web template (via portal)again and download to excel the header (report title etc.)the whole report title and report detail now appear. Looking for someone who has resolved this problem.

    For anyone who is interested, this was caused by our email client, not BIP.

  • Variance Scaling in Query and Web Template Showing Different Results

    Hi experts,
    I have the following problem - variance scaling in my query and web template are showing different results.
    My variance in column is set as follows:
    Formula: NODIM(A % B)
    Scaling Factor: 1
    I have a structure in row that uses Scaling Factor of 1,000.
    Let say the value of Column A is 120 and Column B is 100.
    When I execute the query, it will show 0.02
    However, when I execute the web template it will show the correct scaling i.e. 20.
    May I know what can I do to correct above scaling error?
    Thank you!

    You can not remove the scalling factor, but once you check the checkbox below the dropdown menu, the scalling factor will go away.
    I checked at my end and when I set the scalling fact as 1, I was getting 9.9% while I was expecting 9900%. When I removed the scalling factor I started getting 9900%.
    I would let you know if I came across anything else.
    What about the unit of Column A and B. Are they same or different?
    - Danny
    Edited by: Danny Matt on Jun 22, 2009 1:54 PM

  • Bex iView does not show changes made in web templates

    Hello,
    I have a Bex iView that presents a web template which is exposed in two portals.
    I made a certain change in the web template in portal A and I can see the change through the Bex iView in this portal.
    I than transfered the change to portal B and I can see this change at the Web application designer's code when it is connected to portal B.
    The problem is that I can't see the change through the Bex iView in portal B, it keeps presenting the old version of the web template. Also, if I preview it from WAD, which opens it in the portal, it shows the old version as well.
    <b>I've already tried/verified the following:</b>
    1. It's not a client related issue as it happens to all clients.
    2. I have tried clearing both the client and the portal's pcd caches.
    3. No cache whatsoever is configured in this iView's properties (Cache Level: None, Cache Validity Period: 0,0,0,-1, Allow Client-Side Caching: No).
    4. When I run the iView in debug mode in the application integrator I can't see anything unusual I can think of. Also, I can see there that it points to the correct web template.
    5. Retransported the web template from server A to server B.
    What else can be done here? Any ideas...?

    Hello,
    did you resolve your problem ?
    Best regards

  • The changes made in the WAD web template is not replicating on web browser

    Hi,
    We are using BI 7.0 WAD. Suppose if i create a one web template and if i run it ...it is working fine.
    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.
    I went to transaction SMICM, then choose "Goto" from the top menu. From there, go to HTTP Server Cache, then choose Invalidate, then choose Global in system. With this thing also it didnt slove.
    thanks

    Clear your browser cache also and see if the changes are visible.....
    Arun

  • Change folders in save as in web template

    Hi,
    Is it possible to change the default folders in the save as dialog in a web template. We would like to add our custom defined KM folders and not only use the predefinied once.
    Regards
    Mattias

    Yes, Navigation Pane, that's the one I meant.
    It's checked but it's not there? Does it help at all to uncheck it and then go back in and turn it back on?
    Or is it just mostly useless. It is annoying that Windows 7 doesn't synchronize the Navigation pane with the file list.
    What I generally do is click the folder name in the top address bar to navigate up to a level or two. Then I can drill back down to where I need to go using the right pane. Does that work for you?

  • Web Template Changes not visible after transport from Development to Test

    Weu2019ve run into a problem doing web development in BI 7.0 that I suspect someone has seen before and may quickly be able to point us in the correct direction.  Changes that are made to web templates in the Web Application Designer are correctly transported from development to the test environment, but we are still seeing the old version of the template when the report is executed.  We are able to see the web template changes in the Web Application Designer in the test environment.  We believe this is a caching issue and have cleared the query cache and the HTTP cache in SMICM.  Unfortunately, this has not resolved the issue.  Can you suggest another approach to resolve this issue?

    Not sure what you mean by browser cache.  We have deleted history, cookies, and all temporary Internet files.  The issue isn't limited to a single user, but exists for all users.  Through extensive testing we have established that you are able to see the web template changes in test in the WAD(Web Application Designer) after they have been transported from development, but can only view the changes when the web template is run for the first time.  Changes to existing templates can be seen in the WAD in test, but are not seen when the report is run.  The old version of the template appears to held in cache somewhere, but we haven't been able to find it and clear it.

  • Changes to BI web templates are not updated

    Hello BI Experts,
    I need to find a way to advise my portal resource on how to resolve a problem we are experiencing.
    When we make a change to a web template, the changes are not updated and it appears that the old version is cached.  The only way we can get the new template to show is to bounce EP.
    Does anyone have suggestions where we can find the appropriate global settings to set the cache so that EP will retrieve new BI content as it is modified?
    Thanks in advance for any help.
    Tom

    Hi Tom,
    If there is some incorrect setting in the portal, the WAD templates does not get saved after the first Save action.
    I am not sure of the setting which needs to be done. But I can provide you an alternate solution. If there is no other issue than the templates not getting saved, you can use this.
    You can save your changed template using 'Save As' in a different name and then you can delete the original template. Afterwards, you can save this template with the actual name.
    I hope this would solve your problem.
    Regards,
    -Neethu

Maybe you are looking for