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

junk characters appearing

Former Member
0 Likes
975

hi folks,

Junk characters appearing in the text file when the korean language is downloaded from the sap internal table.

please help to resolve this.

Regards,

Rohan.

hi folks,

Junk characters appearing in the text file when the korean language is downloaded from the sap internal table.

please help to resolve this.

Regards,

Rohan.

6 REPLIES 6
Read only

Former Member
0 Likes
904

Hi Rohan,

Can you debug and check if the junk characters are appearing in the internal tables at runtime?

It could be possible that your output file, when opened with Notepad or Word, does not recognise the Korean language characters.

Please do revert back if this isn't the case...

Cheers,

Shailesh.

Always provide feedback for a response! It helps us stay upbeat throughout the day!!

Read only

0 Likes
904

hi,

thanks for your reply...

In the internal table korean language is appearing and that internal table iam passing to the FM for the download...but the file is not catching up the korean language and instead giving the junk characters...

any suggestion on this will be helpful.

Rohan.

Read only

0 Likes
904

Ok, in that case, can you do a WRITE statement and check if the characters are displaying correctly in the output?.. If yes, then there is definitely a problem with you file reader after downloading

Also, are you using the downloading file format as 'ASC'? Please revert...

Cheers,

Shailesh.

Always provide feedback for a response! It helps us stay upbeat throughout the day!!

Read only

Former Member
0 Likes
904

Hi,

First check the CODEPAGE available for the korean language characters. That means if this code page is defined in the system, then only it can recoginze those characters.

If code page is available, may be you can convert them into the english also using the CONVERT statement i.e. from one code page to the another code page.

Regards,

Santhosh.

Read only

0 Likes
904

hi,

Thanks for the reply.

where can we check the code page for the korean language.?

Rohan.

Read only

0 Likes
904

The Basis guys will be the person to check the same.