<?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 Does EXPORT to MEMORY ID work in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-export-to-memory-id-work-in-background/m-p/5298897#M1222110</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'm exporting an internal table to a memory ID which will then be used in another program which will be called from the current program with a SUBMIT and RETURN statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i use the SUBMIT online, it seems to EXPORT and IMPORT the internal table correctly.&lt;/P&gt;&lt;P&gt;but, when i SUBMIT to the program in background, it does not seem to do whatever i expect, which makes me think eventually there is some problem with the data I've been EXPORTing and IMPORTing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone shed any lights on this one please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tabraiz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Tabraiz Ali Khan on Mar 10, 2009 10:04 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2009 09:02:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-10T09:02:08Z</dc:date>
    <item>
      <title>Does EXPORT to MEMORY ID work in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-export-to-memory-id-work-in-background/m-p/5298897#M1222110</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'm exporting an internal table to a memory ID which will then be used in another program which will be called from the current program with a SUBMIT and RETURN statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i use the SUBMIT online, it seems to EXPORT and IMPORT the internal table correctly.&lt;/P&gt;&lt;P&gt;but, when i SUBMIT to the program in background, it does not seem to do whatever i expect, which makes me think eventually there is some problem with the data I've been EXPORTing and IMPORTing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone shed any lights on this one please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tabraiz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Tabraiz Ali Khan on Mar 10, 2009 10:04 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 09:02:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/does-export-to-memory-id-work-in-background/m-p/5298897#M1222110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T09:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Does EXPORT to MEMORY ID work in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-export-to-memory-id-work-in-background/m-p/5298898#M1222111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the same memory space is being used, then yes.  Otherwise no.  If you've a late enough version, you can set an external breakpoint and check the values in memory through the debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you SUBMITting in background?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 09:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/does-export-to-memory-id-work-in-background/m-p/5298898#M1222111</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-03-10T09:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Does EXPORT to MEMORY ID work in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-export-to-memory-id-work-in-background/m-p/5298899#M1222112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used the below statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  	SUBMIT zsecondprogram AND RETURN&lt;/P&gt;&lt;P&gt;  		USER               sy-uname&lt;/P&gt;&lt;P&gt;  	      	VIA JOB            gv_jobname&lt;/P&gt;&lt;P&gt;  		NUMBER             gv_job_number&lt;/P&gt;&lt;P&gt;  		TO SAP-SPOOL&lt;/P&gt;&lt;P&gt;  		SPOOL PARAMETERS   gs_user_print_params&lt;/P&gt;&lt;P&gt;              ARCHIVE PARAMETERS gs_user_arc_params&lt;/P&gt;&lt;P&gt;              WITHOUT SPOOL DYNPRO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 09:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/does-export-to-memory-id-work-in-background/m-p/5298899#M1222112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T09:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Does EXPORT to MEMORY ID work in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-export-to-memory-id-work-in-background/m-p/5298900#M1222113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess i need to use a shared buffer for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 09:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/does-export-to-memory-id-work-in-background/m-p/5298900#M1222113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T09:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Does EXPORT to MEMORY ID work in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/does-export-to-memory-id-work-in-background/m-p/5298901#M1222114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shared buffer works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 12:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/does-export-to-memory-id-work-in-background/m-p/5298901#M1222114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T12:27:13Z</dc:date>
    </item>
  </channel>
</rss>

