Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

abap runtime error

Former Member
0 Kudos

Hello Experts,

This issue is raised after upgrade form 4.6c to ECC 6.0

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),

now excel sheet opens wid data but it throws runtime error.

see below:

program terminates. Runtime error: UC_OBJECTS_NOT_CONVERTIBLE.

Error analysis:

The statement

"MOVE src TO dst"

requires that the operands "dst" and "src" are convertible.

Since this statement is in a Unicode program, the special conversion

rules for Unicode programs apply.

In this case, these rules were violated.

Trigger Location of Runtime Error

Program SAPLOLEA

Include LOLEAU10

Row 510

Module type (FUNCTION)

Module Name AC_FLUSH_CALL_INTERNAL

Error is coming in this line:

SYSTEM-CALL SOLID POINTER

MOVE RESULT_VARS_WA-POINTER FROM VARS-VALUE.

give me asap.

regards

satya

5 REPLIES 5

Former Member
0 Kudos

hi Satya,

Instead of


MOVE src TO dst. 

change it to


write src TO dst. 

to avoid error

0 Kudos

hi santhosh,

i m using z program,

but it shows error like dat.

move statement in some standard program,

i think,ur answer maynt correct.

0 Kudos

Check out src and dst are of same type or not ??? Paste the declarations of those statements here ...

Regards,

Santosh

former_member188827
Active Contributor
0 Kudos

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..

0 Kudos

hi i reactivated dat program,still same thing happened.

n in error it shows move src to ddst.

like src or dst,there is no such statements in my program,

even i checked in standard program,those statements r not present.

help me plz.