<?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: Problem with Export/Import  in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-export-import-in-background/m-p/5678768#M1291000</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 can export the flag to database ..it is not required to be a internal tabel. You can refer to this link..&lt;/P&gt;&lt;P&gt;It is explained with example&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_45b/helpdata/en/34/8e73a36df74873e10000009b38f9b8/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_45b/helpdata/en/34/8e73a36df74873e10000009b38f9b8/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here obj1 can be single variable..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT obj1 ... objn TO DATABASE dbtab(ar) ID key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work in Background not the Export to MEMORY statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2009 14:55:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-05T14:55:33Z</dc:date>
    <item>
      <title>Problem with Export/Import  in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-export-import-in-background/m-p/5678764#M1290996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a requirement in which i am exporting an flag to memory from one program and importing that in another program. in foreground it is working fine. But in background it is not working. Is there any work around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report 1:&lt;/P&gt;&lt;P&gt;DATA:l_flag type c value 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;free memory id 'ZFLAG'.&lt;/P&gt;&lt;P&gt; EXPORT L_FLAG TO MEMORY ID 'ZFLAG'.&lt;/P&gt;&lt;P&gt;LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report 2:&lt;/P&gt;&lt;P&gt;DATA:L_FLAG TYPE C.&lt;/P&gt;&lt;P&gt;  import l_FLAG from memory id 'ZFLAG'.&lt;/P&gt;&lt;P&gt;  free memory id 'ZFLAG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF l_FLAG = 'X'.&lt;/P&gt;&lt;P&gt;  LEAVE PROGRAM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 11:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-export-import-in-background/m-p/5678764#M1290996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T11:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Export/Import  in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-export-import-in-background/m-p/5678765#M1290997</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;EXPORT/IMPORT To Memory Id will not work in the background....Instead you can use these statements IMPORT/EXPORT to DATABASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_45b/helpdata/en/34/8e73a36df74873e10000009b38f9b8/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_45b/helpdata/en/34/8e73a36df74873e10000009b38f9b8/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 11:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-export-import-in-background/m-p/5678765#M1290997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T11:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Export/Import  in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-export-import-in-background/m-p/5678766#M1290998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="thread" id="75471"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 11:37:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-export-import-in-background/m-p/5678766#M1290998</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-06-05T11:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Export/Import  in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-export-import-in-background/m-p/5678767#M1290999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I am having a requirement in which i am exporting flag not the internal table. Is there any work around for&lt;/P&gt;&lt;P&gt;that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 14:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-export-import-in-background/m-p/5678767#M1290999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T14:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Export/Import  in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-export-import-in-background/m-p/5678768#M1291000</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 can export the flag to database ..it is not required to be a internal tabel. You can refer to this link..&lt;/P&gt;&lt;P&gt;It is explained with example&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_45b/helpdata/en/34/8e73a36df74873e10000009b38f9b8/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_45b/helpdata/en/34/8e73a36df74873e10000009b38f9b8/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here obj1 can be single variable..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT obj1 ... objn TO DATABASE dbtab(ar) ID key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work in Background not the Export to MEMORY statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 14:55:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-export-import-in-background/m-p/5678768#M1291000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-05T14:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Export/Import  in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-export-import-in-background/m-p/5678769#M1291001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;Thanks for the reply.I have a doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; EXPORT obj1 ... objn TO DATABASE dbtab(ar) ID key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my understanding i need to crate a entry in the database table (INDX) for the ID key.&lt;/P&gt;&lt;P&gt;&amp;amp; need to transport that entry in production as well as.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please confirm my understanding &amp;amp; if there is a other work around in which we dont need&lt;/P&gt;&lt;P&gt;to create a entry in the data base table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 08:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-export-import-in-background/m-p/5678769#M1291001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-08T08:39:30Z</dc:date>
    </item>
  </channel>
</rss>

