<?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 Error whenCopies the Data from One Internal Table to Another in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-whencopies-the-data-from-one-internal-table-to-another/m-p/2217342#M475583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,i m facing error  when i copying data from one table to other&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   do 10 times varying it1-f1 from alpha&lt;EM&gt;0 next alpha&lt;/EM&gt;1.&lt;/P&gt;&lt;P&gt;       append it1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   error:  it1-f1  and ALPHA  are type-incompatible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2007 05:05:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-26T05:05:15Z</dc:date>
    <item>
      <title>Error whenCopies the Data from One Internal Table to Another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-whencopies-the-data-from-one-internal-table-to-another/m-p/2217342#M475583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,i m facing error  when i copying data from one table to other&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   do 10 times varying it1-f1 from alpha&lt;EM&gt;0 next alpha&lt;/EM&gt;1.&lt;/P&gt;&lt;P&gt;       append it1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   error:  it1-f1  and ALPHA  are type-incompatible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 05:05:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-whencopies-the-data-from-one-internal-table-to-another/m-p/2217342#M475583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T05:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error whenCopies the Data from One Internal Table to Another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-whencopies-the-data-from-one-internal-table-to-another/m-p/2217343#M475584</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;Check the types of both the it1-f1 and alpha..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just put the alpha type of it1-f1//&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 05:08:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-whencopies-the-data-from-one-internal-table-to-another/m-p/2217343#M475584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T05:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error whenCopies the Data from One Internal Table to Another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-whencopies-the-data-from-one-internal-table-to-another/m-p/2217344#M475585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;SInce u r increasing the value of it-f1 from alpha0 to alpha 1 , both should be of same type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare alpha as of type it-fi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sonika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 05:11:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-whencopies-the-data-from-one-internal-table-to-another/m-p/2217344#M475585</guid>
      <dc:creator>former_member632991</dc:creator>
      <dc:date>2007-04-26T05:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error whenCopies the Data from One Internal Table to Another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-whencopies-the-data-from-one-internal-table-to-another/m-p/2217345#M475586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Check both the fields of internal tables have same or compatable type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 05:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-whencopies-the-data-from-one-internal-table-to-another/m-p/2217345#M475586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T05:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error whenCopies the Data from One Internal Table to Another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-whencopies-the-data-from-one-internal-table-to-another/m-p/2217346#M475587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Verma,&lt;/P&gt;&lt;P&gt; The error it self tells us that some incompatable between the types. So as of mentioned above solutions check the type for both varialbes means it-f1 and alpha.&lt;/P&gt;&lt;P&gt;Reply for queries, shall post the updates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.  &lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 05:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-whencopies-the-data-from-one-internal-table-to-another/m-p/2217346#M475587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T05:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error whenCopies the Data from One Internal Table to Another</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-whencopies-the-data-from-one-internal-table-to-another/m-p/2217347#M475588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both  it1-f1 and alpha should be of the same type ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 05:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-whencopies-the-data-from-one-internal-table-to-another/m-p/2217347#M475588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T05:29:42Z</dc:date>
    </item>
  </channel>
</rss>

