<?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: abap runtime error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3553392#M854954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i reactivated dat program,still same thing happened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;n in error it shows move src to ddst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like src or dst,there is no such statements in my program,&lt;/P&gt;&lt;P&gt;even i checked in standard program,those statements r not present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me plz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Mar 2008 11:43:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-31T11:43:27Z</dc:date>
    <item>
      <title>abap runtime error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3553387#M854949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issue is raised after upgrade form 4.6c to ECC 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After execute the report,and on list  clicking on the "download to excel" push  button(this push button for download the data in excel n open automatically),&lt;/P&gt;&lt;P&gt;now excel sheet opens wid data but it throws runtime error.&lt;/P&gt;&lt;P&gt;see below:&lt;/P&gt;&lt;P&gt; program terminates. Runtime error: UC_OBJECTS_NOT_CONVERTIBLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis:&lt;/P&gt;&lt;P&gt;The statement&lt;/P&gt;&lt;P&gt;"MOVE src TO dst"&lt;/P&gt;&lt;P&gt;requires that the operands "dst" and "src" are convertible.&lt;/P&gt;&lt;P&gt;Since this statement is in a Unicode program, the special conversion&lt;/P&gt;&lt;P&gt;rules for Unicode programs apply.&lt;/P&gt;&lt;P&gt;In this case, these rules were violated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trigger Location of Runtime Error&lt;/P&gt;&lt;P&gt;Program SAPLOLEA&lt;/P&gt;&lt;P&gt;Include LOLEAU10&lt;/P&gt;&lt;P&gt;Row 510&lt;/P&gt;&lt;P&gt;Module type (FUNCTION)&lt;/P&gt;&lt;P&gt;Module Name AC_FLUSH_CALL_INTERNAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error is coming in this line:&lt;/P&gt;&lt;P&gt;SYSTEM-CALL SOLID POINTER&lt;/P&gt;&lt;P&gt;MOVE RESULT_VARS_WA-POINTER FROM VARS-VALUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give me asap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 10:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3553387#M854949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T10:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: abap runtime error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3553388#M854950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Satya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Instead of &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MOVE src TO dst. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change it to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
write src TO dst. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to avoid error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 11:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3553388#M854950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T11:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: abap runtime error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3553389#M854951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  i m using z program,&lt;/P&gt;&lt;P&gt;but it shows error like dat.&lt;/P&gt;&lt;P&gt;move statement in some standard program,&lt;/P&gt;&lt;P&gt;i think,ur answer maynt correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 11:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3553389#M854951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T11:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: abap runtime error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3553390#M854952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out src and dst are of same type or not ??? Paste the declarations of those statements here  ...&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>Mon, 31 Mar 2008 11:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3553390#M854952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T11:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: abap runtime error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3553391#M854953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try t reactivate SAPLOLEA in se80.close the folder on left window and activate it by right clicking on name..den see if u still get dump..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 11:20:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3553391#M854953</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2008-03-31T11:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: abap runtime error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3553392#M854954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i reactivated dat program,still same thing happened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;n in error it shows move src to ddst.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like src or dst,there is no such statements in my program,&lt;/P&gt;&lt;P&gt;even i checked in standard program,those statements r not present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me plz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 11:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-error/m-p/3553392#M854954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T11:43:27Z</dc:date>
    </item>
  </channel>
</rss>

