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

Issue in CSV file attachment.

Former Member
0 Likes
840

Hi All,

I am using the FM : SO_DOCUMENT_SEND_API1 for sending mails in CSV format. This CSV file contains some chinese scripts. But when I open the attachment I can see some junk characters instead of that. My SAP version is 4.6c

I searched in all the forums and found these 2 solutions

1. OSS note 633265 .

2. Changed the characters set into simplified and traditional chinese.

Both didnt helped.

Suggestions are welcome.

Regards,

Dinesh.

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
697

Hi Dinesh,

again: Never use FM : SO_DOCUMENT_SEND_API1 . Go for CL_BCS. Check programs

BCS_EXAMPLE_5

BCS_EXAMPLE_6

BCS_EXAMPLE_7

BCS_EXAMPLE_8

Regards,

Clemens

Hi Dinesh,

again: Never use FM : SO_DOCUMENT_SEND_API1 . Go for CL_BCS. Check programs

BCS_EXAMPLE_5

BCS_EXAMPLE_6

BCS_EXAMPLE_7

BCS_EXAMPLE_8

Regards,

Clemens

2 REPLIES 2
Read only

Clemenss
Active Contributor
0 Likes
698

Hi Dinesh,

again: Never use FM : SO_DOCUMENT_SEND_API1 . Go for CL_BCS. Check programs

BCS_EXAMPLE_5

BCS_EXAMPLE_6

BCS_EXAMPLE_7

BCS_EXAMPLE_8

Regards,

Clemens

Read only

Former Member
0 Likes
697

Question is: Is BCS available in 4.6c? 4.6c was a great version of SAP, but I don't recall seeing BCS there. AGAIN: NEVER is harsh, don't you think? Why not take the professional mentor approach and SUGGEST use of BCS?