<?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: Where are memory Keys Defined? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-are-memory-keys-defined/m-p/3792941#M912272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define it in the data element (tab Futher Characteristics &lt;STRONG&gt;Parameter ID&lt;/STRONG&gt;) or in the screen (screen painter -&amp;gt; layout &lt;STRONG&gt;Param ID&lt;/STRONG&gt; or selection screen PARAMETERS... &lt;STRONG&gt;MEMORY ID&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2008 17:42:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-09T17:42:52Z</dc:date>
    <item>
      <title>Where are memory Keys Defined?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-are-memory-keys-defined/m-p/3792940#M912271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have one in an SAP Function Module whose storage space  needs to be increased.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It imports the parameter 'memory_key' . Its value is &lt;/P&gt;&lt;P&gt;'DEF_OTF_MEMORY_KEY'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION READ_OTF_FROM_MEMORY.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;*"       IMPORTING&lt;/P&gt;&lt;P&gt;*"              MEMORY_KEY DEFAULT 'DEF_OTF_MEMORY_KEY'&lt;/P&gt;&lt;P&gt;*"       TABLES&lt;/P&gt;&lt;P&gt;*"              OTF STRUCTURE  ITCOO&lt;/P&gt;&lt;P&gt;*"       EXCEPTIONS&lt;/P&gt;&lt;P&gt;*"              MEMORY_EMPTY&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;DATA: MEMKEY(32). "max len of memory id is 32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MEMKEY = MEMORY_KEY.&lt;/P&gt;&lt;P&gt;IMPORT OTF FROM MEMORY ID MEMKEY.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  RAISE MEMORY_EMPTY.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 17:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-are-memory-keys-defined/m-p/3792940#M912271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T17:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Where are memory Keys Defined?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-are-memory-keys-defined/m-p/3792941#M912272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define it in the data element (tab Futher Characteristics &lt;STRONG&gt;Parameter ID&lt;/STRONG&gt;) or in the screen (screen painter -&amp;gt; layout &lt;STRONG&gt;Param ID&lt;/STRONG&gt; or selection screen PARAMETERS... &lt;STRONG&gt;MEMORY ID&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 17:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-are-memory-keys-defined/m-p/3792941#M912272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-09T17:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Where are memory Keys Defined?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-are-memory-keys-defined/m-p/3792942#M912273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom, this memory ids are not real objects in the system, but simply pointers, so the object 'DEF_OTF_MEMORY_KEY' does not actual exist, therefore there is nothing to change.  You can not change the allocation of memory to specifc ids, rather the memory area as a whole, and I believe this is a profile parameter which is set by your basis people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 17:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-are-memory-keys-defined/m-p/3792942#M912273</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-05-09T17:47:59Z</dc:date>
    </item>
  </channel>
</rss>

