<?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 DUMP ERROR UNICODE  PROG NOT CONVERTABLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-unicode-prog-not-convertable/m-p/1726494#M316652</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;   I am doing upload data from excel sheet and i have a dump in the function module AA_FILE_UPLOAD_EXCEL. and the dump error is showing as below :&lt;/P&gt;&lt;P&gt;Data objects in a Unicode program are not convertible.&lt;/P&gt;&lt;P&gt;and the error in the  FM line show below&lt;/P&gt;&lt;P&gt;000870 ?     CONCATENATE ls_result &amp;lt;lfs_excel&lt;/P&gt;&lt;P&gt;000880 ?       IN CHARACTER MODE.&lt;/P&gt;&lt;P&gt;000890 ?     CONDENSE ls_result.&lt;/P&gt;&lt;P&gt;000900 ?&lt;/P&gt;&lt;P&gt;000910 ?     AT END OF row.&lt;/P&gt;&lt;P&gt;     &amp;gt; ?       et_filecontent = ls_result.&lt;/P&gt;&lt;P&gt;000930 ?       APPEND et_filecontent.&lt;/P&gt;&lt;P&gt;000940 ?       CLEAR et_filecontent.&lt;/P&gt;&lt;P&gt;000950 ? *     Set previouse column to zero&lt;/P&gt;&lt;P&gt;000960 ?       ld_prev_col = 0.&lt;/P&gt;&lt;P&gt;000970 ?     ENDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me to solve the issue and thanks ful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RAJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2006 03:14:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-13T03:14:51Z</dc:date>
    <item>
      <title>DUMP ERROR UNICODE  PROG NOT CONVERTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-unicode-prog-not-convertable/m-p/1726494#M316652</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;   I am doing upload data from excel sheet and i have a dump in the function module AA_FILE_UPLOAD_EXCEL. and the dump error is showing as below :&lt;/P&gt;&lt;P&gt;Data objects in a Unicode program are not convertible.&lt;/P&gt;&lt;P&gt;and the error in the  FM line show below&lt;/P&gt;&lt;P&gt;000870 ?     CONCATENATE ls_result &amp;lt;lfs_excel&lt;/P&gt;&lt;P&gt;000880 ?       IN CHARACTER MODE.&lt;/P&gt;&lt;P&gt;000890 ?     CONDENSE ls_result.&lt;/P&gt;&lt;P&gt;000900 ?&lt;/P&gt;&lt;P&gt;000910 ?     AT END OF row.&lt;/P&gt;&lt;P&gt;     &amp;gt; ?       et_filecontent = ls_result.&lt;/P&gt;&lt;P&gt;000930 ?       APPEND et_filecontent.&lt;/P&gt;&lt;P&gt;000940 ?       CLEAR et_filecontent.&lt;/P&gt;&lt;P&gt;000950 ? *     Set previouse column to zero&lt;/P&gt;&lt;P&gt;000960 ?       ld_prev_col = 0.&lt;/P&gt;&lt;P&gt;000970 ?     ENDAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help me to solve the issue and thanks ful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RAJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 03:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-unicode-prog-not-convertable/m-p/1726494#M316652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T03:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP ERROR UNICODE  PROG NOT CONVERTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-unicode-prog-not-convertable/m-p/1726495#M316653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajendra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; To avoid the dump, please proceed as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If you system is &amp;lt;b&amp;gt;Unicode enabled&amp;lt;/b&amp;gt;, please make sure that you transfer contents of one structure to other individually especially when there are other than CHAR fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: struc2-fld1 = struc1-fld1...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If you are in &amp;lt;b&amp;gt;Non-Unicode System&amp;lt;/b&amp;gt;: SE38-&amp;gt; Goto -&amp;gt; Attributes. Uncheck the option: "&amp;lt;b&amp;gt;Unicode Checks Active&amp;lt;/b&amp;gt;".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 03:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-unicode-prog-not-convertable/m-p/1726495#M316653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T03:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP ERROR UNICODE  PROG NOT CONVERTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-unicode-prog-not-convertable/m-p/1726496#M316654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eswar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thanks for your kind help and my issues solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Rajendra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 03:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-unicode-prog-not-convertable/m-p/1726496#M316654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T03:53:35Z</dc:date>
    </item>
  </channel>
</rss>

