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

frequently faced errors when making code as unicode enabled document

Former Member
0 Likes
423

Hi ALL,

Does any have frequently faced errors when making code as unicode enabled document

please forward it to

suchitra81abap@yahoo.com

thanks

Suchitra

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
400

WS_DOWNLOAD and WS_UPLOAD function calls will need to be replaced with GUI_UPLOAD and GUI_DOWNLOAD or the assocaited methods of the class CL_GUI_FRONTEND_SERVICES. Also, some syntax changes to some statements, like OPEN DATASET will need the ENCODING extension.

Regards,

Rich HEilman

Read only

Former Member
0 Likes
400

u may check on unicode uncheck and save the program and display output

then u find the differences clearly

rewards if its help u

Vijay Pawar