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: 

Unicode types not convertible in function TABLE_ENTRIES_GET_VIA_RFC

Former Member
0 Kudos

Hello all,

I'm using the function TABLE_ENTRIES_GET_VIA_RFC to access an R/3 table from APO. The weird thing is that for some tables it works ok but for others I have in return sy-subrc 10. Executing the transaccion in se37 I have the following message:

Run time error UNICODE_TYPES_NOT_CONVERTIBLE.

Any idea how to solve this?

2 REPLIES 2

former_member182670
Contributor
0 Kudos

Refer to note 881127:

Reason and Prerequisites

The function module is only intended for internal use in the ALE area, and only for reading numerical tables.

Solution

Use another or a customer-specific function module.

0 Kudos

We've already solved the problem, we are still using the same RFC, for some reason if the table has DEC type it didn't work, and since we were using custom tables we changed that to char type and it worked OK. Thank you for your answer though