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: 

SAPLSE16N UC_OBJECTS_NOT_CHARCONV

Former Member
0 Kudos

To modify with SE16N I use the debugger in the function ' SE16N_INTERFACE ' and with gd-edict = "X" and gd-sapedit = "X". But having modified zones impossible to record. The error Err. execution UC_OBJECTS_NOT_CHARCONV Progr. ABAP Application Component SAPLSE16N CO.

can you help me ? Thank you

Analyse des erreurs |
| For the statement |
| "WRITE" |
| only data objects that can be converted into a character-type type are |
| supported at the argument position "<KEY>". |
| |
| In this case, the operand "<KEY>" has the type "u". |
| |
| The current program is a Unicode program. In the Unicode context, |
| structures containing not only character-type components are regarded |
| as non-numeric. |
| |

3 REPLIES 3

jude_bradley
Active Contributor
0 Kudos

Hello Jeannette,

You need to check with the application component for this issue -

CO-OM

Regards, Jude

Former Member
0 Kudos

Hello and Thank you Jude.

I work on RE-FX and the concerned table is the VICDCONC.

I do not how see operating with your proposal. Can you say it to yourself more, please?

Good evening

jude_bradley
Active Contributor
0 Kudos

Hello Jeanette,

In SE37, I can see that the function module

SE16N_INTERFACE is shown as released internally, therefore, you cannot call or make changes to it.

check with the application area

CO-OM

Thanks in advance .