<?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: CASTING im Unicde in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/casting-im-unicde/m-p/1277152#M151736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This passes through unicode checks. See if this is what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

DATA: BEGIN OF i_prelp OCCURS 0.
        INCLUDE STRUCTURE prelp.
DATA: END OF i_prelp.

DATA: BEGIN OF i_pa0277 OCCURS 0.
        INCLUDE STRUCTURE pa0277.
DATA: END OF i_pa0277.

START-OF-SELECTION.

  LOOP AT i_prelp.
    MOVE-CORRESPONDING i_prelp TO i_pa0277.
    APPEND i_pa0277.
    CLEAR i_pa0277.
  ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Mar 2006 20:49:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-22T20:49:28Z</dc:date>
    <item>
      <title>CASTING im Unicde</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/casting-im-unicde/m-p/1277151#M151735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a structure a of type PRELP, and a b structore of type PA0277. I need to move the xtructure a to b, this is necessacry because it is a user exit and i have to use structure a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, the structure b conatains decimals fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without unicode, i can move b to a without any problems, how can i move b to a in a unicode program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 15:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/casting-im-unicde/m-p/1277151#M151735</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2006-03-22T15:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: CASTING im Unicde</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/casting-im-unicde/m-p/1277152#M151736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This passes through unicode checks. See if this is what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

DATA: BEGIN OF i_prelp OCCURS 0.
        INCLUDE STRUCTURE prelp.
DATA: END OF i_prelp.

DATA: BEGIN OF i_pa0277 OCCURS 0.
        INCLUDE STRUCTURE pa0277.
DATA: END OF i_pa0277.

START-OF-SELECTION.

  LOOP AT i_prelp.
    MOVE-CORRESPONDING i_prelp TO i_pa0277.
    APPEND i_pa0277.
    CLEAR i_pa0277.
  ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Mar 2006 20:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/casting-im-unicde/m-p/1277152#M151736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-22T20:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: CASTING im Unicde</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/casting-im-unicde/m-p/1277153#M151737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry this does not work. PRELP has only a data1(250) containing all Data (c,i,p) as a byte stream, and PS0277 do have characters and decimals as well. Move corresponding does not move the data because the names are different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2006 09:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/casting-im-unicde/m-p/1277153#M151737</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2006-03-23T09:40:50Z</dc:date>
    </item>
  </channel>
</rss>

