Excel 2002 displays blank sheet when open a report in R/3

Hi,
I am having a problem in the SAP R/3 and office 2002 integration . When i open a report in R/3 and try to display the report using excel view ( Environment -> Options -> select Microsoft Excel for Office integration.). I get a blank excel sheet. I've run  the provided sap/ office  integration tool test and there was no error , and set the macro security in excel but nothing seem to be working.
I am runing SAP R/3 4.6C, SAP GUI 640 patch 23, and excel 2002 SP3
any input on this iuuse .
Regards,
fahad

What you could try is downloading the report to the client pc using WEBUTIL_FILETRANSFER.URL_TO_CLIENT, then open the locally save file using something like:
CLIENT_HOST('cmd /c rundll32.exe url.dll,FileProtocolHandler "localfilename"');

Similar Messages

  • Reports are blank when opened from Reports Server

    I have created a report project in Visual Studio 2013 and deployed a test report to the local reports server (SSRS 2012).
    When I preview the report from visual studio it opens well, but when I try opening it from Report Server URL, I can see the report viewer toolbar but once I click "View Report" it shows "Loading" and then a blank page appears.
    I then tried to delete the datasource, datasets and delete any report contents and just keep the title, still a blank page is the only thing that appears

    Hi SB User,
    According to your description, when you run the report, it displays a blank page.
    Based on my research, it has reported the same issue when running the report in Chrome and Safari browsers. If that is a case, you can add the code below to ReportingServices.js file.
    //Fix to allow Chrome to display SSRS Reports
    function pageLoad() {
    var element = document.getElementById("ctl31_ctl09");
    if (element)
    element.style.overflow = "visible";
    Reference:
    Google chrome opens blank pages when open SSRS Reports
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • How do I make Firefox automatically display my homepage when opening a new tab (instead of a blank page now)?

    How do I make Firefox automatically display my homepage when opening a new tab (instead of a blank page now)?
    (version 3.6.6 on a Windows7 64-bit rig)

    If you are using the latest version of firefox you dont need an addon simply change it in the config
    http://computerlearnhow.com/how-to-change-the-firefox-new-tab-homepage-to-something-useful/#.T6om38USU4k

  • Mail will not display images with .jpeg extension. .jpg works fine. (displays in place when opening the email. What plug-in would correct this?

    Mail will not display images with .jpeg extension. .jpg works fine. (displays in place when opening the email. What plug-in would correct this?

    If you think you're insane now, try maintaining those pop up menus.
    As far as I know, these menus have not been updated since FW 8, so 
    they are at least two versions old.
    Save yourself a lot of grief by avoiding those menus. There are many 
    other products on the market which do a much better job of creating 
    and maintaining this type of navigation structure.
    Read this link before you climb any higher on this slippery slope:
    http://apptools.com/rants/jsmenu.php
    There was another blog post by the fellow who originally wrote the pop 
    up menu feature, but I can't seem to locate it. Even he says stay away 
    from them.
    Not the answer you probably want, but I hope it helps, nonetheless.
    Jim Babbage

  • Macbook Pro 15" 2010 display goes black when opening PPT

    My Macbook Pro 15" 2010 main and secondary display goes black when opening some PPT documents when connected to an external monitor. Has anyone else experienced this issue and if so, what was the solution?
    What I have:
    2010 Macbook Pro with Snow Leopard (all latest updates)
    Office 2011 - with all latest updates
    Acer 24" monitor (all attached monitors go black)
    Thanks for the help in advance and let me know if I can provide any additional information.

    My Macbook Pro 15" 2010 main and secondary display goes black when opening some PPT documents when connected to an external monitor. Has anyone else experienced this issue and if so, what was the solution?
    What I have:
    2010 Macbook Pro with Snow Leopard (all latest updates)
    Office 2011 - with all latest updates
    Acer 24" monitor (all attached monitors go black)
    Thanks for the help in advance and let me know if I can provide any additional information.

  • Is there a way to filter a drop down list by using the result main data display from"GetUserProfileByName" when open the form.

    Hi 
    Is there a way to filter a drop down list by using the result main data display from"GetUserProfileByName" when open the form?
    The second source has a huge list of company names that can be narrrow by email work. 
    background:SP 2010 and Infopath 2010
    CRISTINA&amp MICROSOFT Forum

    I'm not sure if I understood your question clearly but here is a good resource on how to get attributes from "GetUserProfileByName" web services:
    http://blog.mangroveweb.com/pre-populating-an-infopath-from-with-mysql-data-using-a-net-web-service/using-sharepoints-getuserprofilebyname-web-service-to-retrieve-ad-account-information/
    Regarding filtering dropdown list then this could be done by applying form on-load rules. 
    Hope this helps

  • Error: Failed to open the connection when opening Crystal Report in CMC or

    Hello all,
    I am getting theError: Failed to open the connection when opening Crystal Report in CMC or Infoview
    with access database as the datasource which is in the network drive.

    Hi Sonali,
    This is because Crystal Reports does not recognize database connection from share drive
    1. Save the database locally on server machine
    2. Create a new database on server and link the new database with the database on Network.
    Steps to link the database.
    1.Create a new test database on server.
    2. Go to File --> Get External Data --> Link tables | Select the database on Network Drive.
    3. Select all the tables from the database.
    4. Save the Database  e.g. Test.mdb.
    5. Create an ODBC Connection on server machine, with the same name as on client machine using test.mdb database.
    Note: Click on Advanced button, enter the default user id and password for the odbc connection, it is not mandatory to give Login Name and Password, only if the user id and password are given then we need to provide the same user id and password in the CMC database configuration.
    6. Create a report using this ODBC connection, and save the report to Enterprise.
    Regards,
    Navin

  • How to save the credentials in windows security when opening a report?

    How to save the credentials in windows security when opening a report?
    in Silverlight program, user click a link to SQL server report services link, it pops up a new IE window and ask for windows security.
    Type the user name password in and check save password. reports showed and close IE. user click again, the same windows security popup dialog showed up. how to really remember the credentials?
    If keep the IE open, reports shows in second tab of the same IE window for the second click, and it didn't ask for the windows security.

    Hi Lascorpion,
    According to your description, users need to type username and password before they can open the SSRS report when reopening IE, right? If I have anything misunderstood, please point it out.
    Base on my research, this issue offten occurs on IE9 which ships with Windows 7 operating systems. In this case, to avoid this issue we can add the report URL to the trust site, for the detail information, please refer to the link below.
    SSRS Prompt for username and password in IE
    Regards,
    Charlie Liao
    TechNet Community Support

  • Anyone have this message show when opening FR report ?

    This is the error message. Only affected one user when opening FR report in one of the folder.
    Failed to sync with user provisioning. Check Planning log for detailscom.hyperion.planning.HspRuntimeException.

    Can he login to Planning (I don't think he'll be). Check as an admin in Planning and see whether you've the user in Administration -> Manage Security Filters
    Also if this is an old release you've to check the access type of the user (whether Essbase or Planning)
    Regards
    Celvin
    http://www.orahyplabs.com

  • Office 2008 produces only blank page when opening files

    Under Lion, Microsoft Office 2008 products -- specifically Word and Excel -- will produce only "blank" pages when I open files I saved before I upgraded to Lion.  These are valid files which will open using Windows, or even using Preview.
    I put "blank" in quotes because the content is still there.  It is displayed, however, using the background color --- no matter what I set the foreground text color to, or highlight the background, it will never display my text!   So the default seems to be white text on a white background.   Setting the foreground text color to red or blue will have no effect; it will still be white.
    A workaround I'm currently using is to open the files in TextEdit, "Select All", copy & then paste into a new Word document, but the formatting doesn't always carry over.
    I posted a message on a Microsoft site and they said (go figure) "it's an Apple problem, not a problem with the software."
    Anyone else having this problem?
    How/when can it be fixed?

    I saw another post regarding font mismatches and I've learned that that is the problem in this case!
    If I open any of the documents I was having trouble with, do select-all, and then change the FONT (not the style, not the color) -- e.g. to Times, or Times New Roman -- suddenly all my text appears!

  • Displays blank page when tried to access ORACLE Application Server Control

    Hi,
    I have successfully installed the Oracle SOA Suite using advance installation.
    But when tried to open ORACLE APPLICATION SERVER CONTROL by following the below path.
    start-> programs-> oracle-soa->ORACLE APPLICATION SERVER CONTROL, It displays a blank IE page.
    But when tried to open BPEL control or WSM control or ESB control, it takes me to the login page.
    Note: Started the SOA suite and the status of ASG component in the Start SOA page says Down.Does this affect in anyways?
    Would appreciate if anyone could throw some light on this.

    Hi All,
    I started reinstalling SOA suite and while installation, I encounter below warning.
    "A DHCP configuration was detected on this host" The installer also detected that the localhost name and network hostname differ. please resolve the networking issues by reffering the "Installing on DHCP computers" section in the installation guide."
    Note: Doing installation in the server.
    Wondering this could be the cause for displaying blank Application Server Control page.
    And here is, what it says in the installation guide.
    Note this limitation when running Oracle Application Server on DHCP computers: Oracle Application Server instances on DHCP computers cannot communicate with other instances running on other computers. For example, you cannot have OracleAS Infrastructure on one computer and a middle tier on another computer if any one of those computers uses DHCP. All the instances that need to communicate with each other need to run on the same computer. There are no limitations on clients: clients from other computers can access the instances running on the DHCP computer, as long as the client computer can resolve the DHCP computer on the network.
    The solution for this is installing loopback adapter. But the catch is, I have few webmethods running on the server. Wondering about the effects of Loop back adadpter on webmethods. Please someone throw some light.
    Regards
    jude.

  • Display confirmation dialog when opening PDF

    I've been asked to add a confirmation dialog box to a PDF file that includes a legal disclaimer. The dialogue box would display when opening the pdf document and include yes and no buttons to confirm that the user understands and accepts the disclaimer before reading the document. Selecting "Yes" would allow them to proceed, while selecting "No" would close the file. Is it possible to create something like this in Acrobat? I'm running Acrobat Standard 8.
    Thanks,
    Eric

    Hi Eric,
    Yes, you can do that but it's not an easy task.  You need to code the dialog in JavaScript and then use OCGs (layers) for a cover sheet that will remain "on" until the user selects the Yes button in the dialog.  Coding the dialog is a major task to do by hand and I'm not sure if Acrobat 8 Standard has the OCG capability.
    Check out our tool AcroDialogs(http://www.windjack.com/products/acrodialogs.html) for making dialog creation about 100 times faster and easier, and there is an example of a license dialog agreement just like what you are asking for on that page- scroll down to the Document License Dialog Example. But again, that solution was developed with Acrobat Professional and I'm not sure if Standard handles OCGs or not- you'll have to check on that.
    Also keep in mind this is by no means a foolproof security methodology.  However, it does provide a way to ensure the user agreed to the dialog before viewing the rest of the content.
    Hope this helps,
    Dimitri
    WindJack Solutions
    www.windjack.com
    www.pdfscripting.com

  • Excel 2008 - Intermittent Hang-up when Opening .xls

    Hi Everyone,
    Sorry if this is posted in the wrong forum - I thought at first I could put it in the "Windows software" forum, but since it wasn't related to Bootcamp or networking, I figured I'd put it here (since it is in fact on a MacBook).
    Anyway, here's the issue. You'll find it is quite interesting...
    I have a client using a MacBook running 10.5.8 and Office 2008 (12.2.3). She is attempting to open an Excel spreadsheet (in 2004 .xls format) from a website. Firefox 4.0.1 is the browser.
    When she downloads the file and chooses "Open with...", Excel begins to launch. However, it does not come into focus (i.e. Firefox is still the application in focus). All the menu items disappear, and the pinwheel appears. At this point, she cannot click on the menu bar/dock/etc. Only after opening Force Quit with the keyboard shortcut is she able to force quit Excel (which is not responding). After that, all returns to normal operation.
    Here is where it gets interesting.
    1. If, when downloading the .xls file, she chooses "Save" instead of "Open With" and then navigates to it within the Finder and double-clicks on it, the same issue occurs.
    2. Iff she opens Excel by itself (clicking the dock icon or otherwise), Excel opens fine and she can create a new spreadsheet, edit an existing one, etc.
    3. From within Excel, if she goes to the File > Open menu and navigates to the .xls file in question, it opens without issue.
    4. If she opens Excel by itself first and THEN opens the file directly from the website, it opens without issue.
    The only consistency I've been able to find so far is this:
    When opening Excel by itself, three processes start up: Excel, Microsoft AU Daemon, and Microsoft Database Daemon. When all three of these processes are running, the file opens.
    When opening the .xls file directly from the website or by double-clicking on it within the finder, only the Excel process starts. The other two never start, and after a few seconds, the Excel process stops responding. I have not been able to figure out why these two processes are playing such a large part, considering they are primarily for updating Office and running an Entourage database (which she is not doing).
    Here is all the troubleshooting done thus far:
    - When opening the file on a 10.4.11 machine running Office 2004, it opens fine (directly from site, from Finder, and from Excel open menu).
    - When opening the file on a 10.6.7 machine running Office 2008 (12.2.6), it opens fine (directly from site, from Finder, and from Excel open menu).
    - A coworker of mine reinstalled Office 2008 entirely
    - I have trashed the com.microsoft.Excel.plist file from ~/Library/Preferences
    - I have trashed her entire Microsoft User Data folder from ~/Documents
    - Updated her Office to version 12.2.9
    - Ran Permission Repair
    - Ran Disk Verify
    - Tried it under the another user profile on her machine. That profile had the same issue.
    - Tried rebuilding her database using the Microsoft Database Utility
    - Stopped the SMARTBoard "Aware" process and deleted Aware.app (I had another user whose Excel would crash due to this app running)
    I'm out of ideas. The only decent workaround I've been able to give her so far was to just open Excel by itself first so that it is running in the background. That way, she can at least open the .xls file.
    Any ideas would be much appreciated!

    Sorry if this is posted in the wrong forum
    Office questions should be posted on Microsoft's own forums for their Mac products:  http://www.officeformac.com/productforums

  • Get blank sheet when printing e-mails wireless from ipad?

    When printing to a new wireless printer, only with e-mail, I get a first blank sheet before the printed e-mail.  Can not find where to change this?

    Hello there, Alexander.
    The following Knowledge Base article offers some great information and troubleshooting recommendations for your issue:
    AirPrint Basics
    http://support.apple.com/kb/ht4356
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Change Blank Page when opening New Tab

    Is there anyway in Safari 3 to change the blank page that opens when starting a new tab? Anyway to change it to Google or any page you like?

    I don't believe this is possible, but even if it were, setting it to Google would be pointless, since you can already do a Google search from the browser search bar.
    You can suggest this as a feature to Apple if you like here: Mac OS X Feedback
    Mulder

Maybe you are looking for

  • Excel Automation in C# - Excel process won´t quit

    Hi there, I´m using Excel automation with C#. When closing Excel, the Excel.exe process still remains in the Task Manager. I´ve tried all the topics that can be found, but Excel won´t quit. When I make Excel visible and close it myself, then the proc

  • JSTL fails silently

    I am a complete newbie to jstl. I'm working on a forEach loop in a jsp page and the code I want to call is not being called. I have something like this: <c:forEach items="${Access.allThings}" var="thing">... This corresponds to the Access.getAllThing

  • Wwc-41439 trying to log into Portal

    Hello, I'm getting error message wwc-41439 when trying to log into my Portal environment in Application Server 10g. My infrastructure and middle tier are on the same Linux RedHat 3.0 box. I am able to log into oiddas with no problem, it when I try to

  • Getting Stasted With WebDynpro ABAP

    Dear All, I am New to WebDynpro and want to get started with it. Right Now reading the Tutors and Understanding the Concept. I want to Create the WebDynpro Object in the SE80 but not finding any object called "Web-Dynpro-Comp./Intf." from the availab

  • Coherence cahce monitoring

    Hi, I have runing Oracle Coherence GE 3.6.0.4 in my both machines. And also i configured it to use log4j framework for logging. Here is my log4j.properties: log4j.logger.Coherence=9, CONSOLE, FILE log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppend