<?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 text file on application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-text-file-on-application-server/m-p/4966772#M1157759</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't think there is, but if you are able to move files from one to another, you should also be able to show these files, edit them and download them again to server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jan 2009 16:31:53 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2009-01-09T16:31:53Z</dc:date>
    <item>
      <title>Editing text file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-text-file-on-application-server/m-p/4966771#M1157758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have created a utility in which I can move files from one folder to another. Now we also need a option by which I can edit text file on the server folders. Is there a function module by which I can edit text from application server ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 16:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editing-text-file-on-application-server/m-p/4966771#M1157758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-09T16:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Editing text file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-text-file-on-application-server/m-p/4966772#M1157759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't think there is, but if you are able to move files from one to another, you should also be able to show these files, edit them and download them again to server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 16:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editing-text-file-on-application-server/m-p/4966772#M1157759</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-01-09T16:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Editing text file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-text-file-on-application-server/m-p/4966773#M1157760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you moving the files using OS level commands or copying them creating at new directory and deleting old one?&lt;/P&gt;&lt;P&gt;If you are not reading the files theni am not sure what can be done.&lt;/P&gt;&lt;P&gt;If you are reading them in your program then you should be able to edit the text in between.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 16:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editing-text-file-on-application-server/m-p/4966773#M1157760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-09T16:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Editing text file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-text-file-on-application-server/m-p/4966774#M1157761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am able to move files, but how can I show them and edit them ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 16:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editing-text-file-on-application-server/m-p/4966774#M1157761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-09T16:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Editing text file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editing-text-file-on-application-server/m-p/4966775#M1157762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With OPEN DATASET and READ you can load them into an internal table. Next put them on screen in lets say the text editor (enjoy SAP Controls). This is one way of doing this, other way would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upload data with OPEN DATASET into internal table, download file to local drive (cl_gui_frontendservices=&amp;gt;gui_download), open it with notepad (for example) edit it and save. Next upload file into your program (cl_gui_frontendservices=&amp;gt;gui_upload) and download it to server again (OPEN DATASET and TRANSFER).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If available you can also use transaction CG3Z and CG3Y.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 16:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editing-text-file-on-application-server/m-p/4966775#M1157762</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-01-09T16:54:52Z</dc:date>
    </item>
  </channel>
</rss>

