<?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: technics for transfering in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/technics-for-transfering/m-p/4685220#M1101472</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 also think of using field symbols&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols : &amp;lt;f1&amp;gt; type any.&lt;/P&gt;&lt;P&gt;assign '(SOURCEPROGRAMNAME)VARIABLE' TO &amp;lt;f1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;lt;f1&amp;gt; is assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to write the above code in target program and in the SOURCE PROGRAMNAME name write the source program name and in the VARIABLE place, you need to write Source program variable name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;assign '(SAPMV45A)XVBAP' TO &amp;lt;f1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2008 11:02:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-30T11:02:35Z</dc:date>
    <item>
      <title>technics for transfering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/technics-for-transfering/m-p/4685215#M1101467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any body tell me the technics available for transfering data from one session to another session in sap memory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&amp;amp;regards&lt;/P&gt;&lt;P&gt;meena.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 10:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/technics-for-transfering/m-p/4685215#M1101467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T10:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: technics for transfering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/technics-for-transfering/m-p/4685216#M1101468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using import and export statements search for them in SCN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 10:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/technics-for-transfering/m-p/4685216#M1101468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T10:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: technics for transfering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/technics-for-transfering/m-p/4685217#M1101469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using F1 help for MEMORY ID, you will get to know the various 'technics'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 10:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/technics-for-transfering/m-p/4685217#M1101469</guid>
      <dc:creator>VikasB</dc:creator>
      <dc:date>2008-10-30T10:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: technics for transfering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/technics-for-transfering/m-p/4685218#M1101470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3bd1358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3bd1358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search SCN you can find lot of stuff on EXPORTING IMPORTING to MEMORY ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT obj1 ... objn TO MEMORY. &lt;/P&gt;&lt;P&gt;Exports the objects obj1 ... objn (fields, structures or tables) as a data&lt;/P&gt;&lt;P&gt;cluster to ABAP/4 memory . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT obj1 ... objn TO DATABASE dbtab(ar) ID key. Exports the objects obj1 ... objn (fields, structures or tables) as a data cluster to the database table dbtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT f itab FROM MEMORY. &lt;/P&gt;&lt;P&gt;Imports data objects (fields or tables) from the ABAP/4 memory . Reads in all data without an ID that was exported to memory with "EXPORT ... TO MEMORY." &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT f itab FROM DATABASE dbtab(ar) ID key. imports data objects (fields, field strings or internal tables) with the ID key from the area ar of the database dbtab . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT obj1 ... objn TO MEMORY. &lt;/P&gt;&lt;P&gt;If you call a transaction, report or dialog module (with CALL TRANSACTION , SUBMIT or CALL DIALOG ), the contents of ABAP/4 memory are retained, even across several levels. The called transaction can then retrieve the data from there using IMPORT ... FROM MEMORY . &lt;/P&gt;&lt;P&gt;Each new EXPORT ... TO MEMORY statement overwrites any old data, so no data is appended. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT obj1 ... objn TO DATABASE dbtab(ar) ID key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The database table dbtab must have a standardized structure . &lt;/P&gt;&lt;P&gt;The database table dbtab is divided into different logically related areas ( ar , 2-character name). &lt;/P&gt;&lt;P&gt;You can export collections of data objects (known as data clusters ) under a freely definable key (field key ) to an area of this database. &lt;/P&gt;&lt;P&gt;IMPORT allows you to import individual data objects from this cluster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 10:54:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/technics-for-transfering/m-p/4685218#M1101470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T10:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: technics for transfering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/technics-for-transfering/m-p/4685219#M1101471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please refer the following link where u may find answer to your querry:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&amp;amp;query=transferring" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&amp;amp;query=transferring&lt;/A&gt;&lt;EM&gt;data&lt;/EM&gt;from&lt;EM&gt;one&lt;/EM&gt;session&lt;EM&gt;to&lt;/EM&gt;another&lt;EM&gt;session&lt;/EM&gt;in&lt;EM&gt;sap&lt;/EM&gt;memory+&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 10:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/technics-for-transfering/m-p/4685219#M1101471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T10:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: technics for transfering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/technics-for-transfering/m-p/4685220#M1101472</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 also think of using field symbols&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols : &amp;lt;f1&amp;gt; type any.&lt;/P&gt;&lt;P&gt;assign '(SOURCEPROGRAMNAME)VARIABLE' TO &amp;lt;f1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &amp;lt;f1&amp;gt; is assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to write the above code in target program and in the SOURCE PROGRAMNAME name write the source program name and in the VARIABLE place, you need to write Source program variable name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;assign '(SAPMV45A)XVBAP' TO &amp;lt;f1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 11:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/technics-for-transfering/m-p/4685220#M1101472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T11:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: technics for transfering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/technics-for-transfering/m-p/4685221#M1101473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi meena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the below given links this will clarify your doubt:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/9f/db9df735c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/9f/db9df735c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="476557"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 11:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/technics-for-transfering/m-p/4685221#M1101473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T11:47:44Z</dc:date>
    </item>
  </channel>
</rss>

