2005 Oct 06 11:16 AM
Hi,
i try to write a compressed file with OPEN DATASET into the filesystem of the applicationserver.
Im not sure to use a filter from the OPEN DATASET or the class CL_ABAP_GZIP.
Has somebody experience?
Regards,
Stefan
Message was edited by: Stefan Gerschler
2005 Oct 06 12:39 PM
Hi Stefan,
for unix-systems you can say:
OPEN DATASET file FOR OUTPUT FILTER 'compress'.it works excellent !
regards Andreas
2005 Oct 06 12:39 PM
Hi Stefan,
for unix-systems you can say:
OPEN DATASET file FOR OUTPUT FILTER 'compress'.it works excellent !
regards Andreas
2005 Oct 06 1:10 PM
Hi Andreas,
thank you very much. This saves me a lot of work.
Regards,
Stefan
2005 Nov 29 4:15 AM
Hi all,
Thankx for ur reply.
I have the data in the internal table. I am using the standard function module SO_DOCUMENT_SEND_API1 to send that internal table data as attachment to a mail receipient. Now before sending the mail i need to compress the data in the internal table.
I must not store that data in the application server.
Arul Jothi
2005 Nov 29 6:44 AM
2007 May 07 5:23 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |