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

About WWW_HTML_FROM_LISTOBJECT Turkish Chars Problems

former_member212713
Contributor
0 Likes
689

Hi Experts;

I want to send mail with attached alv list from SAP.

Firstly I'm calling program submit and using EXPORTING LIST TO MEMORY parameter.

Secondly I'm getting list from memory with LIST_FROM_MEMORY FM

Finally I'm converting list to HTML with WWW_HTML_FROM_LISTOBJECT FM.

And then I'm sending mail from SAP.

I'm examining come mail. But Attachment (ALV List) has Turkish chars problems.

Also I'm running ALV Report program and click to send mail button.

And I'm examining come mail. But Attachment (ALV List) hasn't Turkish chars problems. (This is original SAP process)

I don't know Why it make Turkish Chars problems?

Are there have any idea for this issue?

Best regards.

Hi Experts;

I want to send mail with attached alv list from SAP.

Firstly I'm calling program submit and using EXPORTING LIST TO MEMORY parameter.

Secondly I'm getting list from memory with LIST_FROM_MEMORY FM

Finally I'm converting list to HTML with WWW_HTML_FROM_LISTOBJECT FM.

And then I'm sending mail from SAP.

I'm examining come mail. But Attachment (ALV List) has Turkish chars problems.

Also I'm running ALV Report program and click to send mail button.

And I'm examining come mail. But Attachment (ALV List) hasn't Turkish chars problems. (This is original SAP process)

I don't know Why it make Turkish Chars problems?

Are there have any idea for this issue?

Best regards.

2 REPLIES 2
Read only

former_member212713
Contributor
0 Likes
624

Are there who have any idea for this issue?

Read only

former_member212713
Contributor
0 Likes
624

Hi ;

This issue solved by me with using abap&html .

Best regards.