<?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: Error in Unicode -&amp;gt; Move statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718809#M895229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;                 But again wa_ext is appended to gt_extension which is of same type as BAPIPAREX.&lt;/P&gt;&lt;P&gt;this is used in the function module for further processing. so i cannot change the data type here right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2008 06:39:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-06T06:39:43Z</dc:date>
    <item>
      <title>Error in Unicode -&gt; Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718803#M895223</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 get the error message for the following code saying   "WA_EXT-VALUEPART1" and "WA_ITEMEXT" are not mutually convertible in a unicode program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to correct this type of error. i cannt use move-corresponding i guess as there are no common fields, that u can check by looking at those structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please help?		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : WA_ITEMEXT  LIKE BAPE_VBAP.&lt;/P&gt;&lt;P&gt;data   : WA_EXT      LIKE BAPIPAREX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MOVE:  WA_ITEMEXT    TO WA_EXT-VALUEPART1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 06:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718803#M895223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T06:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Unicode -&gt; Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718804#M895224</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;Have seen the strucures of both what you have mentioned.&lt;/P&gt;&lt;P&gt;Both are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats why it has given error.&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;madan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 06:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718804#M895224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T06:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Unicode -&gt; Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718805#M895225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same structure should exist for WA_ITEMEXT and WA_EXT-VALUEPART1. only then it will be successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 06:28:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718805#M895225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T06:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Unicode -&gt; Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718806#M895226</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;do this way ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : WA_ITEMEXT LIKE BAPE_VBAP.&lt;/P&gt;&lt;P&gt;data : WA_EXT &lt;STRONG&gt;LIKE BAPE_VBAP&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE: &lt;STRONG&gt;WA_ITEMEXT-VALUEPART1&lt;/STRONG&gt; TO WA_EXT-VALUEPART1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 06:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718806#M895226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T06:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Unicode -&gt; Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718807#M895227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; 1.The assigning the move :Structure to field is not suppose to do.&lt;/P&gt;&lt;P&gt; 2.Better to use individually or concatenate both fields of structure to one variable and assign it to Second structure field.&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;MOVE WA_ITEMEXT-vbeln TO WA_EXT-VALUEPART1.&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;Shiva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 06:32:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718807#M895227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T06:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Unicode -&gt; Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718808#M895228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin, if suppose your BAPE_VBAP has the following structure:&lt;/P&gt;&lt;P&gt;*{&lt;/P&gt;&lt;P&gt;VBELN	VBELN_VA	CHAR	10&lt;/P&gt;&lt;P&gt;POSNR	POSNR_VA	NUMC	6&lt;/P&gt;&lt;P&gt;.APPEND	ZTS_VBAP_01		0&lt;/P&gt;&lt;P&gt;field1	type	CHAR	18&lt;/P&gt;&lt;P&gt;field2	type	CHAR	18&lt;/P&gt;&lt;P&gt;*}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : WA_ITEMEXT LIKE BAPE_VBAP.&lt;/P&gt;&lt;P&gt;data : WA_EXT LIKE BAPIPAREX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;you have to fill the BAPIPAREX as following.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_ext-structure = 'BAPE_VBAP'.&lt;/P&gt;&lt;P&gt;wa_ext-valuepart1+0(10) = wa_itemext-vbeln.&lt;/P&gt;&lt;P&gt;wa_ext-valuepart1+10(6) = wa_itemext-posnr.&lt;/P&gt;&lt;P&gt;wa_ext-valuepart1+16(18) = wa_itemext-field1.&lt;/P&gt;&lt;P&gt;wa_ext-valuepart1+24(18) = wa_itemext-field2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you have to fill the BAPE_VBAPX also like the same way with 'X' to create or change SO fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 06:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718808#M895228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T06:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Unicode -&gt; Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718809#M895229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;                 But again wa_ext is appended to gt_extension which is of same type as BAPIPAREX.&lt;/P&gt;&lt;P&gt;this is used in the function module for further processing. so i cannot change the data type here right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 06:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718809#M895229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T06:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Unicode -&gt; Move statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718810#M895230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In that case don't change the declaration part ...but move the field that you want to move from WA_ITEMEXT workarea than moving the structure to the field which is not acceptable..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE: &lt;STRONG&gt;WA_ITEMEXT-field&lt;/STRONG&gt; TO WA_EXT-VALUEPART1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 06:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-unicode-gt-move-statement/m-p/3718810#M895230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T06:45:24Z</dc:date>
    </item>
  </channel>
</rss>

