<?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 Pass code 4.6 version to 6.0 version in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-code-4-6-version-to-6-0-version/m-p/5771280#M1306580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have this code and in the 6.0 version is obsolete, i need do the same with other code, can you help me please?,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IMPORT text-version&lt;/P&gt;&lt;P&gt;         ptext&lt;/P&gt;&lt;P&gt;    FROM DATABASE pcl1(tx)&lt;/P&gt;&lt;P&gt;      ID tx-key&lt;/P&gt;&lt;P&gt;   USING pcl1_exp_imp(sapfp50p).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2009 14:50:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-25T14:50:56Z</dc:date>
    <item>
      <title>Pass code 4.6 version to 6.0 version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-code-4-6-version-to-6-0-version/m-p/5771280#M1306580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have this code and in the 6.0 version is obsolete, i need do the same with other code, can you help me please?,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IMPORT text-version&lt;/P&gt;&lt;P&gt;         ptext&lt;/P&gt;&lt;P&gt;    FROM DATABASE pcl1(tx)&lt;/P&gt;&lt;P&gt;      ID tx-key&lt;/P&gt;&lt;P&gt;   USING pcl1_exp_imp(sapfp50p).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 14:50:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-code-4-6-version-to-6-0-version/m-p/5771280#M1306580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-25T14:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pass code 4.6 version to 6.0 version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-code-4-6-version-to-6-0-version/m-p/5771281#M1306581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome to SCN!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least part of the problem may be due to the way text-version and tx-key are defined. Can you post their declarations please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 15:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-code-4-6-version-to-6-0-version/m-p/5771281#M1306581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-25T15:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pass code 4.6 version to 6.0 version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-code-4-6-version-to-6-0-version/m-p/5771282#M1306582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to Use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;To WA (workarea)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; after &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FROM DATABASE pcl1(tx)......&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Ex: data wa_pcl1 like line of pcl1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT text-version&lt;/P&gt;&lt;P&gt;ptext&lt;/P&gt;&lt;P&gt;FROM DATABASE pcl1(tx)&lt;/P&gt;&lt;P&gt;to wa_pcl1&lt;/P&gt;&lt;P&gt;ID tx-key&lt;/P&gt;&lt;P&gt;USING pcl1_exp_imp(sapfp50p).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kanagaraja L&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kanagaraja  Lokanathan on Jun 25, 2009 5:20 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kanagaraja  Lokanathan on Jun 25, 2009 5:22 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 15:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-code-4-6-version-to-6-0-version/m-p/5771282#M1306582</guid>
      <dc:creator>Kanagaraja_L</dc:creator>
      <dc:date>2009-06-25T15:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pass code 4.6 version to 6.0 version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-code-4-6-version-to-6-0-version/m-p/5771283#M1306583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: BEGIN OF text-version,&lt;/P&gt;&lt;P&gt;          nummer TYPE x VALUE '02',&lt;/P&gt;&lt;P&gt;        END   OF text-version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: tx-key LIKE pskey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 15:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-code-4-6-version-to-6-0-version/m-p/5771283#M1306583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-25T15:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pass code 4.6 version to 6.0 version</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-code-4-6-version-to-6-0-version/m-p/5771284#M1306584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try text_version instead of text-version and tx_key instead of tx-key. The use of dashes is not allowed in field names. That should get rid of a couple of the problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 15:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-code-4-6-version-to-6-0-version/m-p/5771284#M1306584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-25T15:26:17Z</dc:date>
    </item>
  </channel>
</rss>

