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

Html File in SMW0 Output Error ?

Former Member
0 Likes
906

Hello All,

I have a HTML file in the SMW0 Transaction. The content of the HTML File is in Spanish Language .

Now when I'm using the FM CL_GUI_HTML_VIEWER in my Custom Program to display that html file content I'm getting some junk values in the output.

  • I right clicked on the output and selected VIEW SOURCE Option.

  • There, the content is correct but on the output the content is wrong.

Can you guys tell me what the problem is ?

Is it because of any unicode formats ? if yes then what shud be done ?

Regards,

Deepu.K

3 REPLIES 3
Read only

Former Member
0 Likes
656

Hi,

are you using show_url method to display the contents?

Read only

0 Likes
656

Yes.......

Regards,

Deepu.K

.

Read only

0 Likes
656

Dear All,

I've used the HTML Code for converting the speacial chars to unicode format and then uploaded the file to SMWO.

Now it's working fine !

Regards,

Deepu.K