<?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: Not mutually convertible in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-mutually-convertible/m-p/9793441#M1778803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juneed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked fine. I had additionnaly to fill the other fields of my structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Sep 2013 12:48:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-26T12:48:31Z</dc:date>
    <item>
      <title>Not mutually convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-mutually-convertible/m-p/9793438#M1778800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue with the following code in BW. what i am trying to do is to create a new record with a new value&lt;/P&gt;&lt;P&gt;PRCTR &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'9999999' and then add it to DATAPAK which is the data packet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DATA: &lt;/SPAN&gt;l_s_datapak_line &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;TRANSFER_STRUCTURE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_s_errorlog &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;rssm_s_errorlog_int.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; l_s_datapak_line&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;PRCTR &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'9999999'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;append &lt;/SPAN&gt;l_s_datapak_line&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;PRCTR &lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;DATAPAK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;* abort &amp;lt;&amp;gt; 0 means skip whole data package !!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ABORT &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the following error:&lt;/P&gt;&lt;P&gt;E:A line of "DATAPAK" and "L_S_DATAPAK_LINE-PRCTR" are not mutually&lt;/P&gt;&lt;P&gt;convertible in a Unicode program. Unicode program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is therie any workaround? &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;amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 12:09:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-mutually-convertible/m-p/9793438#M1778800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-26T12:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Not mutually convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-mutually-convertible/m-p/9793439#M1778801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/286764" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 12:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-mutually-convertible/m-p/9793439#M1778801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-26T12:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not mutually convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-mutually-convertible/m-p/9793440#M1778802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Problem here&amp;nbsp; is you are appending a field of the work area to the internal table (possible to append a work area to internal table&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp; append &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;l_s_datapak_line&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;PRCTR &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;DATAPAK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; instead if you use &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt; append &lt;SPAN style="color: #000000;"&gt;l_s_datapak_line &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;DATAPAK&amp;nbsp;&amp;nbsp; not mutually convertible error can be avoided ,but i dont knw whether it will fulfill your requirement .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 12:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-mutually-convertible/m-p/9793440#M1778802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-26T12:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Not mutually convertible</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/not-mutually-convertible/m-p/9793441#M1778803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juneed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked fine. I had additionnaly to fill the other fields of my structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 12:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/not-mutually-convertible/m-p/9793441#M1778803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-26T12:48:31Z</dc:date>
    </item>
  </channel>
</rss>

