<?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: SET/GET in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get/m-p/1809025#M347002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET / GET is only for parameter ids (Screen Fields of transactions) I believe, you can use IMPORT and EXPORT for internal tables &amp;amp; work areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples for SET/ GET of parameters,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SET PARAMETER ID 'KTN' FIELD lv_vbeln.&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'KTN' FIELD lv_vbeln.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples for IMPORT and EXPORT of Internal Tables&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;EXPORT I_MARA TO MEMORY ID 'MYID'.&lt;/P&gt;&lt;P&gt;IMPORT I_MARA FROM MEMORY ID 'MYID'. &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2006 22:39:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-30T22:39:40Z</dc:date>
    <item>
      <title>SET/GET</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get/m-p/1809024#M347001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can we export and import internal tables using SET and GET or any other method?&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, 30 Nov 2006 22:35:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-get/m-p/1809024#M347001</guid>
      <dc:creator>former_member445996</dc:creator>
      <dc:date>2006-11-30T22:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: SET/GET</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get/m-p/1809025#M347002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET / GET is only for parameter ids (Screen Fields of transactions) I believe, you can use IMPORT and EXPORT for internal tables &amp;amp; work areas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples for SET/ GET of parameters,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SET PARAMETER ID 'KTN' FIELD lv_vbeln.&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'KTN' FIELD lv_vbeln.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples for IMPORT and EXPORT of Internal Tables&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;EXPORT I_MARA TO MEMORY ID 'MYID'.&lt;/P&gt;&lt;P&gt;IMPORT I_MARA FROM MEMORY ID 'MYID'. &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 22:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-get/m-p/1809025#M347002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-30T22:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: SET/GET</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-get/m-p/1809026#M347003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use SET/GET if you have &amp;lt;b&amp;gt;Parameter ID&amp;lt;/b&amp;gt; associated with the Screen Fields.&lt;/P&gt;&lt;P&gt;For any other purpose if you need to hold the data the you can use EXPORT...To MEMORY ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;To Export Itab:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;EXPORT (itab)     TO MEMORY ID id. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;To Import the Itab:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT tab = itab &lt;/P&gt;&lt;P&gt;  MEMORY ID 'TABLE'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Raja T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Raja T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2006 22:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-get/m-p/1809026#M347003</guid>
      <dc:creator>raja_thangamani</dc:creator>
      <dc:date>2006-11-30T22:51:15Z</dc:date>
    </item>
  </channel>
</rss>

