<?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: ABAP command IMPORT/EXPORT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-command-import-export/m-p/3653196#M879935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not quite sure if you can call it a 'replacement', I would say it is another alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shared (memory) object, transaction SHMA (creating) and SHMM (monitoring).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/1c/dafc3e9d3b6927e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/1c/dafc3e9d3b6927e10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Apr 2008 15:20:42 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2008-04-17T15:20:42Z</dc:date>
    <item>
      <title>ABAP command IMPORT/EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-command-import-export/m-p/3653195#M879934</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;I would like to know whats the replacement for the IMPORT and export commands used in 4.7c  in ECC6. Can anyone tell me whats the replacement commands for import and export command that is used in abap/4 4.7c for ECC6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 15:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-command-import-export/m-p/3653195#M879934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T15:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP command IMPORT/EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-command-import-export/m-p/3653196#M879935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not quite sure if you can call it a 'replacement', I would say it is another alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shared (memory) object, transaction SHMA (creating) and SHMM (monitoring).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/1c/dafc3e9d3b6927e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/1c/dafc3e9d3b6927e10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 15:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-command-import-export/m-p/3653196#M879935</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-17T15:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP command IMPORT/EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-command-import-export/m-p/3653197#M879936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which export do you mean ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to memory id ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is still there right ? looks like it has become lil complicated.. (but not as complicated as the syntax, when u actually try it)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IMPORT TAB = T_RFID&lt;/P&gt;&lt;P&gt;        FROM DATABASE INDX(ZF)&lt;/P&gt;&lt;P&gt;             CLIENT   V_CL&lt;/P&gt;&lt;P&gt;             ID       'ZFRT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know, if u need more info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 15:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-command-import-export/m-p/3653197#M879936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T15:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP command IMPORT/EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-command-import-export/m-p/3653198#M879937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SO you mean to say that this functinality can be used in ECC6.0 in place of import/export that was been used in 4.7c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 15:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-command-import-export/m-p/3653198#M879937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T15:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP command IMPORT/EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-command-import-export/m-p/3653199#M879938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aarav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is nothing like replacement for import/export.there is another statements to transferdata which are Set/Get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you are working with sap you have sessions.so in between session if you want to transfer data then you will use set/get parameters.import/export are used within the session.means you opened se38 and written a program and then go back to se38 initial screen and entered another program name and in that program you want the data which is in the previous program you have written in the se38 in same session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 15:44:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-command-import-export/m-p/3653199#M879938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-17T15:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP command IMPORT/EXPORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-command-import-export/m-p/3653200#M879939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can the set/ get parameter statements be use in the methods of 2 different classes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 07:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-command-import-export/m-p/3653200#M879939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-27T07:32:25Z</dc:date>
    </item>
  </channel>
</rss>

