Text no longer prints for xls files from preview

After upgrade to Mavericks xls files no longer print text or save it into pdf files.  The text is visible on the preview screen in print but does not get transfered into the files or to the printer.  I deleted and reloaded the printers in preferences and reset the PRAM.  That did not solve this issue.

<i>Moderator Comment<br>
(Duplicate thread closed. Continue at [/questions/1000178]) -m) </i>

Similar Messages

  • How to read .xls file from FTP server t oInternal table

    Hi
    am using the FTP_SERVER_TO_R3 to read xls file from FTP server to internal table
    but the data i get in LT_TEXT is special characters.
    CALL FUNCTION 'FTP_SERVER_TO_R3'
    EXPORTING
    handle = hdl
    fname = f_name "ProdDataFromCRM.xls.
    * CHARACTER_MODE = 'X'
    * IMPORTING
    * BLOB_LENGTH =
    TABLES
    BLOB = lt_text
    * TEXT = lt_text
    EXCEPTIONS
    TCPIP_ERROR = 1
    COMMAND_ERROR = 2
    DATA_ERROR = 3
    OTHERS = 4
    can any one help me out to get the exact data..
    Really appreciate your quick response..
    Thank You

    Hi, if you really retrieve an excel file, you can not see the data in ABAP. You may see them in Excel. For this you may use
    CALL METHOD document->open_document_from_table
    of the interface i_oi_document_proxy for OLE objects. You can access the data with reference to the interface i_oi_spreadsheet.
    Please check [Desktop Office Integration (BC-CI)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIOFFI/BCCIOFFI.pdf] for details.
    But, who knows, perhaps you want "And Now For Something Completely Different".
    Regards
    Clemens

  • Reading XLS file from url

    I'm trying to read a XLS file from a URL.
    What exactly the code is trying to do is this:
    User clicks on a button in a webpage for select a xls file . The file selected may be read and a method write a txt file on another server.
    How can i do this?
    Many thanks.

    Hi,
    Check whether path ur providing to the open data set stmt is correct or not in debugging mode.
    * File upload to internal table from UNIX Directory
        IF NOT p_i1file IS INITIAL AND NOT p_path IS INITIAL.
          CONCATENATE p_path p_i1file INTO v_file.
          CONDENSE v_file.
          OPEN DATASET v_file FOR INPUT IN TEXT MODE MESSAGE v_msg.
          IF sy-subrc EQ 0.
            WRITE:  / 'INPUT FILE CONTAINS NO RECORD :'(010), v_file.
            DO.
              CLEAR tbl_input.
              READ DATASET v_file INTO tbl_input.
              IF sy-subrc NE 0.
                EXIT.
              ELSE.
                APPEND tbl_input.
              ENDIF.
            ENDDO.
    * Close Input File
            CLOSE DATASET v_file.
          ELSE.
            WRITE:/'Error uploading file: '(008),v_file.
            STOP.
          ENDIF.
        ENDIF.
    It should work.check the sy-subrc value and file value in debug mode.
    Thanks
    Parvathi

  • Delimiter for  .xls file in lsmw

    Hi, I am developing an lsmw..and the flat file is in the form of .xls file..so when sepcifying hte file it asks for the delimiter.what should  i give for delimiter if my flat file is a .xls file?
    i would reward points for the helpful answers.

    If you see your XLS file in notepad/wordpad, you can see there is nothing like u have written in ur XLS sheet. U will see file with special characters.
    So I think that's the reason you can not use FM : GUI_UPLOAD for uploading file from PC to SAP.
    You have to use FM : TEXT_CONVERT_XLS_TO_SAP.
    In LSMW, this FM is not used.
    So you have to save contents of ur XLS sheet to a text file then you 'll be able to do ur normal operation.
    Regards
    Prax

  • How to Purge pdf and xls files from $LOG_HOME

    Hi There,
    application: ebs R12(12.1.2)
    db: 11.1.0.7
    OS: linux5(x86-64)
    can any one let me is there any concurrent program through this i can purge lots of pdf and xls files from $LOG_HOME/ora/10.1.2/reports/cache folder.
    Please help me out in this regards,
    Thanks in Advance.
    Regards,
    Mohsin
    Edited by: 920138 on May 12, 2012 4:12 AM

    Please also see:
    Patch 11669923 Post Patch Instructions Would Get Overridden By Autoconfig [ID 1322704.1]
    REP-56093: File : Cached Output For Job 1 is No Longer Valid [ID 1321342.1]
    Rep-57054: In-Process Job Terminated:Finished Successfully But Output Is Voided [ID 1332176.1]
    Thanks,
    Hussein

  • Extract .xls file from an FTP site

    Hi everyone,
    Can anyone assist with this, I'm trying to extract an .xls file from a FTP site. The system I'm currently working on has no SAP application installed, we are using Microsoft SQL server as the target database and there is an FTP site which contains the .xls/.csv files and Data services as a ETL tool.  The error I'm getting is  'FTP could not transfer file </DI_TEST/DATA_TO_IMPORT_1.xls> from host <www.servername.com>: <T>. Please ensure that the FTP relative path for the SAP server working directory is set correctly such that the data file is accessible to the FTP program. Also, ensure that the target path, where the transferred file is written to, is correct.'
    Do I need to have SAP installed to use this functionality?
    Currently to make this work, I wrote a .CMD file to do the GET ftp code and I then call this with a DI script and it works perfectly. Isn't there a way I can do this independant of the .CMD?
    I'm sorry for bring this up again, I know I had a similar thread before. The reason why I closed it is that I did it using .CMD, I would prefer if I can do it with DI without using .CMD.
    Thank all for your help.
    Kind regards,
    Edited by: gsecure on Apr 19, 2010 10:26 AM
    Edited by: gsecure on Apr 21, 2010 11:08 AM

    Hi There,
    I've a similar issue. Can anyone assist with this, I'm trying to extract an .xml file from a FTP site. The system I'm currently working on has no SAP application installed, we are using Microsoft SQL server as the target database and there is an FTP site which contains the .xml files and SAP Data services as a ETL tool.
    Thank you
    Mohan

  • How to Print  a PDF file from within a ABAP ( from gui input)

    Hi champions,
    This is Client requirement:
    "We need to print a PDF file from within a ABAP"
    We first need to test whether it is even feasible, and then if it 
    is, then write a small test ABAP which can accept a PDF file
    name as input (from GUI) and then print it to a SAP print
    device (printer).”
    Please Can any body help me on this.......
    It's urgent
    Thanks
    Basu

    Check following blog for PDF output from SAP
    /people/thomas.jung3/blog/2005/04/28/setting-up-an-adobe-writer-for-abap-output
    anya

  • Print a pdf file from sap

    Hello,
    I'm looking for a way to print a .pdf file from sap . The file  was created manualy and is in a newtwork folder.
    I have to send the print to a network printer . Is it possible to use the AcroRd32.exe as a command line?
    Thank you.

    hii,
    try this
    CONVERT_OTFSPOOLJOB_2_PDF
    http://help.sap.com/saphelp_nw04/helpdata/en/27/67443cc0063415e10000000a11405a/content.htm
    PDF - Printing a PDF file from ABAP or SAP Script
    regards,
    Sri.

  • I can no longer play quicktime mov files from a canon firestore

    I can no longer play quicktime mov files from a canon firestore from an HDV camera that play on other macs and play in vlc. It happened all of a sudden. Files that I could play before no longer play. It seems to be something wrong with the quicktime codec management because the files do not play in premiere and final cut pro. In FCP it says: File Error: 1 File(s) recognized, 0 access denied, 1 unknown. These files work on other computers. I have four drives and it doesnt matter which file i attempt to open on each drive, these files are unreadable on this system. Please help. Possible issues might be a corrupted index, but i dont understand how that can go across four different drives.
    Model Name:          Mac Pro
      Model Identifier:          MacPro4,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          2.66 GHz
      Number Of Processors:          1
      Total Number Of Cores:          4
      L2 Cache (per core):          256 KB
      L3 Cache:          8 MB
      Memory:          8 GB
      4 SATA drives

    Apple kindly updated Quicktime and rendered Firestore files unplayable. I think a recent update of iTunes was the culprit.
    Solutions: What I did. Wipe the system disc. Re-install Snow Leopard. Re-install FCP7. Don't update Quicktime or iTunes to anything after Jun 2011. QT v7.6.6 is the last good version. That'll get your files back.
    A colleague tried a different approach. For this you need a pre-July 2011 version of the file QuickTimeComponents.component.  It is in the system/library/QuickTime folder. Delete your current one and drop in an old one.
    However if you're working with Final Cut X, I think you screwed until Focus and Apple work something out. My address is on my contacts page at teevideousadotcom if you need any further help.

  • "Unable to read file" error in Excel 2010 when downloading .xls file from IE11

    We have lots of reports that have links for our users to be able to download report results in Excel format. We accomplish this by using the Excel mime type in our .asp pages. Sporadically, we are seeing "Unable to read file" errors in Excel 2010
    after choosing Open from the IE11 save dialog. Choosing Save/Save As and the file will open just fine.
    Also, we can sometimes cause the error to occur more frequently by switching windows during the time when the file is downloading.
    If the file is opened directly from /Temporary Internet Files then it opens just fine.
    Window 7 64-bit
    Thanks in advance!

    Hi,
    I found you replied in a similar thread, did you try the workaround (Reset the IE) that provided there? Did you change a browser to test?
    Then, I suggest we use Process Monitor to do further troubleshooting. Please collect all the actions of IE.exe and Excel.exe, and check the if there are some
    error message/code during you open XLS file from IE 11.
    Hope it's helpful.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Reading DBF & XLS files from ODI-AIX

    Hi all
    I need to read DBF (Foxpro) and XLS files from ODI 10.1.3.5 for AIX 6.x
    Anyone knows what drivers we need to install or any other kind of method to read them?
    Thanks in advance
    Ernest !

    Ernest,
    To load DBF on AIX, you will need to use a DBF Foxpro jdbc driver. One of the drivers can be purchased from http://www.csv-jdbc.com/stels_dbf_jdbc.htm
    or
    http://www.hxtt.com/dbf.html
    Copy the driver in the $ODI_HOME/oracledi/drivers directory and restart the agent if you have any.
    Then you need to configure a Dbase physical dataserver + physical schema with the following JDBC URL
    jdbc:jstels:dbf:/yourserverpath/dir_containing_dbf_files
    Obviously, you will also need to define the corresponding logical schema
    And after you define a model based on the logical schema, you will define the datastore. The "resource name" will contain name of the dbf file without the .dbf.
    For XLS, you can try the drivers from the listed above.
    HTH

  • Can I print a pdf file from my phone?

    Can I print a pdf file from my phone

    Hello Carmen1390,
    It sounds like you would like to print from your phone directly to a printer. This feature is called Airprint and your printer would need to support that function. Here is some more information on Airprint along with a list of compatible printers:
    AirPrint Basics
    http://support.apple.com/kb/ht4356
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • The printing of .pdf file from Project 2013 stops when the file name should be written. Project 2013 crashes. Does someone know what is wrong between Project 2013 and Adobe Acrobat 9?

    The printing of .pdf file from Project 2013 stops when the file name should be written. Project 2013 crashes. Does someone know what is wrong between Project 2013 and Adobe Acrobat 9?

    The Acrobat 9.x product family passed into "End of Support" mid-year of 2013.
    Acrobat 9 support of MS Project via PDFMaker stops with Office 2007.
    For Office 2013 support you must use Acrobat XI (11.0.1) or newer. 
    A good to have reference:
    https://helpx.adobe.com/acrobat/kb/compatible-web-browsers-pdfmaker-applications.html
    Acrobat Pro and Standard DC are what are currently available for purchase. 
    Be well...

  • Open .xls file from cv02n Transaction

    Hai all,
    I am using an ALV report, in that i am using a button.When i click the button a .xls file from cv02n should be open(for that i am passing document and document type as i/p).
    How can i achieve this? Is there any function module available for this? or any other way ?

    thanks 4 ur reply, but i have found the answer, i m using the following coding
    Process procs = Runtime.getRuntime().exec("cmd /c start D:/Report_Files/SaleParts.xls");
    and it works.
    again thanks for reply.

  • T-code for delete file from application server

    Hi all!
    Please, has any t-code for delete file from application server? For upload exist CG3Z, for download has CG3Y. And for delete? Has anyone?
    I need to delete file from application server in QA system and i don't want to create a program for this because i will need to transport a request from DEV to QA.

    I don't have contact with basis team.
    The FM EPS_DELETE_FILE support directory name with max 60 char. My dir. has more than that. I need a transaction for this.
    Anybody know if this transaction exist?

Maybe you are looking for

  • Re : select-options in abap-objects program

    Dear friends,                   I want to give select-options in abap-objects program. How to give that.                              Thanking You with regards, Mani

  • Search Help is not  working in PCUI

    Hi All, We are working on CRM 5.0 we have given Seach help for City depend upon Region This search help is working in SAP-GUI System but it is not working on PCUI Screen And showing No entry found, plz help me... i ll give reward points for helpful a

  • Setting up new computer, eliminating Parallels and VM

    My late 2007 MacBook pro (OS X 10.5.8) has a virtual WIndows XP machine using Parallels.  It came with iLife software and is backed up to an external hard drive using Time Machine.   It's losing some functionality (optical drive, keyboard) so I bough

  • Windows 8.1 and Lumia Cyan Update

    Hi Forum, I bought a Nokia Lumia 925 from the UAE a year back. I have signed up for the developer's preview of Windows Phone 8.1 and am presently using it. Recently i read about another update to Windows Phone 8.1 along with firmware upgrades to Lumi

  • Can't get click event to load from ImageButton

    *Newbie Alert* I am trying to create dynamic image buttons that when clicked will redirect to anothr page as well as add a new item to a SharePoint list. My Image buttons create sucessfully but the click event is not loaded. I have added a break poin