<?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 Moving Structure values in Unicode environment. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-structure-values-in-unicode-environment/m-p/1468753#M220489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am facing the following problem related to Unicode enabling in my program after the Version Upgrade from 4.6C to 5.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;Before Unicode&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;data : P_innnn structure PRELP,&lt;/P&gt;&lt;P&gt;       ps0009  like PS0009.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps0009 = p_innnn-data1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt;After Unicode&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;The above code is not working and it is showing an error while activation with following message.&lt;/P&gt;&lt;P&gt;"PS0009 and p_innnn-data1 are not mutually convertible in Unicode programs".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest a way to get the required fuctionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Aug 2006 20:18:04 GMT</pubDate>
    <dc:creator>former_member219162</dc:creator>
    <dc:date>2006-08-07T20:18:04Z</dc:date>
    <item>
      <title>Moving Structure values in Unicode environment.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-structure-values-in-unicode-environment/m-p/1468753#M220489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am facing the following problem related to Unicode enabling in my program after the Version Upgrade from 4.6C to 5.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;Before Unicode&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;data : P_innnn structure PRELP,&lt;/P&gt;&lt;P&gt;       ps0009  like PS0009.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps0009 = p_innnn-data1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------" /&gt;&lt;P&gt;After Unicode&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;The above code is not working and it is showing an error while activation with following message.&lt;/P&gt;&lt;P&gt;"PS0009 and p_innnn-data1 are not mutually convertible in Unicode programs".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest a way to get the required fuctionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 20:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-structure-values-in-unicode-environment/m-p/1468753#M220489</guid>
      <dc:creator>former_member219162</dc:creator>
      <dc:date>2006-08-07T20:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Structure values in Unicode environment.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-structure-values-in-unicode-environment/m-p/1468754#M220490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you want to move the P_INNNN-DATA1 to a certain field of PS0009, yes?  If so, then specify the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ps0009-&amp;lt;b&amp;gt;FIELD&amp;lt;/b&amp;gt; = p_innnn-data1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2006 23:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-structure-values-in-unicode-environment/m-p/1468754#M220490</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-07T23:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Structure values in Unicode environment.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-structure-values-in-unicode-environment/m-p/1468755#M220491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unicode objects as it recognises that the PS0009 structure is 354 bytes wide but p_innnn-data1 is only 250.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As long as the first 250 bytes of ps0009 are structured identically to prelp-data1 you can use this:&lt;/P&gt;&lt;P&gt; field-symbols &amp;lt;f&amp;gt; type prelp-data1.&lt;/P&gt;&lt;P&gt; assign ps0009 to &amp;lt;f&amp;gt; casting.    &lt;/P&gt;&lt;P&gt; &amp;lt;f&amp;gt; = p_innnn-data1.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are now differences between the structures you will probably get short dumps. If that happens you will need to find out exactly how data1 is structured.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 00:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-structure-values-in-unicode-environment/m-p/1468755#M220491</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-08-08T00:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Structure values in Unicode environment.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-structure-values-in-unicode-environment/m-p/1468756#M220492</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;If u r trying to pass one structure to anothr in a Unicode environment , we have to take care of the non-character type fields(fields which are not of types : C , D , N or T). &lt;/P&gt;&lt;P&gt;we have to pass the structure in 2 steps.&lt;/P&gt;&lt;P&gt;1)character type fields(till u come across some non-character field) can be passed or compared usually. (till that part using offset)&lt;/P&gt;&lt;P&gt;2)if we have some non-char type field in between u need to pass it field by field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;P&gt;Bye, &lt;/P&gt;&lt;P&gt;Uma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 04:29:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-structure-values-in-unicode-environment/m-p/1468756#M220492</guid>
      <dc:creator>former_member202020</dc:creator>
      <dc:date>2006-08-08T04:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Moving Structure values in Unicode environment.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-structure-values-in-unicode-environment/m-p/1468757#M220493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just ina case you haven't figured it out already..You will have to use a method as follows..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;cl_hr_pnnnn_type_cast=&amp;gt;prelp_to_pnnnn&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 17:39:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-structure-values-in-unicode-environment/m-p/1468757#M220493</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-08-25T17:39:56Z</dc:date>
    </item>
  </channel>
</rss>

