<?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: Export from User exit. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-user-exit/m-p/5027034#M1169461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;              Have you created the Memory ID.If not please double click on the memory ID to create it and then ur import Statement will return the Value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Irfan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jan 2009 20:02:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-13T20:02:31Z</dc:date>
    <item>
      <title>Export from User exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-user-exit/m-p/5027032#M1169459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Guru's &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this is a user exit: &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: lv_diff TYPE n.
lv_diff = TRUNC( wmara-mhdhb - lv_mhdhb ).

  EXPORT lv_diff TO MEMORY ID 'ZXXXXX'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and importing in a custom program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: lv_diff TYPE n.
IMPORT lv_diff FROM MEMORY ID 'ZXXXXX'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Th sy-subrc eq 0 in Export but not at import... I searched the forum and found I am doing right... why is this lv_diff not filled in import program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 19:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-user-exit/m-p/5027032#M1169459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T19:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Export from User exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-user-exit/m-p/5027033#M1169460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this, also try using some other name as memory id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT lv_diff = lv_diff FROM MEMORY ID 'ZXXXXX' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kartik tarla on Jan 14, 2009 1:30 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 20:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-user-exit/m-p/5027033#M1169460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T20:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Export from User exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-user-exit/m-p/5027034#M1169461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;              Have you created the Memory ID.If not please double click on the memory ID to create it and then ur import Statement will return the Value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Irfan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 20:02:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-user-exit/m-p/5027034#M1169461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T20:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Export from User exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-user-exit/m-p/5027035#M1169462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you rephrase the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be careful, sy-subrc is not set by export (only import).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the old debugger, add a breakpoint at the import, make sure whether the memory id exists or not (menu goto, system areas, abap memory)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 20:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-user-exit/m-p/5027035#M1169462</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-01-13T20:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Export from User exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-user-exit/m-p/5027036#M1169463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.. I just looked into and found that the Session in the user exit is getting closed and probably the memory is getting cleared... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I deal where the session is closed and still I can acess the memory id in another session?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 20:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-user-exit/m-p/5027036#M1169463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T20:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Export from User exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-user-exit/m-p/5027037#M1169464</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;Try using these statements..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IMPORT &amp;lt;f1&amp;gt; TO &amp;lt;g1&amp;gt; &amp;lt;f2&amp;gt; TO &amp;lt;g2&amp;gt; ... FROM DATABASE dbtab &amp;lt;ar&amp;gt; ID &amp;lt;key&amp;gt;
EXPORT &amp;lt;f1&amp;gt; TO &amp;lt;g1&amp;gt; &amp;lt;f2&amp;gt; TO &amp;lt;g2&amp;gt; ... TO DATABASE dbtab &amp;lt;ar&amp;gt; ID &amp;lt;key&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 20:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-user-exit/m-p/5027037#M1169464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T20:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Export from User exit.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-user-exit/m-p/5027038#M1169465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved with SET and Get parameters..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2009 21:27:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-from-user-exit/m-p/5027038#M1169465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-13T21:27:00Z</dc:date>
    </item>
  </channel>
</rss>

