Excel 2007 Compatibility

Hi there,
I am using BPC 5 (5.0.0.485 to be exact) and upgraded my MS Office version from 2003 to 2007. Now, every time I open a dimension in the Administration module, it tries to open it directly in Excel and throws an warning: "The file you are trying to open, '<dimname>.xls', is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now?". If I click yes, it opens the file in BPC Admin but when I attempt to save it, it complains that the file is already opened.
If I open the dimension file from Windows explorer, save it in Excel 2003 format and close it, then subsequently open it in BPC Administration, it works fine but if I make changes and save to server, it causes the same warning message as above next time I open the dimension again. Somehow BPC admin is changing the file format.
How can I solve this?
Thanks,
Regis

Dear Regis Cabaret,
You had to have the username and password for log in the SAP Service MarketPlace. The websute link is [https://websmp207.sap-ag.de/support]. After that, you choose the menu "Download" on that website. I think that the SAP was provided SP 11 for SAP BPC 5.1 until now.
Thanks,
Wandi

Similar Messages

  • GUI_DOWNLOAD - Excel 2007 compatability mode

    Hi,
    My requirement is to output a excel file whihc should be of compatilibity mode in excel 2007.
    Right now we have WS_DOWNLOAD but i am trying to chage it to GUI_DOWNLOAD but when i do a sample porgam ..it is still getting same results as WS_DOWNLOAD.
    We use these files for uploading in frontend .. so whenever it is not compatabilty program is erroring out saying unknown format.
    Any ideas to get output in excel  2007 compatability mode?
    Sample program
    REPORT zdownload MESSAGE-ID bd.
    DATA: w_tab TYPE USR21.
    DATA: i_tab TYPE STANDARD TABLE OF USR21.
    DATA: v_subrc(2),
    v_recswritten(6).
    PARAMETERS: p_file(80)
    DEFAULT 'C:\Documents and Settings\dfgdgfdf\Desktop\Org.xls'. " i tried .xlsx but i am getting file open error 19
    DATA: filename TYPE string.
    filename = p_file.
    SELECT * FROM USR21 INTO TABLE I_TAB.
    * If text fields appear right justified or columns not lined up in
    *output set
    * TRUNC_TRAILING_BLANKS to X
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    * BIN_FILESIZE =
    filename = filename
    FILETYPE = 'ASC'
    * APPEND = ' '
    WRITE_FIELD_SEPARATOR = 'X'
    * HEADER = '00'
    *TRUNC_TRAILING_BLANKS = 'X '
    * WRITE_LF = 'X'
    * COL_SELECT = ' '
    * COL_SELECT_MASK = ' '
    * IMPORTING
    * FILELENGTH =
    tables
    data_tab = I_TAB
    EXCEPTIONS
    FILE_WRITE_ERROR = 1
    NO_BATCH = 2
    GUI_REFUSE_FILETRANSFER = 3
    INVALID_TYPE = 4
    NO_AUTHORITY = 5
    UNKNOWN_ERROR = 6
    HEADER_NOT_ALLOWED = 7
    SEPARATOR_NOT_ALLOWED = 8
    FILESIZE_NOT_ALLOWED = 9
    HEADER_TOO_LONG = 10
    DP_ERROR_CREATE = 11
    DP_ERROR_SEND = 12
    DP_ERROR_WRITE = 13
    UNKNOWN_DP_ERROR = 14
    ACCESS_DENIED = 15
    DP_OUT_OF_MEMORY = 16
    DISK_FULL = 17
    DP_TIMEOUT = 18
    FILE_NOT_FOUND = 19
    DATAPROVIDER_EXCEPTION = 20
    CONTROL_FLUSH_ERROR = 21
    OTHERS = 22
    * SYST FIELDS ARE NOT SET BY THIS FUNCTION SO DISPLAY THE ERROR CODE *
    IF sy-subrc <> 0.
    v_subrc = sy-subrc.
    MESSAGE e899 WITH 'File Open Error' v_subrc.
    ENDIF.
    DESCRIBE TABLE i_tab LINES v_recswritten.
    *MESSAGE i899 WITH v_recswritten "Records Written from USR21'
    Rgds
    praveen

    Hi,
    You just told that you are replacing the WS-DOWNLOAD with GUI_DOWNLOAD.
    The error which you are getting that GUI_DOWNLOAD not able to find out the File .
    Just try with the below mentioned sample code.
    DATA: l_filename    TYPE string,
           l_filen       TYPE string,
           l_path        TYPE string,
           l_fullpath    TYPE string,
           l_usr_act     TYPE I.
    l_filename = p_file.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG
      EXPORTING
        DEFAULT_FILE_NAME    = l_filename
      CHANGING
        FILENAME             = l_filen
        PATH                 = l_path
        FULLPATH             = l_fullpath
        USER_ACTION          = l_usr_act
      EXCEPTIONS
        CNTL_ERROR           = 1
        ERROR_NO_GUI         = 2
        NOT_SUPPORTED_BY_GUI = 3
        others               = 4.
    IF sy-subrc = 0
          AND l_usr_act <>
          CL_GUI_FRONTEND_SERVICES=>ACTION_CANCEL.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        FILENAME                        = l_fullpath
       FILETYPE                        = 'DAT'
      TABLES
        DATA_TAB                        = T_DOWNL
    EXCEPTIONS
       FILE_WRITE_ERROR                = 1
       NO_BATCH                        = 2
       GUI_REFUSE_FILETRANSFER         = 3
       INVALID_TYPE                    = 4
       NO_AUTHORITY                    = 5
       UNKNOWN_ERROR                   = 6
       HEADER_NOT_ALLOWED              = 7
       SEPARATOR_NOT_ALLOWED           = 8
       FILESIZE_NOT_ALLOWED            = 9
       HEADER_TOO_LONG                 = 10
       DP_ERROR_CREATE                 = 11
       DP_ERROR_SEND                   = 12
       DP_ERROR_WRITE                  = 13
       UNKNOWN_DP_ERROR                = 14
       ACCESS_DENIED                   = 15
       DP_OUT_OF_MEMORY                = 16
       DISK_FULL                       = 17
       DP_TIMEOUT                      = 18
       FILE_NOT_FOUND                  = 19
       DATAPROVIDER_EXCEPTION          = 20
       CONTROL_FLUSH_ERROR             = 21
       OTHERS                          = 22.
    ENDIF.

  • Excel 2007 compatability

    Hello All,
    I am on BI 7.0 SP 18. Front end GUI 7.1, patch level 11, SP 4.
    Can you please provide me links/guidelines from SAP on what SP, patch level etc we should be on to use excel 2007?
    We are able to use Excel 2007 to open workbooks created in 2003, except for one workbook which has a lot of vlookups and excel formulae. Thanks
    Prakash

    Hi,
    The sap notes:
    Note 877774 - Pre-requisite for BI 7.0 Frontend
    Note 918394 - BI Frontend installation check tool
    Note 1050605 - No response for the toolbars in BEx Analyzer 2004s
    Note 1049712 - Applying Patches for NetWeaver BI Frontend
    For more details about "BEx Compatibility of MS Operating Systems and Office Products"
    https://websmp204.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000676672&
    Regards,
    CSM Reddy

  • Excel 2007 compatibility issues with Essbase 7.1.6

    Our company is rolling out Excel 2007 in January, and we are running Essbase 7.1.6 (Planning 4.0.5 front end). We have numerous Excel models and are using the Essbase Spreadsheet Toolkit software, which enables the Essbase menu commands to be executed with VBA code.
    What kind of issues can we expect to encounter? Is this an upgrade emergency?

    Yes, this version is supproted with Essbase 7.1.6 according to Oracle's Hyperion System 9.3.1 Release Compatibility
    for more details go through the following doc.
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/hsys9_install_start_here.pdf
    Regards,
    Manmohan

  • Inquiry of Excel 2007 Compatability

    I'm now using Excel 2007 (12.0.6425.1000 SP2) and Essbase (ESB9.3.1.2.0B007). However when I opened Query Designer, Excel prompted me an error message and forced me to close the Excel. Is this Essbase version compatable with Excel 2007? How can I open Query Designer? Please advise! Thanks for your support in advance!

    Hi,
    The sap notes:
    Note 877774 - Pre-requisite for BI 7.0 Frontend
    Note 918394 - BI Frontend installation check tool
    Note 1050605 - No response for the toolbars in BEx Analyzer 2004s
    Note 1049712 - Applying Patches for NetWeaver BI Frontend
    For more details about "BEx Compatibility of MS Operating Systems and Office Products"
    https://websmp204.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000676672&
    Regards,
    CSM Reddy

  • ADI and Excel 2007 compatibility

    Hi everyone,
    Do you know if ADI 7.2.0.09.12 is compatible with Excel 2007?
    The users here at office have Excel 2007 and when trying to use ADI, the system gets hung.
    Thanks in advance,
    Jose

    ADI release 7.2.10 (Patch 6455020) is certified with Microsoft Office 2007
    For more details, please refer to:
    [Note: 443515.1 - Is ADI Certified With Microsoft Office 2007?|https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=443515.1]
    [Note: 434917.1 - Is There a Version of ADI That is Compatible With Office 2007?|https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=434917.1]
    For Web ADI, refer to:
    [Note: 466229.1 - Are there Web ADI Viewers available that are compatible with Microsoft Excel and Word 2007|https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=466229.1]

  • Is Discoverer Plus compatible to the Microsoft Excel 2007?

    Hi,
    I have a Discoverer Report in which the data is formated with Bold,underlines, $ signs and different background color for the grnad totals etc..
    When i export the data to microsoft excel 2007 i loose all the formatting. Microsoft Excel 2003 did not had this problem.
    Is Microsoft Excel 2007 is compatible with Discoverer Plus? Do we have any Patch which will resolve this issue?
    Please advice.
    Thanks in advance.

    Hi,
    Is Microsoft Excel 2007 is compatible with Discoverer Plus?Yes,it is compatable with discoverer and we are also using office 2007
    Do we have any Patch which will resolve this issue?there is no patch required for this and it doesnt deal with patches.Do check out with your admininstartor installed office properly or not.By the ay did you install full version which is licensed or the crack version.I dont think so crack version works out.
    go through this link [http://support.microsoft.com/kb/277621]
    Hope it helps you.
    Kranthi.

  • Known issues for OBIEE Office Add in with Excel 2007?

    Hi,
    Does anybody know if there are issues for the office add-in with Office 2007?
    i'm playing around a little bit to see how it works, but it seems that Excel interferes with the layout.
    I do get different grafs and also i tried the tutorial with the excel template and my changes come only partly through.
    Thanks
    Sandra

    Hi Sandra,
    Were you able to use OBIEE Office Add in with Excel 2007? I am planning to look at this compatibility. I am looking here to seeif anyone found issues with this setup..
    Thanks,
    Bharat

  • Excel 2007 - Files will not open from outside of Excel 2007

    Hello,
    I'm a new user of Xcelsius 2008, in fact I just had it installed yesterday.  The issue I've come across ever since the install, is when I attempt to open an Excel 2007 file from My Documents window (i.e Windows Explorer) a new instance of Excel will open, churn for a few seconds and then nothing...the file doesn't open nor is there a new workbook, all I see is a blank Excel screen.
    I am however, able to click on Open within Excel, navigate to the appropriate location and open the file that way. 
    A couple notes: a) yesterday I also had Business Objects XI 3.1 installed yesterday, one of the options is "Enable Office Add-ins" I've tried to open files through Explorer with and without this enabled.  b) When I try to open a file with Explorer, at the bottom of Excel I see: "Opening:EUROTOOL.XLAM" for a brief moment, and again, all I'm left with is a new instance of a blank Excel screen.
    Any help would be greatly appreciated!
    Thanks!
    Chase K.

    Hi Chase
    Welcome to the forum!
    Well its the newbie gotcha!  The behavior is caused by Live Office compatibility mode.  Go to File - Preferences - Excel Behavior and turn it off, disable it,  uncheck it!  Exit Xcelsius and restart.
    You'll probably never have to use internal LO mode since the recommended workflow if you're using LO is to do it outside of Xcelsius anyway.
    I know its hard to read all the info when you get a new product. But the initial LO compatibility screen you clicked through does warn about this.
    And don't forget to update to the latest FP2, it'll save you posting about issues that have already been fixed.
    Andy

  • Office 2007 Compatibility with Ebuiness Suite

    Hi
    We have a client who is upgrading the MS Office to 2007.
    This is their current setup:
    Oracle Financials – version 11.5.10 Oracle Apps – 9i database – Solaris9
    Oracle CRM – version 12.0.6 and also a parking permits environment 11.5.9 – database versions 10g and 9i – Solaris 9 & 10
    Other Oracle databases 9i and 10g – mixture of Solaris 9 wand Windows 2003
    Don't use Wb Adi but we do use client adi
    Don’t use single sign on
    I sent them the following response and I am wondering have I missed anything?
    As per Metalink Note: 443515.1
    Application Desktop Integrator release 7.2.10 and above is now certified with Microsoft Office 2007.
    There are a number of notes contained within this note that I would seriously recommend reading and fully understanding.
    How to find the latest version of ADI refer to note: 238983.1
    Please Note the following:
    Any ADI Templates Created in Previous Versions of MS Office could potentially corrupt
    A lot of ADI templates may have to be created from the beginning
    Information contained may produce error. EAMPLE (Note ID: 763194.1. After Excel 2007 Upgrade, Formulas For Budget Totals Are Incorrect)
    Basic Security Settings. Note ID: : 752760.1 Unable To Download Document For Web Adi Using Excel 2007
    Also Note please refer to Note 285218.1 Recommended Browsers for Oracle E-Business Suite 11i
    Regards,
    Damien

    Damien,
    I believe the documents referenced in your post are enough. However, you may also include the following:
    Note: 845760.1 - Client ADI Install On MS Vista Or Windows 2008 Terminal Server
    Note: 466229.1 - Are there Web ADI Viewers available that are compatible with Microsoft Excel and Word 2007
    Note: 748397.1 - Compatibility Of Client ADI With 10G Database And Web ADI Functionality
    Note: 742233.1 - Why Do Attachments Not Open After Installing Office 2007
    Regards,
    Hussein

  • Report created in SAP/ BEx 7.1 with Excel 2007 can't be opened by 2000/2003

    Hi
    We're currently in the process of migrating to Office 2007 from both 2000 & 2003 and we're finding in testing that staff who use BEx Analyser with SAP 7.1 to create queries and send embedded in reports to others can not be opened by recipients who are still on Excel 2000 or 2003.    Staff who already using Excel 2007 can open the reports however not on earlier versions.  We are ensuring the excel file is saved as the file type .xls so there's no reason we can see why it shouldn't open successfully.
    Has anyone else experienced this?
    Many thanks

    Have you tried Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 file formats?
    http://office.microsoft.com/en-us/support/microsoft-office-compatibility-pack-for-word-excel-and-powerpoint-2007-file-formats-HA010168676.aspx

  • The Office 2007 compatibility pack is not installed.

    I have Office 2003 installed and get this msg when I try to publish:
    Task Comment Ref#
    Job Aid / Postprocessing document                    The Office 2007 compatibility pack is not installed.     1090976704
    Training Guide / Postprocessing document               The Office 2007 compatibility pack is not installed.     1090976704
    Instructor Manual / Postprocessing document The Office 2007 compatibility pack is not installed.     1090976704

    Hello,
    You will need to install the Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats, which can be downloaded here:
    http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en
    Best regards,
    Marc

  • Exporting Oracle 10g reports into Excel 2007

    Does anybody knows if there exits compatibility with the export function to Excel 2007?
    Some users will be installing this Excel version and i don't know if the formatting and displaying will be similar as using previous versions. They use the export function available from Discoverer Viewer.
    We have Oracle Discoverer Administrator version 10.1.2.1 and Discoverer Administrator client 10.1.2.48.18.
    Thanks!

    This is an old thread, but I was hoping there might be an update for it. The workaround of exporting to a .csv does work, but we need to be able to export to excel 2007. We have Discoverer Plus 11g and there doesn't seem to be an option to export to 2007's xlsx (just xls). Is there a way to add xlsx an an option to export to?
    I saw the metalink document describing why exel 2003 (& 2007) behaves the way it does, which is fine. If that's the case, I (or my users more specifically) don't want to use it. Truth is, most users balk at extra steps (even a simple one like manually picking .csv), and the happier they are the easier my job is. They need to be able to export to the 2007 xlsx version which supports 1 mil rows per sheet. Can that format be enabled in Plus 11g?
    Thanks
    Edited by: user527082 on Jul 31, 2012 9:17 AM

  • Just switched to Excel 2007...a few questions

    I just switched to Excel 2007 from Excel 2003 and am experiencing the zoom/delayed retrieval issues that many have spoken of in other threads.
    We currently are running essbases 9.3.1.0
    Many of my other co-workers are still using Excel 2003.
    Our company has not yet upgraded to version 11 yet so what is the optimum version (update) of essbase I should be using so that I do not experience these zoom issues and will that impact the compatability of any of my spreadsheets with my co-workers who are using Excel 2003?
    Do I need 9.3.1.3?
    Thanks in Advance!
    Edited by: [email protected] on Jun 18, 2010 9:21 AM

    Hi,
    9.3.1.3 client install should resolve your issues
    Spreadsheet Add-in. Retrieving data using Spreadsheet Add-in with Microsoft Excel 2007 may result in slow performance. When the Formula Fill option is selected, zooming in on a member (whether using mouse actions or menu items) may result in slow retrieval performance and an error message indicating that the maximum number of rows has been exceeded.
    When the Retain on Zoom option is selected, zooming out on a member (whether using mouse actions or menu items) may result in slow retrieval performance.
    The Formula Fill and Retain on Zoom options are on the Mode tab of the Essbase Options dialog box. [6695282, 7019497, 7019501]
    More information in the readme :- http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/esb_93130_readme.pdf
    Different client installation files can be downloaded from My Oracle Support under patches.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Excel 2007 (.xlsx) Import File on FDM 11.1.2

    Hi
    I have taken an excel upload file (Office 2003 .xls format) that we have used in the past and loaded succesfully in FDM 9.2 and opened it in Office 2007, re-saved the file in the Office 2007 .xlsx format, attempted to load the file in FDM 11.1.2 and I receive an error. "Error: An error occurred importing the file.
    Detail: No [ups] range name found in file!"
    Please note the following:
    * The 2003 .xls version of this file loads perfectly fine in FDM 9.2 and FDM 11.1.2
    * Saving the same file in 2007 .xlsx and trying to load it in 11.1.2 produces the error mentioned above
    * I have verfied that the ups named range does indeed exist in the .xlsx file I am trying to load to via FDM 11.1.2. Additionally as stated in bullet one the same file as .xls loads just fine.
    Is there anything I am missing? I have looked at the readme of FDM 11.1.2 for any bugs and was not able to see anything that would prevent this load.
    Thank you all in advance for your guidance.

    Hi Wayne
    Thank you for your lightning fast response (as always). My apologies but I am slightly confused...am I reading this wrong but the 11.1.2 FDM Readme file http://download.oracle.com/docs/cd/E17236_01/epm.1112/fdm_1112000_readme.pdf states:
    New Features
    FDM
    Additional 3rd-Party Support
    FDM now supports the following 3rd-party applications:
    Windows Server 2008
    MS SQL Server 2008
    IIS 7
    Internet Explorer 8
    Windows 7 Client
    .NET 2.0 Framework SP2
    Support for Excel 2007 (including xlsx file compatibility)
    The last item there states support for Excel 2007 including xlsx file compatibility?

Maybe you are looking for

  • Time Machine stopped backing up but doesn't give warning/error

    Hi, by chance I noticed, that Time Machine doesn't backup up any more, but still doesn't give errors.  In Console I see the following for a now typical run: 21.04.15 09:58:11,493 com.apple.backupd: Starting standard backup 21.04.15 09:58:12,043 com.a

  • Installing New Hardrive into Macbook Pro 13" and can't boot

    I have installed a new 500Gb 5400rpm drive into my macbook pro 13. Before I swapped the drives I used time machine to back-up onto my Lacie drive. Now the new drive is in. I turned on the computer, pressed the option button and nothing came up. I hav

  • Custom web part with ontextual tab - show/hide on focus

    Hi, I built a webpart that has a contextual ribbon tab and buttons, this webpart is added to a wiki page. When the wiki page is in edit mode I would like this custom ribbon tab to be shown or hidden depending on whether my webpart is clicked. Great t

  • How to display a logon message using login trigger?

    Hello, I have created a logon trigger similar to Tom's guide in his thread - http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:3236035522926. The guideline in the thread disables a user login, but I need the trigger to prompt a mess

  • Issue while synchronizing company address in SCUG

    Hello All, I wish everyone is fine. Before starting the thread i already did a search on my issue however i was not successful. I am in the process of configuring CUA within a SAP instance with two different clients ( central and child). Logical syst