XLS file with password protected

Hi,
           I have a requirement to create a XLS file with password protected (Data from internal table) and send the same through mail. Can any one help me how to deal this through abap code?
BR,
Praveen.

Hi Praveen,
With OLE it is possible. Refer [Excel with Password|OLE2 Excel File Save as password protected;
I am not sure if you can set the password and send it directly.
Regards
Rajvansh

Similar Messages

  • I can't open number files with password protection?

    I am using OSX 10.9.4 with Numbers 3.2.2 (1878) and have one file which is password protected. While opening the file with Numbers, it prompts for the password after correct entry I receive the friendly message: "xxx" can't be opened.  That's it.
    Any solution out there?
    Thanks, Hansjoerg

    Your observation seems to be right because it was not the first time I recognized this effect. However, it is bitter to see that professional SW like Numbers can't hangle this option (password protection) correctly. It might have to do with the fact that the data file from Numbers is actually not a single file but a container with lost of files an subdirectories. Why the **** they make it so complex?
    Anyway, many thanks for your hint. I hope to find a tool which can correct those corrupted Number-files.
    Hansjoerg

  • Why I can't view a pdf file with password protected?

    I have set the password to protect the file. However, when I entered the correct password in my Nokia N73, nothing has shown except for a blank screen. Why?

    Yes, I have same problems aslo with my Cell phone /
    injection molding
    plastic closure
    plastic parts
    plastic cap manufacturer
    plastic bucket
    plastic jar
    plastic blow molding
    scaffolding manufacturers
    scaffold suppliers

  • How to create PDF from Excel with Password Protection Using Visual Studio & Visual Basic

    Could someone provide some VB code sample(s) to create a PDF file with password protection (Security Method - Password Security - Restrict Editing & Printing)?
    I create a bunch of reports every week using an Excel 2010 addin that subsequently must be printed to PDF.  I then have to manually edit the properties of each document in order to apply the printing restriction.
    I'm using Acrobat X.
    I've downloaded the SDK but have no idea which dll's to use or where to begin.
    Thanks!
    Ross

    That's surprising & disappointing.  I would have thought that this capability would have long since been requested.
    Thanks for the heads up.

  • Winzip with password protection

    Hi All,
    We have a requirement to zip the files with password protection. Please can anyone guide us how to acheive this.
    Currently we are planning to develop a custom adapter module  by extending PayloadZipBean module  to get the password functionality by writing some custom code. Please can anyone guide us from where we can get the code for this module or how we can achieve this.
    Please correct me if the above mentioned approach is wrong. Also suggestions are invited to achieve the above mentioned requirement using other methods.
    If anyone has already gone through such requirement then please share your experience and the way you achieved this.
    Thanks and Regards,
    Shiv.

    HI Stefan,
    As per my understanding, the blog (/people/alessandro.guarneri/blog/2007/02/21/sap-xi-acting-as-a-huge-file-mover) you specified is explaining to reduce the load on the server by zipping the large files. please correct me if i am wrong.
    but the requirement is to zip the target file along with password protection. we are able to zip the target file by following steps in your blog (/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework), but how to password protect this zip file?
    Thanks...
    Sukarna.

  • Decompress ZIP file with Password

    Hi all,
    Does anybody know how to decompress a ZIP file with password protection?
    I have a decompress code, but I don't know how to insert the pass.
    Any solution?
    Regards

    I'm running out of suggestions over here.
    Your exact command line yields this result:
    zip warning: name not matched: in.txt
    zip error: Nothing to do! (out.zip)
    Well, it should, as I don't have an in.txt. Handing it an existing file, I get this:
    zip -P pass out.zip result.txt
      adding: result.txt (deflated 7%)
    .. and opening in the Finder correctly prompts me:
    so there must be something wrong with your system.
    Very Long Shot: What version do you get when you type this? (I can't imagine this is the actual problem, but you never know.)
    zip --version
    Mine is
    Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
    This is Zip 3.0 (July 5th 2008), by Info-ZIP.
    Currently maintained by E. Gordon.  Please send bug reports to
    the authors using the web page at www.info-zip.org; see README for details.
    Latest sources and executables are at ftp://ftp.info-zip.org/pub/infozip,
    as of above date; see http://www.info-zip.org/ for other sites.
    Compiled with gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) for Unix (Mac OS X) on May 25 2011.

  • ADE Not Compatible With Password Protected PDF Files

    The version of ADE I downloaded will not work with password protected PDF files.  What do I do?
    Thanks.

    ADE does not (yet) support files that use the Password Security handler, so you will want to use a different PDF viewer, such as Adobe Reader.

  • Pages 5.2 file is password protected but doesn't ask for password and is locked and not accessible.

    MacBook Pro, OS X 10.9.2, Pages 5.2
    File is password protected but when I go to open it I'm not asked for password and therefore the file can't be opened.  It shows up in the list of files as locked.  I have opened this file with the password many times, but now I can't open it.

    I just got it to work...sorry for the message!

  • I can't open a PDF file with password with my iphone app

    I can't open a PDF file with password with my iphone app, the app send me an error, but the password is correct. This only happend in the new version of iphone. In the latest version I didn't have this problems.

    Can you please share the file with us at [email protected]? Also, can you please confirm that you are viewing the PDF in the Adobe Reader app rather than an app like dropbox, Mail or Safari?

  • Can a file be password protected using Adobe Acrobat XI Standard?  No one seems to have answered this question in the trending questions.

    I just purchased Adobe Acrobat because it was recommended to password protect files.
    However, when I checked out the Tools > Protection > Encrypt>  "Encrypt with Password" is greyed out.
    Can a file be password protected using Adobe Acrobat XI Standard?
    The OS version is Windows 7.
    No one seems to have answered the question in the Trending Questions.
    Thanks.

    Yes, it can.  Use File > Properties, and click the Security tab. Click Change, and set what you need. When the file is saved, the security is set.
    BE SURE TO KEEP THE ORIGINAL FILE TOO.

  • Send a mail with attachement along with password protected

    I will try with UTL_MAIL package its working but i need it with ziping the attachment file and that file along password protected(encrypte)
    utl_mail.send_attach_raw(
    sender => vSender,
    recipients => mrec.per_h_email,
    subject => vSubj,
    message => vMesg,
    attachment => rfile,
    att_inline => FALSE,
    att_filename => fname);
    END LOOP;
    please help me ,,
    Edited by: 865995 on Jun 21, 2011 2:17 AM

    You first need to understand the basic structure of a Multipurpose Internet Mail Extensions (MIME) body.
    That is what an e-mail is. That is what mail readers create when sending mail. That is what mail readers expects and renders when receiving mail.
    A mail attachment cannot be password protected via MIME itself. The MIME specs do not support password protected "boundary pieces" in a MIME body.
    A MIME body can however contain multiple attachments and different types of attachment. From text and html to images and video.
    It can also include a binary attachment like a zipfile. That zipfile can be protected by a password.
    An import point to keep in mind that attaching an binary file to a MIME body (e-mail) means:
    a) creating a MIME payload/boundary piece for that file in the mail body
    b) reading the contents of that file
    c) uu encoding that file (it basically needs to be 7bit ASCII and not 8bit to survive intact across networking infrastructure)
    d) writing that encoded text as the attachment piece into the mail body
    None of this has however anything to do with SQL or PL/SQL specifically. What is needed is a clear understanding of the mail body (MIME) that your code needs to create.

  • Sending PDF thru email with password protection in our SAP system

    Need solution for sending PDF thru email with password protection in our SAP ecc 6

    Or maybe you have found any other way? You can check here:
    Password protect PDF file:
    Re: Password protected PDF file 
    pdf with password encryption
    Regards Otto

  • How to open an excel file with password in Crystal Reports XI  Release 2

    I have a problem when i try to open an excel 2003 file with password that i know
    i recevived an error code 0xc59
    How can I open a file in excel 2003 protected by password to create the report?
    Thanks in advanced

    Hi Pierluigi,
    It looks like you have to open the excel file and use the data.
    A few informative links.
    http://support.microsoft.com/kb/257819#RetrieveExcel
    http://support.microsoft.com/kb/211378/EN-US/
    Hope this helps.
    Regards,
    Abhijeet Taskar.

  • My adobe account was hacked and compromised, emails were sent out on one of my accounts.  I changed my adobe password, when I scan my computer, some adobe files are password protected and can not be scanned, is this normal?

    my adobe account was hacked and compromised, emails were sent out on one of my accounts.  I changed my adobe password, when I scan my computer, some adobe files are password protected and can not be scanned, is this normal?

    I have contacted them, but apart from letting them look at it and deal with it, is there anything I can personally do myself? Or is it just a matter of waiting for me now?

  • Downloading .xls file with multiple rows and Columns

    Hi ALL,
    I need to genarate .xls file with multiple rows and and Columns and sent as an email.Since our customer having Problem with .CSV files need to genarate .XLS file.
    Please do the needful.
    Thanks
    Madhu

    Hi Madhu,
    You might also consider using Excel Spreadsheet XML as the target structure (namespace is urn:schemas-microsoft-com:office:spreadsheet).  When you double-click the resulting xml on a PC it automatically opens with Excel. So, users don't see a difference.  It will open up a lot of options with formatting including creating multiple worksheets if you wanted to.  Best of all you can stick with XML.
    See my response in this thread:
    Re: Convert XML data into XLS 
    Thanks,
    -Russ

Maybe you are looking for

  • Ibook G4 late 2004 model charging intermittently-flashes amber then green

    Hi there, i have an ibook G4 14 inch late 2004 with mac os x 10.4.11. my previous 45w power cord needed to be jiggled in order to power the laptop (it was pretty damaged). yesterday, it stopped working completely, so i went to the apple store and bou

  • New Xserve in the rack....where do I go from here?

    Well, our shiny new (and unexpectedly deep and heavy) Xserve arrived this morning, and has been installed in the rack cabinet at our new premises. I think I need help knowing where to go from here on a couple of points..... I've been wading through p

  • Page item field placement in report region

    I have a report region that has item fields in it. Additionally I have a page item field that I can only display above left of the report region. Question: how can I move the page item to middle area above region and how do I associate it's value wit

  • IPad's screen turned pink and flashing

    All of a sudden, my iPad's screen turned pink. Tried resetting but did not help. The screen is now red/pink-ish and flashing. I, of course, did not drop it or anything like that. Is this a hardware problem? is it fixable by a user?

  • About sequence

    hi i have at table column of "ID varchar2(30)". For this column i need to generate the primary key values like(su100,su101,su102,su103....). how to do this one