<?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 FROM MEMORY. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory/m-p/3580877#M862055</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;Is the value being passed in variable 'LTV_POPUP' properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably Update Task should not be a problem. Update task comes into picture when we need to update some database table.&lt;/P&gt;&lt;P&gt;In such a case where your FM is Update Task and there are certain tables to be updated, then FM will update the value at the successful execution of Function Module. In case there is some error in the FM after Update statement, Update Statement would be rolled back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarifies your doubt!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2008 07:36:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-02T07:36:53Z</dc:date>
    <item>
      <title>IMPORT FROM MEMORY.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory/m-p/3580876#M862054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 user exits in 2 different function groups.&lt;/P&gt;&lt;P&gt;In the first one I do EXPORT itab TO MEMORY ID 'LTV_POPUP'.&lt;/P&gt;&lt;P&gt;In the second one I want to get this data using&lt;/P&gt;&lt;P&gt;IMPORT itab FROM MEMORY ID 'LTV_POPUP'.&lt;/P&gt;&lt;P&gt;But I don't get any results - itab is initial after IMPORT command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second user exit is called in standard SAP function module which is called IN UPDATE TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could this by a problem? Has anybody some idea how to solve this problem?&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 07:28:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory/m-p/3580876#M862054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T07:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT FROM MEMORY.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory/m-p/3580877#M862055</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;Is the value being passed in variable 'LTV_POPUP' properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably Update Task should not be a problem. Update task comes into picture when we need to update some database table.&lt;/P&gt;&lt;P&gt;In such a case where your FM is Update Task and there are certain tables to be updated, then FM will update the value at the successful execution of Function Module. In case there is some error in the FM after Update statement, Update Statement would be rolled back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarifies your doubt!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 07:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory/m-p/3580877#M862055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T07:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT FROM MEMORY.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory/m-p/3580878#M862056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably just something wrong with your export to memory.. Check in debug if the export is executed and if itab is filled with data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 07:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory/m-p/3580878#M862056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T07:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT FROM MEMORY.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory/m-p/3580879#M862057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before EXPORT I have itab filled with one record. It is itab without header line.&lt;/P&gt;&lt;P&gt;After executing EXPORT command I get sy-subrc = 0.&lt;/P&gt;&lt;P&gt;Can get to this itab records stored in memory somehow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 07:52:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory/m-p/3580879#M862057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T07:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: IMPORT FROM MEMORY.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory/m-p/3580880#M862058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, i solved this proble using FROM DATABASE indx clause in EXPORT-IMPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;indx-aedat = sy-datum.&lt;/P&gt;&lt;P&gt;indx-usera = sy-uname.&lt;/P&gt;&lt;P&gt;EXPORT itab FROM itab&lt;/P&gt;&lt;P&gt;  TO DATABASE indx(st) FROM ls_indx ID indxkey.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT itab = itab FROM DATABASE indx(st) ID indxkey&lt;/P&gt;&lt;P&gt;  TO ls_indx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 08:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-from-memory/m-p/3580880#M862058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T08:51:55Z</dc:date>
    </item>
  </channel>
</rss>

