<?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 IMPORT statement with dynamic variable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-statement-with-dynamic-variable/m-p/2377988#M527465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends, Need Help!!!!!!!&lt;/P&gt;&lt;P&gt;Im trying IMPORT variable contents from a cluster table VARI. I can do a IMPORT without issues when I use exact name of the variable but I have issues with dynamic variable selection. Pls see code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at objects.&lt;/P&gt;&lt;P&gt;   assign objects-name to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;   IMPORT &amp;lt;fs&amp;gt; to tmp_var from database vari(va) id st_key.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not get any value to tmp_var.  Need help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2007 15:41:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-04T15:41:16Z</dc:date>
    <item>
      <title>IMPORT statement with dynamic variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-statement-with-dynamic-variable/m-p/2377988#M527465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends, Need Help!!!!!!!&lt;/P&gt;&lt;P&gt;Im trying IMPORT variable contents from a cluster table VARI. I can do a IMPORT without issues when I use exact name of the variable but I have issues with dynamic variable selection. Pls see code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at objects.&lt;/P&gt;&lt;P&gt;   assign objects-name to &amp;lt;fs&amp;gt;.&lt;/P&gt;&lt;P&gt;   IMPORT &amp;lt;fs&amp;gt; to tmp_var from database vari(va) id st_key.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not get any value to tmp_var.  Need help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 15:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-statement-with-dynamic-variable/m-p/2377988#M527465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T15:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT statement with dynamic variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-statement-with-dynamic-variable/m-p/2377989#M527466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends......suggestions plssss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 19:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-statement-with-dynamic-variable/m-p/2377989#M527466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T19:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT statement with dynamic variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-statement-with-dynamic-variable/m-p/2377990#M527467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at objects.
IMPORT (objects-name) to tmp_var from database vari(va) id st_key.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 19:56:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-statement-with-dynamic-variable/m-p/2377990#M527467</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-04T19:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT statement with dynamic variable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-statement-with-dynamic-variable/m-p/2377991#M527468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich,&lt;/P&gt;&lt;P&gt;No Luck...I tried this but its a syntax error as "(" cannot be used as part of name.&lt;/P&gt;&lt;P&gt;any inputs would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2007 20:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-statement-with-dynamic-variable/m-p/2377991#M527468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-04T20:18:00Z</dc:date>
    </item>
  </channel>
</rss>

