<?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: Appending two files in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-two-files/m-p/4602570#M1084785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can run FM &lt;STRONG&gt;GUI_UPLOAD&lt;/STRONG&gt; twice to upload the files. Then in the program combine them and finally use &lt;STRONG&gt;GUI_DOWNLOAD&lt;/STRONG&gt; to write the file to the PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2008 20:51:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-17T20:51:03Z</dc:date>
    <item>
      <title>Appending two files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-two-files/m-p/4602568#M1084783</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;I'm trying to write an ABAP program that asks for 2 text files (A.txt and B.txt) from the user. These two files will come from the frontend (Windows C:\Temp folder). I'm planning to append the two files together into a third text file (C.txt) and save it back to the C:\Temp folder on the frontend. Can someone point me in the right direction for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 20:45:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-two-files/m-p/4602568#M1084783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T20:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Appending two files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-two-files/m-p/4602569#M1084784</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;Store First File Data into itab1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store Second file data into itab2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append records of itab2 to itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Download the Contect of itab1 to presentation server.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: It is assumed that both files has got same structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 20:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-two-files/m-p/4602569#M1084784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T20:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Appending two files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-two-files/m-p/4602570#M1084785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can run FM &lt;STRONG&gt;GUI_UPLOAD&lt;/STRONG&gt; twice to upload the files. Then in the program combine them and finally use &lt;STRONG&gt;GUI_DOWNLOAD&lt;/STRONG&gt; to write the file to the PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 20:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-two-files/m-p/4602570#M1084785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T20:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Appending two files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-two-files/m-p/4602571#M1084786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to both of you. What you suggested worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I called GUI_UPLOAD twice, appended the contents of the itabs to a third itab and used GUI_DOWNLOAD to save it back to the frontend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 21:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-two-files/m-p/4602571#M1084786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T21:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Appending two files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/appending-two-files/m-p/4602572#M1084787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For first intertable tab1 you use GUI_UPLOAD FM.&lt;/P&gt;&lt;P&gt;second internal table tab2 you use same GUI_UPLOAD.&lt;/P&gt;&lt;P&gt;Then create the Third structure with all the fields or TAB1 and TAB2. then move all the records to Third internal table TAB3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2008 05:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/appending-two-files/m-p/4602572#M1084787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-18T05:11:02Z</dc:date>
    </item>
  </channel>
</rss>

