<?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: IMPORT and EXPORT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-and-export/m-p/1930036#M385408</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;You have to use the same variable name..For both IMPORT and EXPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: indx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:last_run(14), cur_run(14).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last_run = '20070123064526'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT last_run FROM DATABASE indx(dt) ID 'S_INNAME'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;last_run&amp;lt;/b&amp;gt; = '20070214100123'.&lt;/P&gt;&lt;P&gt;EXPORT &amp;lt;b&amp;gt;last_run&amp;lt;/b&amp;gt; TO DATABASE indx(dt) ID 'S_INNAME' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Feb 2007 16:23:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-14T16:23:08Z</dc:date>
    <item>
      <title>IMPORT and EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-and-export/m-p/1930033#M385405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to IMPORT the date and time stamp from last run and IMPORT the the date and time stamp from the current run every time a program is executed. I am using the following command. The time stamp is not gettign transferred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: indx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:last_run(14), cur_run(14).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last_run = '20070123064526'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT last_run FROM DATABASE indx(dt) ID 'S_INNAME'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cur_run = '20070214100123'.&lt;/P&gt;&lt;P&gt;EXPORT cur_run TO DATABASE indx(dt) ID 'S_INNAME'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 15:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-and-export/m-p/1930033#M385405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T15:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT and EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-and-export/m-p/1930034#M385406</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;There is a better option to store the last run of a program - create an own Z-table in SE11, for example: ZPROGRAMRUN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insert some fields, like PROGRAMNAME, LAST_RUN, USER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in your program you have to write the coding for writing and reading data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this way is much more easier to trace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 15:58:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-and-export/m-p/1930034#M385406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T15:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT and EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-and-export/m-p/1930035#M385407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Syed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on your application purpose, the solution Tamás showed would be a better resolution to your problem. To create a table where you store the programs last run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 16:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-and-export/m-p/1930035#M385407</guid>
      <dc:creator>hermanoclaro</dc:creator>
      <dc:date>2007-02-14T16:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT and EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-and-export/m-p/1930036#M385408</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;You have to use the same variable name..For both IMPORT and EXPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: indx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:last_run(14), cur_run(14).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last_run = '20070123064526'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT last_run FROM DATABASE indx(dt) ID 'S_INNAME'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;last_run&amp;lt;/b&amp;gt; = '20070214100123'.&lt;/P&gt;&lt;P&gt;EXPORT &amp;lt;b&amp;gt;last_run&amp;lt;/b&amp;gt; TO DATABASE indx(dt) ID 'S_INNAME' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 16:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-and-export/m-p/1930036#M385408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T16:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT and EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-and-export/m-p/1930037#M385409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the variable to be the same name. Still it does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 16:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-and-export/m-p/1930037#M385409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T16:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT and EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-and-export/m-p/1930038#M385410</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 tried your code..It works fine for me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: indx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:last_run(14), cur_run(14).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last_run = '20070214100123'.&lt;/P&gt;&lt;P&gt;EXPORT last_run TO DATABASE indx(dt) ID 'S_INNAME'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR last_run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT last_run FROM DATABASE indx(dt) ID 'S_INNAME'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: / last_run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 16:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-and-export/m-p/1930038#M385410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T16:54:55Z</dc:date>
    </item>
  </channel>
</rss>

