‎2017 Jun 22 3:40 PM
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
‎2017 Jun 22 4:12 PM
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.
‎2017 Jun 22 4:12 PM
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.
‎2017 Jun 22 7:10 PM
+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.
‎2017 Jun 22 8:51 PM
Thanks, I was searching for that blog when I posted my answer, couldn't find it.