<?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: Access posibility for EXPORT statements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-posibility-for-export-statements/m-p/7760752#M1583613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;export to memory exports to ABAP memory. If your other program is done in background task this is a new mode/task and ABAP memory is not able to handle this as it is mode based. you should make use of the SAP memory which works over mode/taskboundaries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Apr 2011 09:35:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-15T09:35:04Z</dc:date>
    <item>
      <title>Access posibility for EXPORT statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-posibility-for-export-statements/m-p/7760751#M1583612</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 use EXPORT variable to MEMORY ID 'XXX' in Program ztest. And in the program, I call a FM ZFM in BACKGROUND TASK. In the FM ZFM, I use IMPORT statement to receive the variable. But it seems I can not get the value. Since I can not debug FM executed in BACKGROUND TASK, I can just judge by the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the question, what is the access posibility of EXPORT statement. If I want to access the variable, should I use some other ways? Such as EXPORT to database? But I am not very familiar with this command and the cluster tables. Can anyone give me some advice? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 09:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-posibility-for-export-statements/m-p/7760751#M1583612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-15T09:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Access posibility for EXPORT statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-posibility-for-export-statements/m-p/7760752#M1583613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;export to memory exports to ABAP memory. If your other program is done in background task this is a new mode/task and ABAP memory is not able to handle this as it is mode based. you should make use of the SAP memory which works over mode/taskboundaries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 09:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-posibility-for-export-statements/m-p/7760752#M1583613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-15T09:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Access posibility for EXPORT statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-posibility-for-export-statements/m-p/7760753#M1583614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;agree with florian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;LG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 10:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-posibility-for-export-statements/m-p/7760753#M1583614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-15T10:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Access posibility for EXPORT statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-posibility-for-export-statements/m-p/7760754#M1583615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Florian. So it means I can not access the calling program's  memory id in my background task FM? Is there anyway to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 02:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-posibility-for-export-statements/m-p/7760754#M1583615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-18T02:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Access posibility for EXPORT statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-posibility-for-export-statements/m-p/7760755#M1583616</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;If the data that you need exported is a single field value, then you can use create a parameter ID and use "SET/GET PARAMETER ID". If it is more than a data field, you can use Export to database/shared buffer, please go through the below link.&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/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_45b/helpdata/en/34/8e73a36df74873e10000009b38f9b8/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 03:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-posibility-for-export-statements/m-p/7760755#M1583616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-18T03:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Access posibility for EXPORT statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/access-posibility-for-export-statements/m-p/7760756#M1583617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chen, I have implemented the EXPORT TO DATABASE. I found all the examples using table ID indx to store the data, is this table a default table for the EXPORT to database table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 09:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/access-posibility-for-export-statements/m-p/7760756#M1583617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-18T09:36:29Z</dc:date>
    </item>
  </channel>
</rss>

