<?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 Problems using IMPORT method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-using-import-method/m-p/6209322#M1377396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;We have just upgraded from 4.6c to ECC6. &lt;/P&gt;&lt;P&gt;In several programs we used Import method with the following syntax in 4.6c: &lt;/P&gt;&lt;P&gt;import (tname) to &amp;amp;1 from database zzhilan(zz) id zkey1(16) . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However in ECC6 , since it didn't compile we changed it to : &lt;/P&gt;&lt;P&gt;  import tname to &amp;amp;1 from database zzhilan(zz) id zkey1(16) . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However now it doesnt read the data from the database. &lt;/P&gt;&lt;P&gt;How should the Import method be used in ECC6 ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please your advise. &lt;/P&gt;&lt;P&gt;Mazal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2009 06:57:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-08T06:57:13Z</dc:date>
    <item>
      <title>Problems using IMPORT method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-using-import-method/m-p/6209322#M1377396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;We have just upgraded from 4.6c to ECC6. &lt;/P&gt;&lt;P&gt;In several programs we used Import method with the following syntax in 4.6c: &lt;/P&gt;&lt;P&gt;import (tname) to &amp;amp;1 from database zzhilan(zz) id zkey1(16) . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However in ECC6 , since it didn't compile we changed it to : &lt;/P&gt;&lt;P&gt;  import tname to &amp;amp;1 from database zzhilan(zz) id zkey1(16) . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However now it doesnt read the data from the database. &lt;/P&gt;&lt;P&gt;How should the Import method be used in ECC6 ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please your advise. &lt;/P&gt;&lt;P&gt;Mazal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 06:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-using-import-method/m-p/6209322#M1377396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-08T06:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using IMPORT method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-using-import-method/m-p/6209323#M1377397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mazal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try like this , I think it is working .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT DIRECTORY INTO itab FROM DATABASE indx(hk) ID 'HK'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 07:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-using-import-method/m-p/6209323#M1377397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-08T07:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using IMPORT method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-using-import-method/m-p/6209324#M1377398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mazal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While importing source variable and destination variable should same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IMPORT it_itab = it_itab from database zzhilan(zz) id zkey1(16).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it works.&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>Thu, 08 Oct 2009 07:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-using-import-method/m-p/6209324#M1377398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-08T07:36:09Z</dc:date>
    </item>
  </channel>
</rss>

