<?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: file generation error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-generation-error/m-p/4880836#M1140795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u plz tell me more detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Dec 2008 18:58:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-24T18:58:42Z</dc:date>
    <item>
      <title>file generation error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-generation-error/m-p/4880834#M1140793</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;want to write 5 tables in 1 file, to write 5 tables into file ,calling program 5 times,passing different itab each time.&lt;/P&gt;&lt;P&gt;But when 1 itab gets write in to the file, when program calls again with 2 itab, it writes overwrites itab 2 . This  erase itab 2 data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz tell how to write all itabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 18:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-generation-error/m-p/4880834#M1140793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T18:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: file generation error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-generation-error/m-p/4880835#M1140794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use APPENDING TABLE ITAB while selecting the data.&lt;/P&gt;&lt;P&gt;I used &lt;EM&gt;SELECT setname setclass descript FROM setheadert APPENDING TABLE i_setheadert&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While i_setheadert had already data before selecting from setheadert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 18:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-generation-error/m-p/4880835#M1140794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T18:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: file generation error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-generation-error/m-p/4880836#M1140795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u plz tell me more detail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 18:58:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-generation-error/m-p/4880836#M1140795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-24T18:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: file generation error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-generation-error/m-p/4880837#M1140796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use like this -&lt;/P&gt;&lt;P&gt;OPEN DATASET dsn FOR APPENDING IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;LOOP AT ITAB INTO wa_itab.&lt;/P&gt;&lt;P&gt;TRANSFER wa_itab TO dsn.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;CLOSE DATASET dsn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;P.S. - You should use search. F1 on statements. Search in Forums.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 19:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-generation-error/m-p/4880837#M1140796</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2008-12-24T19:05:33Z</dc:date>
    </item>
  </channel>
</rss>

