<?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: Move statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174831#M461756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Try to transfer all fileds in ur internal table from numc field to char field, and then use the MOVE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According To SAP:&lt;/P&gt;&lt;P&gt;In Unicode programs the following rules apply: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the work area or the line of the internal table is a structure, the system also checks whether the fragment views of the work area and the database table are identical with regard to the length of the database table. &lt;/P&gt;&lt;P&gt;If the work area is a single field, the field must be character-type and the database table purely character-type. These requirements are valid for all statements listed above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If helpful reward with points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pulokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 May 2007 12:38:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-10T12:38:17Z</dc:date>
    <item>
      <title>Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174827#M461752</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 working in ECC 6.0 . Actually i have my declarations like below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; data : itab1 like table of zabc with header line.&lt;/P&gt;&lt;P&gt;data : itab2 like table of zabc1 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here zabc is a table having more than 20 numc fields.&lt;/P&gt;&lt;P&gt;       zabc1 is again a table with 1 numc fields.&lt;/P&gt;&lt;P&gt;and we are moving the tables as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move itab1 to itab.&lt;/P&gt;&lt;P&gt;but its giving unicode error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:17:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174827#M461752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174828#M461753</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;Try using Move corresponding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandeep &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174828#M461753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174829#M461754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Use explicit move to the corresponding fields.&lt;/P&gt;&lt;P&gt;i.e move : itab1-field1 to itab-field1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve ur problem.&lt;/P&gt;&lt;P&gt;Let me know if not .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepu.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174829#M461754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174830#M461755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  Use&lt;/P&gt;&lt;P&gt;  Itab = Itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174830#M461755</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-10T12:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174831#M461756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Try to transfer all fileds in ur internal table from numc field to char field, and then use the MOVE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According To SAP:&lt;/P&gt;&lt;P&gt;In Unicode programs the following rules apply: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the work area or the line of the internal table is a structure, the system also checks whether the fragment views of the work area and the database table are identical with regard to the length of the database table. &lt;/P&gt;&lt;P&gt;If the work area is a single field, the field must be character-type and the database table purely character-type. These requirements are valid for all statements listed above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If helpful reward with points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pulokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174831#M461756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174832#M461757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;boss &lt;/P&gt;&lt;P&gt;use move-corresponding itab1 to itab.&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174832#M461757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174833#M461758</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;&lt;/P&gt;&lt;P&gt;data : itab1 like table of zabc with header line.&lt;/P&gt;&lt;P&gt;data : itab2 like table of zabc1 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move corresponding  fields of itab1 to itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward with points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174833#M461758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174834#M461759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When ever we use the Move Stmt, the field or structure to which we are passing the values should be a Char Type .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avoid  using the move stmt &amp;amp; try with assignment '=' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else make the fields of the ITAB into char Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174834#M461759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174835#M461760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish..&lt;/P&gt;&lt;P&gt;If u use only move statement it will simply map the first field of the source table &lt;/P&gt;&lt;P&gt;with the first field of the target table.....second field to second field and likewise&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not really checks whether the fields are of similar datatypes or eeven they are compatible or not..thats the reason u r getting the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if u use move corresponding it checks for the particular field in the target table and then assigns...but again it consumes a lot of runtime and becomes a performance issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is best suggested to use   Move ITAB1-name to ITAB2-name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It definitely solves your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Dev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2007 12:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-statement/m-p/2174835#M461760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-10T12:52:37Z</dc:date>
    </item>
  </channel>
</rss>

