<?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 MEMORY ID issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692504#M1946393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use EXPORT and IMPORT ,&amp;nbsp; the&amp;nbsp; input value is not transferring from program-A to program-B .&lt;/P&gt;&lt;P&gt;so i am using SET and GET parameters now output is coming properly when program-B is executed independently .&lt;/P&gt;&lt;P&gt;but when i check it in background job(SM37) its showing wrong output .&lt;/P&gt;&lt;P&gt;what to do know ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 May 2016 06:52:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-05-05T06:52:25Z</dc:date>
    <item>
      <title>IMPORT MEMORY ID issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692497#M1946386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i am facing an issue that i have to run two programs at a time with only one input that is giving to program-A through parameter.&lt;/P&gt;&lt;P&gt;Here i need to run program-B after 5 seconds to execution of program-A . By using JOB_OPEN ,JOB_SUBMIT , JOB_CLOSE it is running successfully .&lt;/P&gt;&lt;P&gt;i am using EXPORT AND IMPORT MEMORY ID's to transfer the input value from Program-A to program-B . But input value is not transferring properly to Program-B it is giving output which is not related input that i provided in program-A .&lt;/P&gt;&lt;P&gt;please share your experience to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 05:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692497#M1946386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-05T05:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT MEMORY ID issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692498#M1946387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can you SET/GET PARAMETER for the same,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://scn.sap.com/thread/1867972" title="https://scn.sap.com/thread/1867972"&gt;SUBMIT program VIA JOB and SET/GET parameter | SCN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 05:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692498#M1946387</guid>
      <dc:creator>prajeshdesai</dc:creator>
      <dc:date>2016-05-05T05:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT MEMORY ID issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692499#M1946388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Program B's memory is entirely independent of A, so EXPORT/IMPORT to MEMORY ID won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Options:&lt;/P&gt;&lt;P&gt;1. Add selection options/parameters to B and fill the variant from A before using the JOB_ FMs&lt;/P&gt;&lt;P&gt;2. Use SUBMIT instead of the JOB_ FMs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 05:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692499#M1946388</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2016-05-05T05:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT MEMORY ID issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692500#M1946389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sir for responding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; here the problem is i have to run that 2nd program in background that is it is not possible to use submit.&lt;/P&gt;&lt;P&gt; and i used SET/GET parameters now its coming exact output when i run 2nd program&amp;nbsp; independently but in SM37 in spool output it is showig again wrong output .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide me sir how to do this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 06:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692500#M1946389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-05T06:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT MEMORY ID issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692501#M1946390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your response .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used SET/GET parameters now its coming exact output when i run 2nd program&amp;nbsp; independently but in SM37 in spool output it is showing again wrong output .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide me if you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 06:05:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692501#M1946390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-05T06:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT MEMORY ID issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692502#M1946391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could be a very stupid answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Let the Program A save &lt;/SPAN&gt;the param to a lookup table.&lt;/P&gt;&lt;P&gt;Let Program B read the value from lookup table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 06:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692502#M1946391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-05T06:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT MEMORY ID issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692503#M1946392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkatesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it may be possible that your system has many application server and your program A and B are running on different application server. so one way is to force your program to run on same application server by providing sy-host.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;OR&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use shared buffer in place of memory id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to export.&lt;/P&gt;&lt;P&gt;export ITAB to shared buffer indx(st) id 'YOURKEY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to import &lt;/P&gt;&lt;P&gt;import imara from shared buffer indx(st) id 'YOURKEY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to free buffer.&lt;/P&gt;&lt;P&gt;delete from&amp;nbsp; shared buffer indx(st) id 'YOURKEY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background: transparent;"&gt; we have another solution to use DATABASE instead of SHARED BUFFER in EXPORT and IMPORT statements.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background: transparent;"&gt;EXPORT &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt;itab FROM itab &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background: transparent;"&gt;TO DATABASE &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt;indx&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background: transparent;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt;ar&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background: transparent;"&gt;) CLIENT sy-mandt &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background: transparent;"&gt;ID job_number in program1 where job number is unique.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background: transparent;"&gt;Then&lt;BR /&gt;IMPORT itab TO itab FROM DATABASE &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt;indx&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background: transparent;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt;ar&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background: transparent;"&gt;) CLIENT sy-mandt &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background: transparent;"&gt;ID job_number in program2 where job number is passed from program1 to program2 while submit job.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background: transparent;"&gt;Then DELETE &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background: transparent;"&gt;DATABASE &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;indx&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background: transparent;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background-position: initial;"&gt;ar&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background: transparent;"&gt;) CLIENT sy-mandt &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: black; background: transparent;"&gt;ID job_number.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 06:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692503#M1946392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-05T06:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT MEMORY ID issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692504#M1946393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use EXPORT and IMPORT ,&amp;nbsp; the&amp;nbsp; input value is not transferring from program-A to program-B .&lt;/P&gt;&lt;P&gt;so i am using SET and GET parameters now output is coming properly when program-B is executed independently .&lt;/P&gt;&lt;P&gt;but when i check it in background job(SM37) its showing wrong output .&lt;/P&gt;&lt;P&gt;what to do know ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANK YOU.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 06:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692504#M1946393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-05T06:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT MEMORY ID issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692505#M1946394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is your both program are running by the same user??&lt;/P&gt;&lt;P&gt;because this SET/GET parameter are user specific.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 07:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692505#M1946394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-05T07:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT MEMORY ID issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692506#M1946395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i am only running that two programs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 07:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692506#M1946395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-05T07:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT MEMORY ID issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692507#M1946396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't use SET/GET. To limited. And what will you do if something changes those parameters before job B runs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a selection screen in program B. Simplest, safest, easiest solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 07:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692507#M1946396</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2016-05-05T07:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT MEMORY ID issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692508#M1946397</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 try this. may be this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://scn.sap.com/thread/299740" title="https://scn.sap.com/thread/299740"&gt;Pass parameter to background job from report | SCN&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 07:27:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692508#M1946397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-05T07:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT MEMORY ID issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692509#M1946398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you all its done &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 11:56:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-memory-id-issue/m-p/11692509#M1946398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-05T11:56:29Z</dc:date>
    </item>
  </channel>
</rss>

