Workbook Settings - 2004s

Hi,
I migrated an existing 3.5 workbook to 7.0. After migration, I am facing two issues:
1) How do I delete the data in a workbook? I don't see any option to do it.
2) The column width is not getting expanded based on the length of the characteristic. Instead, it is occupying more cells. In 3.x there were three options for setting the column width. I don't see those anymore. I tried the 'autofit' option, but it didn't work too. What setting do I need to do inorderto make sure the cell expands as the length of the characteristic increases?

I was able to add my code to the macro "Callback" which is already in the default template.  This worked but only on refresh, not on open.  The users would have to run the report and then hit the refresh button, not what I want.
This is SAP's solution: "If you want a macro to run on opening of workbook (irrespective of
refresh) you need put the macro call in workbook_open (an excel functio)That will be trigerred. They execute only on workbook open.
I have not tried this yet, I guess it will work but my problem is: I only want this on one workbook, I think this solution will affect all workbooks.

Similar Messages

  • Are Workbook settings stored in any table

    Hi Gurus,
    Are the workbook settings stored in any of the tables? There is a requirement for me to collect the information on whether the Refresh automatic has been checked or not for the workbooks.
    It would be great, If any of you can provide me with the details of the same.
    If you require more details, let me know.

    Hi Pl check following tables
    RSRWBINDEX List of binary large objects (Excel workbooks)
    RSRWBINDEXT Titles of binary objects (Excel workbooks)
    RSRWBSTORE Storage for binary large objects (Excel workbooks)
    RSRWBTEMPLATE Assignment of Excel workbooks as personal templates
    RSRWORKBOOK u2018Where-used listu2019 for reports in workbooks
    Check the table RSRWORKBOOK
    Get the ID of the workbook from RSRREPDIR table
    Thanks and regards

  • Change description of Bex Workbook in 2004s

    How do we change description of the workbooks? Change description option from Bex analyzer is not available.
    How would one move or copy a query / workbook from a role to another role ( There was an option with 3.5 in Bex browser and Bex Analyzer)
    Option of saving a workbook and query to a role from Bex Analyzer > Open screen is not available
    Rgds
    Dinesh

    Workbook settings -
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/54/a493f7256b43698191a2623e5a0532/content.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/54/a493f7256b43698191a2623e5a0532/content.htm</a>
    Global Settings-
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/f1/0a551ce09411d2acb90000e829fbfe/content.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/f1/0a551ce09411d2acb90000e829fbfe/content.htm</a>
    Hope it Helps
    Chetan
    @CP..

  • Multiple Queries in a workbook in 2004s

    Hello folks,
    I am currently working on a report rendering strategy for BI 7.0 2004s installation for our organization. While exploring the various options provided by the system, I notice a whole lot of new look to the Bex Analyzer in 7.0. In the earlier version there used to be options to insert multiple queries in a single workbook, but in the new version , I don't seem to see this as an option. Has this feature been taken out or is there another way that I am missing to do this ?
    Are there any how to's for the new Bex Analyzer ?
    I appreciate your response ...
    Thanks

    Nikki,
         All I did was...
         - Inserted an analysis grid in the design mode at the bottom of the first query.
         - Assigned a new query by creating a new data provider in the grid properties.
         - Once I exited the design mode, the new query got refreshed.
    Try using a different query for the new one and see if you are still getting that critical error.
    Sadly, I am getting the same critical error since this morning when I tried to open the workbooks with multiple queries that I created earlier without any problem. I am investigating in the same direction, keep me posted if you get this solved.

  • Workbook - settings disappear

    Hi Gurus,
    We are facing this issue while creating Workbooks - When a workbook is executed the first time, a dialogue box pops up with selection criteria. But, the next time, the workbook defaults to the older selection criteria and displays results directly. The message that it shows is - "The workbook does not have any input ready variable".
    On going to the design mode, I change the workbook settling to - Refresh workbook on open. But, this does not help. Moreover, the grid settings where I had provided the name of the query earlier, the name disappears next time I open the workbook. Am I missing something here ? Pls help !!
    Regards
    Niranjana

    hello
    Please check these variables in table rszglobv... (tx: se16)
    is the flag: dynchange=x set for these variables... if so this means that these variables are only processed once.. and do not appear on refresh....
    (X = true)
    or you can also check the flag... Varinput=x.... if these variables are not ready for input... then they are being prefilled either by authorizations or by code (sap or customer exit) and will not appear in the popup.
    I hope this helps
    best regards
    Orla.

  • Workbook settings macro is not visible for another user?

    Hi all,
    There is a work book with formulas inside the workbook, when execute the workbook i can see the formulas and the values derived from the excel formulas.
    But when another user is running it, he is not able to see those values,
    I think there should be some setting to be done for that user to access that workbook?
    what is that setting and how it should be done so that that user can see it?
    Thanks

    Hi all,
    When i open the work book in the design mode, i can see there are 3 text elements and one item grid,
    which is actually which was designed in the workbook, but the user is unable to see those text elements and item grid!!
    Can anyone pls help on this,
    So that the user can see this options!!
    Thanks

  • Bex Analyzer macro to change workbook settings

    Hi,
    I need to create a macro on event workboobk before close in order to force the value of the workbook setting : "refresh when the workbook is open"even if the user manually change the value
    how can i achieve this
    Thanks in advance for your help

    Hi,
    I can give you the logic for your requirement. Place a contant value in a cell somewhere user can't see. On closing write a macro to set the value to that cell and also at time of opening.
    Regards,
    -Vj

  • Macro not executing on opening a workbook in 2004s analyser

    Hello Everyone,
    I have a macro called callback in my workbook and in the workbook setting under the exits tabs I have checked "Run macro on refresh " option with callback as the macro.
    The macro is not being executed automatically on opening the workbook even though the workbook is being refreshed on opening the workbook. Again If i were to refresh the query after opening the workbook it gets invoked.
    A couple of people seem to have same issue but no one has a clear cut solution.
    Please be advised that I am using 7.0 and I am SPS15 with FEP 6 and patch 1.

    Hi Mitchell,
    This is actual code  I have used :
    Sub Macrotest(ParamArray varname())
    ' Macro1 Macro
        Range("H2").Select
        Selection.Interior.ColorIndex = 15
        Range("K2").Select
        Selection.Interior.ColorIndex = 4
    End Sub
    The problem I have is that the macro is not invoked the very first time I open a workbook (I have the query refresh on wokrbook option set). Once the workbook is open changing the report or variables trigger the macro.
    Anyways I have sent an error message to SAP, will update this thread on feedback from them.

  • 2004s Workbook Sheet Protection

    I have been attempting to protect the results area of a sheet in a workbook.
    I have set the properties of the analysis grid to "Enable Cell Protection"
    I have made the following excel settings.
    The relevant results area cells have been set to locked.  Format > Cells > Protection = Locked.
    I have turned on Sheet Protection.  Tools > Protection > Protect Sheet.
    Saved my workbook.  At this point the results area is protected however if I close and open my workbook, the sheet is no longer protected.
    Can anyone comment on this issue.
    Thanks
    Ian

    I have just activated the "Protect Workbook" in workbook settings and the the enable cell protection is now working for the analysis grid.

  • Error while Scheduling Precalculation settings

    Hi All,
    I have made workbook settings for Precalculation server.
    What I did:
    I have made a variable in query 2 on one of the characteristics and Given the Processing type as 'Replacement path' .NOw in the replacement path Tab, I hve given 'Query' as input in 'Replace with' option and mentioned the query name (query1) whose output I want to assign to this variable.
    Am I going correctly?
    After this is done,I did settings in the Broadcaster for precalculation.
    When I executed that settings I am getting the following error:
    Error Description:Wrong number of arguments
    Wrong ID property assignment
    Result: Failse
    End of MenuRefreshPrecal
    Precalculation in thread 4 failed
    Cannot precalculate workbook.
    I am unable to find out where I am wrong?
    Can anybody please tell me the complete step by step process for this starting from creating variable?I know it'll be too lengthy but I am totally new to this & cannot understan what to follow afer what????
    If somebody has the screenshots for the same, can send me on ompreet_nandra at hotmail.
    Plz help........
    Thanks
    Preet

    Unfortunately the error comes out immediately after the menu selection: if there's an options panel, it doesn't show 
    Tomorrow I'll be out of office, but next wednesday I'll try to run the tool from the command line and see what happens. In the meanwhile if you have any further suggestion I'll be glad to hear it.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Performance Problems Bex 7.0 and Office 2007 Workbooks

    Hi
    we had a performance Problem with Bex 7.0 and Worksbooks in Office 2007.
    The Workbooks are created with Office 2003 and runs with good performance but in Office 2007 the performance is inacceptable.
    E.g. open Workbook with Office 2003   --    30 seconds
           open Workbook with Office 2007   --    15 minutes
    We do everything what we find in SAP Notes, Whitepapers oder SDN Messages.
    For Example:
    - We installed all Excel Patches witch descriped in: Microsoft Excel 2007 &
    SAP Business Explorer Compatibility
    - We set the optimize X: RS_FRONTEND_INIT setting u2018ANA_USE_OPTIMIZE_STG = Xu2019
    - We open worksbooks in Office 2007 with the repair Flag.
    - We used Flag open in XLS format
    But same Workbooks are extrem slow.
    We try to create a new Workbook with Office 2007 and it runs with good performance.
    But there are 500 Workbooks we didn`t wont to create all new.
    System Information:
    BW: 7.0 Netweaver 7.01 BI_CONT 7.05
    Client: SAP Gui 7.10 BI Explorer: 902
    Thank your for your Help.
    Edited by: Carsten Ziemann on Feb 2, 2011 4:36 PM

    Hello Carsten,
    Try to use Workbook compression:
      -  Open the specific workbook in BEx Analyzer
      -  Open Workbook Settings dailog
      -  Check "Use Optimized Storage"
      -  Click on OK Button
      -  Save the workbook
    But also, your front end tools are on a very old version.
    I would like to recommend you to install the latest patch of SAPGUI 7.20 and Business Explore 7.20.
    Front End Version 7.10 will be supported until April 2011.
    But, if you want to continue using 7.10, update to latest patch:
    http://service.sap.com/swdc
    > Support Packages and Patches
    > Browse our Download Catalog
      > SAP Frontend Components
    > SAP GUI FOR WINDOWS
    > SAP GUI FOR WINDOWS 7.10 CORE
    > Win32
    _ > gui710_20-10002995.exe
       |  > BI ADDON FOR SAP GUI
       |  > BI 7.0 ADDON FOR SAP GUI 7.10
       |_ > bi710sp14_1400-10004472.exe
    Cheers,
    Edward John

  • How to giv diff varible values for all the queries in a Workbook?

    Hello BI Gurus,
              I have an issue with the variable in a the workbook,
    I have a workbook in which 4 queries are inserted in the same sheet one below the other and all these queries has same hierarchy variable (same technical name). In all these queries uses different hierarchies but same selection variable.
              Now the issue is , when I refresh the workbook the first queryu2019s variable pops up selection option for the hier variable and when I enter the value this first query runs fine but it carries the same value to another query and fails as the 2nd query uses diff hier.
    All I need is, is there any way by which these queries pop up selection screen separately for every query in workbook?
    Thanks a lot..! have a great day!

    Hi,
    You should open workbook settings and remove tick for display dubplicate veriables omly once.
    Regards,
    Veronika.

  • Buttons not working when workbook is opened. Error says about macro.

    Hi Gurus,
    I have created a workbook and it was working fine. But now when i open the workbook it throws an error saying " Cannot run the macro Workbookname.button_click. The macro may not be available in this workbook or all macros may be disabled" . What I find surprising is that it was working fine and it suddenly changed like this.
    It can be solved if I toggle between the design and analysis mode in Analyzer. Isn't there any other solution for this. I was wondering how my workbook suddenly changed its behavior. I would really appreciate if anyone could tell me a solution for this issue.
    Thanks in advance,
    Jerry Jerome

    Hi Jerry,
    Iam also facing the same problem ....were you able to get solution ..if yes plz share...
    When I Clikced on Add Macros button in Workbook Settings ,i was able to access the buttons ..but once i close and open the workbook iam again getting the same error..
    Iam not able to Save the Workbook settings afte Clicking on ADD Macros...
    Regards,
    Ravi

  • How to embed multiple queries in single workbook

    Hi,
               I am working in BI 7.0 environment. My requirement is
    1) I have 6 different SD queries.
    2) I need to create workbook out of each query.
    3) I need to embed workbook created from each query into a single work book (each worksheet in workbook should have workbook created from 1single query).
    This way the final workbook will have six work sheets with six different queries (all saved as workbooks).
    Can anyone please give me an idea to create the workbook.
    We are latest version of Excel.
    Thanks in advance.

    Hi Padma,
       You can embed multiple queries in a workbook.Please follow below steps.
    1. Open the query in a Bex analyzer (first query)
    2. Go to second tab and select a cell and insert anlaysis item (second icon on the Bex Toolbar)
    3. Right click and assign query to the data provider.
    4. Goto next tab and insert analysis item for third query . Similarly you can insert many queries but embedding multiple queries will degrade performace.
    5. Goto workbook settings (last icon in Bex tool bar) for workbook properties like refresh workbook on open. pop up variable screen on refresh etc.
    Also please go thru below links .
    http://help.sap.com/saphelp_nw04/helpdata/en/ba/45583ca544eb
    51e10000000a114084/content.htm
    Hope this helps. Let me know if you have any queries.
    Regards
    Suvarna

  • Text Var not working correctly in workbook

    Hello all,
    I have created a text var which is working on replacement path on 0calday.
    i have added this text var in a query and ran through query designer ( execute through web ) it is showing correct results.
    i have created a workbook whereas i have added this query and some other similar queries as well .
    Now when i run the workbook , it is showing incorrect results for text var , while as when i am running query individualy ; it is showing correct results.
    Kindly advice ..
    Regards,
    CR

    Hi CR_LEAN,
    Do the other queries in that workbooks have the same variable for 0calday..?
    If yes, it may be possible that it is showing the values according to the variable value of the other query.
    If this is the case, try by doing the variable melting off, from Workbook Settings > Variables > and uncheck Display similar variables only once.
    Now when you refresh the workbook, it will ask for the variable values for each query individually.
    Regards.

Maybe you are looking for

  • HT1473 Apple tv purchases to iTunes

    I purchased a movie using apple tv to view on my regular home tv.  How do I get this movie onto my Mac in iTures?  I can view movies I purchased in iTunes on my home tv using Apple tv, so I should be able to view the movies from Apple tv on iTunes.

  • Uploading project back to server

    Three people are working on one project. There was some problem in check-in/check out and now it is currupted on one computer. Running copy is there at other two computers but as those are not latest sync versions so it can not be uploaded to server

  • Long "packing time" in some requests

    Hi everyone, We are having issues with MapViewer performance. Sometimes there are delays due to "packing time" so we are running test with the same request repeated every minute and the delay occurs on occasion without following a definite pattern (r

  • Cannot edit photo in iBook

    After placing a photo on an ibook page, I try to edit it. I highlight the picture & click on options. When I click on "edit photo" it goes to that menu, but the photo does not appear. Just black. Any ideas on why that may be? I've already made a book

  • Where is the exception stacktrace - weblogic.webservice.core.handler.Invoke

    Hi, I am debugging a Web Service. It sometimes throws an exception while deserializing the input. But when I look through the log all I see is: ####<Jul 27, 2010 9:20:43 AM EDT> <Info> <WebService> <myhost.net> <prodServer114> <[ACTIVE] ExecuteThread