<?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 and import statement. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-statement/m-p/1981731#M401457</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;CUST1 = tkomk-kunnr.    ---&amp;gt;  Contains Ship to party value &lt;/P&gt;&lt;P&gt;CUSt2 = TKOMK-KUNWE.  ---&amp;gt;  Contains Sold to party value &lt;/P&gt;&lt;P&gt;Export CUST1 to memory id &amp;lt;b&amp;gt;cust2&amp;lt;/&amp;gt;  -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; Exporting the ship to party value to memory .   The bolded Cust2 is the name of the memory id it holds the value of cust1 i.e., Ship to party. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So.. Ship to party value will be exported. and CUST1 contains Ship to party and CUST2 contains Sold to party value and CUST2of memory ID contains ship to party values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUST2 of memory ID and CUST2 contains different values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br, &lt;/P&gt;&lt;P&gt;Laxmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Feb 2007 15:42:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-21T15:42:47Z</dc:date>
    <item>
      <title>Export and import statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-statement/m-p/1981727#M401453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what will be exported after the execution of follwoing 3 lines?&lt;/P&gt;&lt;P&gt;It will be ship-to party or sold-to party?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CUST1   =  tkomk-kunnr.&lt;/P&gt;&lt;P&gt; CUSt2    =  TKOMK-KUNWE.&lt;/P&gt;&lt;P&gt; export CUST1 to memory id cust2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is use of second statement in above lines?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 14:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-statement/m-p/1981727#M401453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T14:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Export and import statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-statement/m-p/1981728#M401454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The memory id is made dynamic here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the second line will get the memory id name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally we declare like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;export CUST1 to memory id 'XXX' " where XXX is ur memory id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but here it is created dynamically&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 14:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-statement/m-p/1981728#M401454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T14:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Export and import statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-statement/m-p/1981729#M401455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is is mean the memory id will be created with the name as of contents of CUST2.&lt;/P&gt;&lt;P&gt;and the contents of CUST1 will be exported to CUST2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.:-&lt;/P&gt;&lt;P&gt;CUST1 = ABC after execution of line 1.&lt;/P&gt;&lt;P&gt;CUST2 = CDE after exceution of line2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then at memory id CDE--&amp;gt;ABC will be exported.&lt;/P&gt;&lt;P&gt;right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 15:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-statement/m-p/1981729#M401455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T15:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Export and import statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-statement/m-p/1981730#M401456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are correct!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 15:18:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-statement/m-p/1981730#M401456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T15:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Export and import statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-statement/m-p/1981731#M401457</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;CUST1 = tkomk-kunnr.    ---&amp;gt;  Contains Ship to party value &lt;/P&gt;&lt;P&gt;CUSt2 = TKOMK-KUNWE.  ---&amp;gt;  Contains Sold to party value &lt;/P&gt;&lt;P&gt;Export CUST1 to memory id &amp;lt;b&amp;gt;cust2&amp;lt;/&amp;gt;  -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; Exporting the ship to party value to memory .   The bolded Cust2 is the name of the memory id it holds the value of cust1 i.e., Ship to party. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So.. Ship to party value will be exported. and CUST1 contains Ship to party and CUST2 contains Sold to party value and CUST2of memory ID contains ship to party values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUST2 of memory ID and CUST2 contains different values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br, &lt;/P&gt;&lt;P&gt;Laxmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 15:42:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-and-import-statement/m-p/1981731#M401457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T15:42:47Z</dc:date>
    </item>
  </channel>
</rss>

