<?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 Using Memory ID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278921#M152268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I was able to solve it. The thing which i should mention here is that we have to use same datatype for import which we use for export. Please note that I was using a Char 10 field for exporting which was a part of the structure. and while importing I was using Char 10 field (Note both have same technical attributes) which was not part of that structure. So what I did, I took the same type of field for importing too(i.e. field type struct-field). Here Sudha your hint was useful. However Name should be identical is not must thing. But yeah your hint was useful. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks All for your help and suggesstions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Jignesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Apr 2006 05:44:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-26T05:44:50Z</dc:date>
    <item>
      <title>Problem Using Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278908#M152255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During my process flow I am trying to use memory ID to pass the value of one field and fetch it somewhere in the process afterwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one function module I am writing:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;export com_tax-prod_code to memory id 'ZPROD_CODE'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;While after sometime during the process in another function module I am writing:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;import prod_code from memory id 'ZPROD_CODE'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still I am not getting the value properly. Is anything wrong in the above code?? I am getting sy-subrc = 0 too. And I have checked the values in debugging too. Still unable to get it. Did i miss something???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jignesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 14:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278908#M152255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T14:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278909#M152256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jignesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if you have activated the  two Function Modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kunal,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 14:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278909#M152256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T14:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278910#M152257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;hi Jignesh,

   I had cheked the help of export and import , the syntax which u had used had been removed , try this

set parameter id 'TEST' field com_tax-prod_code.

get parameter id 'TEST' field com_tax-prod_code.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 14:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278910#M152257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T14:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278911#M152258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, but I think the name of the field needs to be the same in both places. Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import &amp;lt;b&amp;gt;com_tax-prod_code&amp;lt;/b&amp;gt; from memory id 'ZPROD_CODE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 14:34:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278911#M152258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T14:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278912#M152259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to maintain parameter ID 'ZPROD_CODE' in table TPARA. Use SM30 - it will raise a transport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 14:37:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278912#M152259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T14:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278913#M152260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob I am already using other memory ID which is working fine and it is not there in TPARA table !!&lt;/P&gt;&lt;P&gt;Sudha as of I know it is not mandatory to use same name.&lt;/P&gt;&lt;P&gt;I have activated both the Function Modules before testing.&lt;/P&gt;&lt;P&gt;Shekhar, I am not sure whether this has been removed from the SAP bcoz I have used same Import-Export at many other places before this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jignesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 14:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278913#M152260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T14:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278914#M152261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jignesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Even i had used this before , but pls check help on export u will find that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 14:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278914#M152261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T14:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278915#M152262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try by keeping the same name as mentioned by Sudha.&lt;/P&gt;&lt;P&gt;I also faced the same problem but when i kept the same name it worked.&lt;/P&gt;&lt;P&gt;Try it and let us know.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 14:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278915#M152262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T14:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278916#M152263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also I cant use GET and SET PARAMETER .. Since multiple use would be logged in and the values would get over written each time !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 14:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278916#M152263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T14:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278917#M152264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jignesh,&lt;/P&gt;&lt;P&gt; Did u use any statements like "leave to transaction" or "submit"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 15:00:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278917#M152264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T15:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278918#M152265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will definitely let you know if i solve this. Please bare with me till tomorrow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for the help but still seeks more input on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 15:01:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278918#M152265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T15:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278919#M152266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I did not use those transactions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 15:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278919#M152266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T15:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278920#M152267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add it - see if it helps. It won't do any harm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 16:09:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278920#M152267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T16:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278921#M152268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally I was able to solve it. The thing which i should mention here is that we have to use same datatype for import which we use for export. Please note that I was using a Char 10 field for exporting which was a part of the structure. and while importing I was using Char 10 field (Note both have same technical attributes) which was not part of that structure. So what I did, I took the same type of field for importing too(i.e. field type struct-field). Here Sudha your hint was useful. However Name should be identical is not must thing. But yeah your hint was useful. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks All for your help and suggesstions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Jignesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 05:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278921#M152268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T05:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Using Memory ID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278922#M152269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to help Jignesh. And thanks for sharing the information with all of us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the thread now that your question has been answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 05:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-using-memory-id/m-p/1278922#M152269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T05:47:43Z</dc:date>
    </item>
  </channel>
</rss>

