<?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 fM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-fm/m-p/1343336#M173453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am guessing that this variable is referring to ESSR structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, wherever you are exporting it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT &amp;lt;FS_ESSR&amp;gt; TO MEMORY ID 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the place where you want to import this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS : &amp;lt;FS_ESSR&amp;gt; TYPE ESSR.&lt;/P&gt;&lt;P&gt;IMPORT &amp;lt;FS_ESSR&amp;gt; FROM MEMORY ID 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 May 2006 14:44:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-28T14:44:03Z</dc:date>
    <item>
      <title>import fM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-fm/m-p/1343333#M173450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have data in &amp;lt;FS_ESSR&amp;gt; in 1 prog&lt;/P&gt;&lt;P&gt;how i can make import to this value (&amp;lt;FS_ESSR&amp;gt;)&lt;/P&gt;&lt;P&gt;in another prog&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 May 2006 13:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-fm/m-p/1343333#M173450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-28T13:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: import fM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-fm/m-p/1343334#M173451</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;You can use IMPORT/EXPORT stataments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 May 2006 13:39:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-fm/m-p/1343334#M173451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-28T13:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: import fM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-fm/m-p/1343335#M173452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Export the value to memory and import it from the another program.  The following is the syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT obj1 ... objn TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunil Achyut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 May 2006 13:40:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-fm/m-p/1343335#M173452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-28T13:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: import fM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-fm/m-p/1343336#M173453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am guessing that this variable is referring to ESSR structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, wherever you are exporting it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT &amp;lt;FS_ESSR&amp;gt; TO MEMORY ID 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the place where you want to import this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS : &amp;lt;FS_ESSR&amp;gt; TYPE ESSR.&lt;/P&gt;&lt;P&gt;IMPORT &amp;lt;FS_ESSR&amp;gt; FROM MEMORY ID 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 May 2006 14:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-fm/m-p/1343336#M173453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-28T14:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: import fM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-fm/m-p/1343337#M173454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rani&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the help you can go thru for transfering data between programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9df735c111d1829f0000e829fbfe/frameset.htm"&amp;gt;Passing Data Between Programs&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to the example programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba50035c111d1829f0000e829fbfe/frameset.htm"&amp;gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba50035c111d1829f0000e829fbfe/frameset.htm&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 May 2006 15:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-fm/m-p/1343337#M173454</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-05-28T15:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: import fM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-fm/m-p/1343338#M173455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this won't work: Field-symbols are just address pointers. and &amp;lt;FS_ESSR&amp;gt; is not yet assigned to any storage area (variable). IMPORT statement will copy a value to a target variable. So if a variable (or table line) is assigned to a field-symbol, the value of the assigned vaiable can be exported to memory. Import must be to a local variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this should be&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;  ls_essr type essr.&lt;/P&gt;&lt;P&gt;IMPORT ls_essr from memory ID 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you like, you may ASSIGN ls_essr to &amp;lt;FS_ESSR&amp;gt;.&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>Sun, 28 May 2006 17:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-fm/m-p/1343338#M173455</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-05-28T17:04:30Z</dc:date>
    </item>
  </channel>
</rss>

