<?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 Re: Create ZIP file to Application Server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-to-application-server/m-p/2387495#M530596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try&lt;/P&gt;&lt;P&gt;OPEN DATASET with compress, see the help on OPEN DATASET.&lt;/P&gt;&lt;P&gt;and probably you need to install ZIP extractor in Application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it's helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 15:06:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T15:06:30Z</dc:date>
    <item>
      <title>Create ZIP file to Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-to-application-server/m-p/2387494#M530595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used class cl_umb_ofl_manager=&amp;gt;DOWNLOAD_OSTREAMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It generate ZIP file to PC which method "gui_download"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to generate ZIP file to Application Server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I cretate ZIP file to Application Server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Create own class : zcl_umb_ofl_manager for customize)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It don't work when use&lt;/P&gt;&lt;P&gt;"OPEN DATASET l_filename FOR OUTPUT IN BINARY MODE"&lt;/P&gt;&lt;P&gt;and loop with lt_content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STANDARD CLASS : cl_umb_ofl_manager=&amp;gt;DOWNLOAD_OSTREAMS&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  
CALL METHOD me-&amp;gt;compress_ostreams
    EXPORTING
      it_ostreams = it_ostream
    IMPORTING
      e_length    = l_length
      et_content  = lt_content.

  CALL METHOD cl_gui_frontend_services=&amp;gt;gui_download
      EXPORTING
        bin_filesize = l_length
        filename     = l_filename
        filetype     = 'BIN'
      CHANGING
        data_tab     = lt_content
      EXCEPTIONS
        OTHERS       = 11.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 10:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-to-application-server/m-p/2387494#M530595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T10:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create ZIP file to Application Server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-to-application-server/m-p/2387495#M530596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try&lt;/P&gt;&lt;P&gt;OPEN DATASET with compress, see the help on OPEN DATASET.&lt;/P&gt;&lt;P&gt;and probably you need to install ZIP extractor in Application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it's helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 15:06:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-zip-file-to-application-server/m-p/2387495#M530596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T15:06:30Z</dc:date>
    </item>
  </channel>
</rss>

