<?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: Get OTF data from memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-otf-data-from-memory/m-p/8098049#M1616074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ_OTF_FROM_MEMORY can work only if it has been exported using 'SAVE_OTF_TO_MEMORY' using the same ID. Did you set a breakpoint for SAVE_OTF_TO_MEMORY to make sure the export is done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain what you need READ_OTF_FROM_MEMORY? There could be a better way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2011 19:37:31 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2011-08-03T19:37:31Z</dc:date>
    <item>
      <title>Get OTF data from memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-otf-data-from-memory/m-p/8098048#M1616073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the FM 'READ_OTF_FROM_MEMORY' in order to get my OTF data. I am passing the MEMORY_KEY parameter but I am not getting any data in my OTF table. I do not know what wrong I am doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: OTF LIKE ITCOO OCCURS 0 WITH HEADER LINE.

CALL FUNCTION 'READ_OTF_FROM_MEMORY'
    EXPORTING
      MEMORY_KEY   = NAST-OBJKY   "This has the value in debugging
    TABLES
      OTF          = OTF          "This is empty in my debugging.
    EXCEPTIONS
      MEMORY_EMPTY = 1
      OTHERS       = 2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate if someone could guide me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 16:49:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-otf-data-from-memory/m-p/8098048#M1616073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-03T16:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Get OTF data from memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-otf-data-from-memory/m-p/8098049#M1616074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ_OTF_FROM_MEMORY can work only if it has been exported using 'SAVE_OTF_TO_MEMORY' using the same ID. Did you set a breakpoint for SAVE_OTF_TO_MEMORY to make sure the export is done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain what you need READ_OTF_FROM_MEMORY? There could be a better way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 19:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-otf-data-from-memory/m-p/8098049#M1616074</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-08-03T19:37:31Z</dc:date>
    </item>
  </channel>
</rss>

