<?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/EXPORT statement in Background Mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-statement-in-background-mode/m-p/3041725#M719882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An error cause by myself. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;In conclusion: &lt;/P&gt;&lt;P&gt;I realize that SY-TCODE is blank for background job.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Nov 2007 07:52:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-01T07:52:05Z</dc:date>
    <item>
      <title>IMPORT/EXPORT statement in Background Mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-statement-in-background-mode/m-p/3041722#M719879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey dudes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing a problem in my coding. I am dealing with coding in several events in IS-U, transaction FPY1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it's not so important ya. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; Now I am written some code on IMPORT and EXPORT some parameters between 2 program code. It's work very fine only in 'DEBUG MODE', but when it's running not debug mode (Is BACKGROUND MODE), coz it's massive run program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect it's because of the background job. Does background job using ABAP Memory? IMPORT/EXPORT is only for dialog work process, not background work process?? I have a lot of question mark on my head now.. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope anyone facing dis issue before can help. &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Isaac.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 08:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-statement-in-background-mode/m-p/3041722#M719879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T08:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT/EXPORT statement in Background Mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-statement-in-background-mode/m-p/3041723#M719880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to pass data via EXPORT/IMPORT between two programs that are both running in background, or from an online session to a background process?... i.e. what are the two lots of program code that you are wanting to pass parameters between?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be fine for a background program to "export" data to a memory ID, then for the same batch program to submit another program that does the "import" from the same memory ID... but this method won't work for an online user doing an "export" and a batch job doing an "import" -&amp;gt; for this to work, you would need to persist the parameters so that the batch job can retrieve them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can explain the scenario a bit more, will try to offer more help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 10:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-statement-in-background-mode/m-p/3041723#M719880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T10:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT/EXPORT statement in Background Mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-statement-in-background-mode/m-p/3041724#M719881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the problem already. It's because I was checking on sy-tcode, whereas sy-tcode is blank on background processing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate your help man.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Isaac.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 07:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-statement-in-background-mode/m-p/3041724#M719881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T07:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT/EXPORT statement in Background Mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-statement-in-background-mode/m-p/3041725#M719882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An error cause by myself. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;In conclusion: &lt;/P&gt;&lt;P&gt;I realize that SY-TCODE is blank for background job.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 07:52:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-statement-in-background-mode/m-p/3041725#M719882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-01T07:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT/EXPORT statement in Background Mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-statement-in-background-mode/m-p/3041726#M719883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 11:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-export-statement-in-background-mode/m-p/3041726#M719883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-23T11:28:21Z</dc:date>
    </item>
  </channel>
</rss>

