Application Development and Automation 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: 
Read only

Character special encoding in Web Dynpro source code

20229930
Explorer
0 Likes
903

Hi everyone,

I'm using Eclipse IDE to code abap and I want to use special characters like "ãç%" in Web Dynpro abap code, but when i am trying to use it, i have the following problem:

com.sap.adt.communication.resources.ResourceCharactersNotAcceptedException: Execution of request "POST /sap/bc/adt/wdy/abapsource/codecompletion/elementinfo?uri=%2Fsap%2Fbc%2Fadt%2Fwdy%2Fcomponentcontrollers%2Fyswd_scm_serv_generico%2Fcomponentcontroller%2Fsource%23start%3D4288%2C57" failed: 406 Not Acceptable

The text contains characters [� de visibilid] which cannot be converted

------------ Request -----------------------

POST /sap/bc/adt/wdy/abapsource/codecompletion/elementinfo?uri=%2Fsap%2Fbc%2Fadt%2Fwdy%2Fcomponentcontrollers%2Fyswd_serv_generico%2Fcomponentcontroller%2Fsource%23start%3D4288%2C57 HTTP/1.1

Accept: application/vnd.sap.adt.elementinfo+xml

Content-Type: text/plain

User-Agent: Eclipse/4.4.2.v20150204-1700 ADT/2.41.1

X-sap-adt-profiling: server-time

I've already tried change the settings in:

Window - Preferences...

General - Editors

Text File Encoding

Other: UTF-8

Also, I've already disabled the automatic syntax checking option in Eclipse IDE, but the problem persists.

Could anyone help me?

Thanks!!

1 ACCEPTED SOLUTION
Read only

johannes_konings
Participant
0 Likes
661

Hi,

Maybe note 2069223 can help, like this:

regards,

Johannes

2 REPLIES 2
Read only

johannes_konings
Participant
0 Likes
662

Hi,

Maybe note 2069223 can help, like this:

regards,

Johannes

Read only

0 Likes
661

Hello Johannes,

thanks for the note.

After implementations the error is gone.

Thank you verry much,

regards Delfino