<?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: Editing a file in the Presentation Server. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-a-file-in-the-presentation-server/m-p/4635967#M1091530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the file is so big, u should consider to move it to Application Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U could have timeout problem (and memory space of course) because fm working on presentation server   can work online only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2008 19:08:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-27T19:08:02Z</dc:date>
    <item>
      <title>Editing a file in the Presentation Server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-a-file-in-the-presentation-server/m-p/4635963#M1091526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, people!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to edit a file (one line in the middle of the file) and it's in the presentation server. By CL_GUI_FRONTEND_SERVICES=&amp;gt;GUI_DOWNLOAD or GUI_DOWNLOAD I write the file and append lines... but it's impossible for me edit one line in the middle....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggestions??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS:. I need &lt;U&gt;edit&lt;/U&gt; it out of the memory or with a small size of memory, because the file is writed step-by-step and its size is &lt;STRONG&gt;sooooooooooo BIG&lt;/STRONG&gt; to put it in an internal table again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 17:43:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editing-a-file-in-the-presentation-server/m-p/4635963#M1091526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T17:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a file in the Presentation Server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-a-file-in-the-presentation-server/m-p/4635964#M1091527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes , you can edit or insert but you need to know the where exactly  you going to make the change . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; read the file in the presentation server using gui_upload , now the rows of the file will be available in the internal table , by index access or loop the itab find the place using search string operation make necessary changes and then rewrite the file using gui_download.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 17:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editing-a-file-in-the-presentation-server/m-p/4635964#M1091527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T17:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a file in the Presentation Server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-a-file-in-the-presentation-server/m-p/4635965#M1091528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Evaldo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see a way of you being able to edit one line without reading the entire file into memory.  You could hold the data you are writing to the file in a custom table in SAP, and when an edit is required, delete the old table and recreate a new one based on your custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 17:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editing-a-file-in-the-presentation-server/m-p/4635965#M1091528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T17:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a file in the Presentation Server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-a-file-in-the-presentation-server/m-p/4635966#M1091529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I said &lt;STRONG&gt;soooooooooooooo BIG&lt;/STRONG&gt;, it's a file with aprox. 500 MB, 4000000 of lines...... The SAP Memory explodes! Too much information for put in an internal table again. So, I imagine which I must get only the begin of the file and try rewrite it. I don't know...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 19:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editing-a-file-in-the-presentation-server/m-p/4635966#M1091529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T19:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a file in the Presentation Server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-a-file-in-the-presentation-server/m-p/4635967#M1091530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the file is so big, u should consider to move it to Application Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U could have timeout problem (and memory space of course) because fm working on presentation server   can work online only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2008 19:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editing-a-file-in-the-presentation-server/m-p/4635967#M1091530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-27T19:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a file in the Presentation Server.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-a-file-in-the-presentation-server/m-p/4635968#M1091531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks people!! &lt;/P&gt;&lt;P&gt;The way is use the Application Server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 18:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editing-a-file-in-the-presentation-server/m-p/4635968#M1091531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T18:28:20Z</dc:date>
    </item>
  </channel>
</rss>

