<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic zip uploaded documents in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/zip-uploaded-documents/m-p/842627#M44508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have some documents that the user occasionally uploads to a quotation in ISA for individual line items.  I need to take these documents, zip them to save memory and pass them along to a 3rd party document management system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if there is any functionality in R/3 (or CRM) to zip files?  I've searched SE37 for function modules related to data compression but haven't found anything that looks relevant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Mar 2005 16:53:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-03-29T16:53:20Z</dc:date>
    <item>
      <title>zip uploaded documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zip-uploaded-documents/m-p/842627#M44508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have some documents that the user occasionally uploads to a quotation in ISA for individual line items.  I need to take these documents, zip them to save memory and pass them along to a 3rd party document management system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if there is any functionality in R/3 (or CRM) to zip files?  I've searched SE37 for function modules related to data compression but haven't found anything that looks relevant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2005 16:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zip-uploaded-documents/m-p/842627#M44508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-29T16:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: zip uploaded documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zip-uploaded-documents/m-p/842628#M44509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like there may be a solution in the classes (se84 or se80) ... look at CL_ABAP_GZIP_BINARY_STREAM ... i havnt used it but sounds like what you are looking for.&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2005 17:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zip-uploaded-documents/m-p/842628#M44509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-29T17:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: zip uploaded documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zip-uploaded-documents/m-p/842629#M44510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those classes only apply GZip compression to a data stream; they do not create ZIP Files.  The ZIP file specification has much control information to create a directory of the internal contents of the file.  You can find the specifications on the internet.  I started to create my own classes that would use the SAP CL_ABAP_GZIP* ones but also include ZIP File creation.  However I'm afraid I just haven't had time to finish them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2005 18:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zip-uploaded-documents/m-p/842629#M44510</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2005-03-29T18:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: zip uploaded documents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zip-uploaded-documents/m-p/842630#M44511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help,  I've been looking on the Java side also for functionality and it seems that this issue might be better dealt with via java.  There is some functionality to both compress and decompress files.  If we can zip the files on the fly before they get to SAP and with out having to deal with standalone applications it should greatly improve the processing time.  That way all we'll have to do is pass the zip along to the 3rd party stuff and retrieve the url for the file and store it somewhere on the sales document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2005 20:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zip-uploaded-documents/m-p/842630#M44511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-29T20:19:08Z</dc:date>
    </item>
  </channel>
</rss>

