<?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: Creating a Text File in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-text-file/m-p/4869894#M1138542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First populate the text to an internal table and create the file using FM &lt;STRONG&gt;GUI_DOWNLOAD&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search the forum with GUI_DOWNLOAD,  you will get lots of sample codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2008 09:46:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-25T09:46:36Z</dc:date>
    <item>
      <title>Creating a Text File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-text-file/m-p/4869892#M1138540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I create a text file on the local mcahine where sap is installed? like in c:\ I want to create myfile.txt I cannot seem to find any sample abap code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 09:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-text-file/m-p/4869892#M1138540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T09:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Text File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-text-file/m-p/4869893#M1138541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are different methods to create a text file based on your requirements, for example if you want to save your internal table data into a text file you can use a class method &lt;EM&gt;CL_GUI_FRONTEND_SERVICES-&amp;gt;GUI_DOWNLOAD&lt;/EM&gt; and save the file as c:\xxx.txt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 09:46:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-text-file/m-p/4869893#M1138541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T09:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Text File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-text-file/m-p/4869894#M1138542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First populate the text to an internal table and create the file using FM &lt;STRONG&gt;GUI_DOWNLOAD&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search the forum with GUI_DOWNLOAD,  you will get lots of sample codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 09:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-text-file/m-p/4869894#M1138542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T09:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Text File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-text-file/m-p/4869895#M1138543</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 you ar trying to move any information from within your code into a text file and create the file in your desktop , then you  can use the function module GUI_DOWNLOAD which will automatically create the file on your desktop once your program is run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do let me know if it worked for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 09:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-text-file/m-p/4869895#M1138543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T09:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Text File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-text-file/m-p/4869896#M1138544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool, thanx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 09:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-a-text-file/m-p/4869896#M1138544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T09:48:35Z</dc:date>
    </item>
  </channel>
</rss>

