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

SO_NEW_DOCUMENT_ATT_SEND_API1 issue

Former Member
0 Likes
868

Dear all,

I tried to use SO_NEW_DOCUMENT_ATT_SEND_API1 to send email with attachment in a text file. However, each line forces to contain 255 characters, it will append some space to the line if not enough 255 characters. How to prevent that. Thanks

1 ACCEPTED SOLUTION
Read only

pokrakam
Active Contributor
690

Please use the BCS classes, CL_DOCUMENT_BCS and friends. There is a ton of info here on SCN and demo programs in your systems.

3 REPLIES 3
Read only

pokrakam
Active Contributor
691

Please use the BCS classes, CL_DOCUMENT_BCS and friends. There is a ton of info here on SCN and demo programs in your systems.

Read only

690

+1. Also every possible question about SO_NEW_DOCUMENT_ATT_SEND_API1 have already been answered on SCN when it was the thing over 10 years ago. But these days - just stop using it.

Read only

pokrakam
Active Contributor
0 Likes
690

Thanks, I was searching for that blog when I posted my answer, couldn't find it.