2011 Aug 15 12:13 PM
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.
2011 Aug 16 6:49 AM
2011 Aug 16 3:12 PM
Hi ;
This issue solved by me with using abap&html .
Best regards.