2008 Jun 09 12:10 PM
Hi,
I am using function module SO_DOCUMENT_SEND_API1 to send XLS file as attachment. Now my requirement is to put password to excel file. Is there is any parameter in SO_DOCUMENT_SEND_API1 where I can set password to excel file generated.
Thanks.
Vimal
Hi,
I am using function module SO_DOCUMENT_SEND_API1 to send XLS file as attachment. Now my requirement is to put password to excel file. Is there is any parameter in SO_DOCUMENT_SEND_API1 where I can set password to excel file generated.
Thanks.
Vimal
2008 Jun 11 11:27 AM
Dear Nair:
You have to save you excel with password, in this way:
CALL METHOD OF mysheet 'SAVEAS' EXPORTING #1 = u2018C:\Excel.xlsu2019
#2 = -4143 #3 = u2018MyPasswordu2019 #4 = u2018MyPasswordu2019.Pls reward if helpful.
Cheers
Jordi
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |