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]

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.

  • Q regarding Acrobat 9 Standard and Excel 2007

    Using 9 Standard and Excel 2007, what settings do I need to change to create a pdf document that looks like my Excel print preview?  Some of the graphs within our excel documents are large, say 3 graphs 5 inches wide each, which are then forced to fit the print area using excel's Fit-to page settings.  When we attempt to convert these to pdf using 9 Standard, the graphs end up 5 inches wide each, and do not fit on the pdf page.  These pages pdf perfecly using Pro 8 but not using 9 Standard.  Unfortunately, I can not change the Excel documents, because we have multiple users, some with 9 Standard and others with 8 Pro, all using the same Excel documents.
    Thanks in advance for any and all replies.
    jim

    Thank you for your reply, however the suggestion did not work.  My original problem still exists:  headers and footers are resized on each page, some so small they are unreadable.  Also (much worse), I did a 'save-as' on a file created in XL 07, saving as XL 97-03.  This caused a 'significant loss of functionality' within my file, affecting 286 different cells.  I often use XL07's =IFERROR formulas which are not recognized in 97-03.
    So... I still have only a partial solution.  Adjusting the dpi settings allows me to successfully convert XL 07 files to pdf, but Acrobat 9 Standard is currently useless, because I can not add proper headers and footers.
    Anyone else with suggestions?  All replies appreciated.
    Thanks
    jim

  • BPC 7 : Excel 2003 and Excel 2007 Conflict

    Hi Experts,
                   I have created a template in BPC 7 MS on my computer which has Excel 2003 version.
    But when I try that template on another computer which has Excel 2007. The format (in the format Range) did'nt seem to work or it has diff effect on Excel 2007.
                   Is there really a conflict between them?? and cannot have different Microsoft Office version??  Or is there An Add-on that we have to Install so that Excel 2003 and Excel 2007 can be used at the same Time??
    Thanks,
    Bennie Jay

    Sorin:
    Situation
    I also have the same issue with Excel formatting in Excel 2007, and I found a work-around specifically to my issue.
    At the format section's CRITERIA, I have one entry: HEADING="New Budget" in the Column direction, apply certain color and number format to the cells of that column. However, I used Excel function CONCATENATE("HEADING=",EVDES("FINANCE",CATEGORY)) to come out with HEADING="New Budget", rather than just typing the string value.
    With the above exercise, in Excel 2003 the format would apply no problem, but in Excel 2007, the entire formatting went wild and broke. After I dropped CONCATENATE() and just typed in HEADING="New Budget", the formatting applied OK in 2007.
    Data
    We are currently on BPC 5.1 SP5
    The original report was built in Excel 2003
    Question
    Is there a setting in Excel that would allow me or bypass the restriction to use Excel functions to come out with CRITERIA definition?

  • XLR b1 2007 and excel 2007    excel sheet is empty

    hi experts,
    i like to use xlr in b1 2007 with excel 2007.
    after getting a fail in xl reporter, i change the security settings in excel 2007.
    now the excel sheet opens, but there are no values in it.
    for example, i made only a query about the business partner (the result is only one column) and like to
    import the result in excel 2007 , there is only a headline named 'business partner' . And the column you could see in the xlr filled with the business partner names is empty.
    sap b1 and excel 2007 runs on terminal services published by citrix.
    has someone an idea to solve the problem?
    with greetings from hamburg
       michael

    Hi Michael,
    Please make sure that the following steps are performed:
    +COM Add-ins                                                                               
    (Excel 2007)                                              
    Go to excel                                             
    Office button -> Excel Options button                   
    Add-Ins                                                 
    Manager: COM Add-ins -> Go                              
    SAP Business One XL Reporter should be selected.        
    +Disabled Items                                                                               
    (Excel 2007)                                              
    Go to excel                                             
    Office button -> Excel Options button                   
    Add-Ins                                                 
    Manager: Disabled Items -> Go                           
    SAP Business One XL Reporter should not be listed.      
    If it is please select it and click Enable button.      
    +Macro Visual Basic Project                                                                               
    (Excel 2007)                                              
    Go to excel                                                    
    Office button -> Excel Options button                           
    Trust Center -> Trust Center Settings...                        
    Macro Settings -> Trust access to the VBA project object model  
    hope it helps,
    Regards,
    Ladislav
    SAP Business One Forum Team
    Edited by: Ladislav Meszaros on Feb 25, 2009 10:41 AM
    Edited by: Ladislav Meszaros on Feb 25, 2009 10:41 AM

  • Icloud 2.1 and excel 2007

    There is a meanwhile well known issue using windows 7 and excel 2007 or 2010 and have iCloud version 2.0 or 2.1 installed:
    Excel files with macros will be destroyed, you`ll get a message like" Excel found unreadable content - I don't know the right translation beause I use the german version. ("Von Excel wurde unlesbarer Inhalt in '[Datei]' gefunden. Möchten Sie den
    Inhalt dieser Arbeitsmappe wiederherstellen? Wenn Sie der Quelle dieser Arbeitsmappe vertrauen, klicken Sie auf 'Ja'." - german version).
    Is there anything new in iCloud version 2.1.1 - is this issue correced right now?
    Until it is not corrected one have to use iCloud version 1.1 instead to solve the problem.

    Look at this discussion:
    Re: Excel 2007 problem opening xlsx files when iCloud control panel is installed
    .... and the problem is still not solved (iCloud 3.1.0.40) and I guess will never be. We need to rename or delete the shellstreams.dll or save the excel-files as .xls to solve the problem for ourselves!
    What a shame!

  • BEX and Excel 2007

    Hi experts,
    I want to know if BW BEX can use the 1million row capability of Excel 2007.
    When I am exporting data to excel, it is giving a warning 'Maximum number of rows (65535) exceeded. Result is incomplete.'
    This is the limit of excel 2003 version.
    Any inputs to this will be highly appreciated.
    Regards,
    Uday.

    Hello,
    In order to keep the backward compatibility with other Excel versions, BEx Analyzer still have such limitation.
    Here is a detailed explanation from SAP Development in this matter:
    "Besides the further testing need, we also consider that there are still lots of customers who have not begun using Excel 2007. If there is no such restriction in Analyzer, there might be problem when they have a large number of data to be displayed in Excel 2002/2003.
    Furthermore, BEx Analyzer is not a tool for the mass extraction of data, but a viewer/navigator tool for data. And due to the .NET Framework memory utilization limitation, there would be no more than 750,000 cells displayed in Analyzer. Please refer to note 1040454. If we consider the currently existing limitation of 65536 rows, this would mean something around 11 columns. Even when more rows are supported, the maximum number of cells that the .Net process can handle would not increase, which means the displayed columns would be very limited and not practical either.
    If you have to display so many rows, you can consider executing the report in the Java Web. This would be a workaround.
    We regret to say we could not provide more positive solutions. We are sorry for the inconvenience caused."
    Kind Regards,
    Marcio

  • 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

  • BPC and Excel 2007

    Can someone tell me what version/service pack of BPC is needed in order to run properly in Excel 2007?
    Thanks!
    Anthony

    Anthony,
    I am using BPC Sp3 so V.5.0.502.03 and I discovered problems in the Admin with Excel 2007!
    As an admin I would not recommend yet to install Excel 2007, except if all admins are using it!
    Just to let you know:
    Here is a log I put on SAP Support Portal about this problem:
    Short Text                 
    Excel 2007 saving files in 2007 format but with an xls ext                
    Long Text                
    I have upgraded my Excel to 2007, but the default file format is in
    Excel 2003 format. When I make changes to dimensions the file is being
    saved as an xls (as opposed to an xlsx) file, but it is being saved in
    the Excel 2007 format. This means that 2003 users can't open the file.
    I have deliberately kept the default file version in excel to the 2003
    format so that I don't have compatibility issues, but BPC seems to be
    ignoring this settting and using the 2007 format anyway.
    I can work around this by opening the file from Excel and resaving it,
    but obviously this is a nuisance to keep having to do this. I do not
    want to revert back to Excel 2003 just to avoid this problem
    I am running BPC version 5.1 SP3
    Steps for Reconstruction                 
    Install Excel 2007, make the default file type Excel 97-2003. Use BPC
    admin to make a change to a dimension, then try to make a change to the
    same dimension on a machine that is running Excel 2003
    Here is the answer they gave me:
    Dear customer,
    Thank you for contacting SAP Support Centre.
    The problem is a known issue which has been reproted the dev team.
    It will be fixed on bpc 7m.
    The current workaround is:
    1. Install 'Compatibility Pack for the 2007 Office system' file on
    client has Office2003.
    2. Change file extension 'xls' or 'xlt' to 'xlsx'.
    3. Opent template
    I wish this could be helpful to you.
    Even in installing the compatibility pack did not solve this problem but it is only this problem i found and only in the Admin... but as an admin it is a major problem!!
    So when you ask, the version of BPC working "properly"... i dont really know what to answer. Make your own opinion
    Nic

  • XL Reporter with Windows Vista Basic and Excel 2007

    Hi there,
    I am facing a problem with my SAP Business One edition. I am using XL Reporter with my Windows XP Professional Edition and Microsoft Office 2003 and/or 2007, and it works perfectly, but when i try to connect my laptop, loaded with Windows Vista Basic edition and Microsoft Office 2007, it does not support.
    When i try to add IXXLReporter.dll in Excel 07, it does not work, it neither shows me any error or any confirmation message. When i try to run XL Reporter from SAP, it starts process and hangs.
    Can anybody tell me perfectly that whether SAP B1 is compatible with Vista Home Edition or not ...???
    If it works, what changes i have to make in my SAP or Vista or Excel, please inform me soon. . .
    Thanks
    DhanraJ

    Thanks to all of you for replying,
    I have tried all the above given instructions and suggestions. But still m not able to solve my problem. Anyways i have started using this in my another system, but still waiting for proper solution.
    If anybody find answer please reply me.
    Thanks Again,
    Dhanraj

  • HFM SDK and Excel 2007

    Hi there,
    is it possible to get HFM SDK working on Excel 2007 for an EPMA application?
    I imported the .bas-file of the "ExtendedAnalyticsBatch"-Sample (VB6) in Excel and tried to get this work. But i cant't even import the necessary dll's.
    Has anybody an idea to get this work or first of all to import the dll's? Or isn't it possible with this combination of SDK and Excel-Version?
    Google doesn't help that much.
    Thanks & best regards

    Hi,
    Please refer to the Note 1240811 - Known issues with BPC and Office 2007.
    Hope it helps.
    Regards,
    Raghu

  • Acrobat 8 and Excel 2007 - drops elements

    using acrobat in excel 2007 and converting spreadsheets to pdf's
    no matter what settings i change or how i alter the charts, some chart
    elements dont show on the pdf, text is fine it just seems to be chart shapes

    If you are having problems creating a PDF, there are two steps you should do FIRST
    Go to the appropriate vendor web site and apply all updates to the program you are using (several recent messages have concerned problems with MS Office conversion, with the response that different versions of Office have different BUGS that must be fixed by a download from Microsoft - and MS Office products are not the only ones which may, from time to time, need to be updated to work properly)
    Go to the Acrobat update page and apply the updates for your version of Acrobat
    IN NUMBER ORDER (updates are not cumulative so, using version 8 as an example, you must apply 8.1.0 before the 8.1.1 update)
    http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows

  • Add-in and Excel 2007

    Hi everyone,<BR><BR>Does anybody know if essbase Add-in version 6.5.5 will work togehter with Excel 2007? I really cannot find any detail on this.<BR><BR>Thanks in advance<BR>

    Chances are, your VBA code isn't broken because of the API, but because the old xls/xla workbook had a reference to the old excel object model.<BR><BR>Go to the VBA editor and choose the Tools/References menu item. Look for any "missing" entries and perhaps the new version of excel has an equivalent. If a reference is missing, it can cause certain functions to lose their definition and it shows up as broken code (i.e. no definitions for string functions like len, format$, etc... is a frequent side effect).<BR><BR>There is another possibility, a more pervasive and complicated one (at least to explain). Excel 2007 may be interpreting the module defines differently. The API modules with essbase use a patter like this:<BR><BR>1: Declare Function EssSomething1 Lib "esbapin.DLL" (etc...)<BR>2: Declare Function EssSomething2 Lib "esbapin" (etc...)<BR>3: Declare Function EssOtlSomething1 Lib "esbotln.DLL" (etc...)<BR>4: Declare Function EssOtlSomething2 Lib "esbotln" (etc...)<BR><BR>The first definition sort of "keys" the dll to the VBA module, so subsequent references don't particularly need the .DLL extension. The problem is that if the first use of the dll doesn't include the extension, the dynamic linking isn't always resolved properly. In at least one case, I've had to add the extension TO EVERY SINGLE DECLARE. This resolved my issue, and it wasn't especially difficult to do, but I have no definitive explanation for why it was necessary or what made to resolve the issue.<BR><BR>So, do I recommend you try this fix? Only as a last resort. I'd check the references for missing modules first, as it's more likely to be an issue and it's really easy to do.<BR><BR>HTH,<BR><BR>-Doug.<BR>

Maybe you are looking for

  • When I try to enter a time machine with Snow Leopard backups Lion I get an error code -6584 ... how to fix?

    Hi. I had a first gen time machine with backups all on Snow Leopard. This died (power supply), and I bought a new time capsule, because to fix the old one would cost nearly the same amount. Since, I have started using Lion, and backed up onto my new

  • The contents in a internal table

    Hi Experts, I have a doubt in filling the contents of an internal table with the database table fields reference. For eg: There is an internal table like this: data: begin of t_conditions occurs 0,              kschl like rv13a-kschl,              vk

  • IDoc Monitoring: Data collection not getting completed

    Hi, I have setup IDoc monitoring in Solution Manager 7.1 SP08 for managed systems which is on ST-A/PI 01Q. There are many IDoc being generated in the managed system but I am not getting any alert for it. In the alert inbox I get the message that the

  • Help on triggers

    FOllowing is the process that I have gone through in creating the tables and trigger. Now when I try to insert a row into mahesh_emp (while not passing anything for empno), I get an error: ORA-00947: not enough values I was asssuming, now that I have

  • Windows 2008 R2 Driver for HP Laserjet 8150 - Network Connect Fails With 0x000004005 Error

    Dear All, I'm trying to connect to a network laserjet 8150 with Windows 2008 R2.  The server keeps complaining that it can't access a suitable driver - even if I point it specifically to the universal printer drivers available on the HP web pages. Co