2005 Aug 24 2:49 PM
Hi
I use the function SO_NEW_DOCUMENT_ATT_SEND_API1 to send an e-mail from ABAP program.
With SAP4.5B, all work good, but since we have 4.6C, the attached file is malformatted.
An automatic CRLF break line is generated all 1022 char!
The eattachment is create from content of internal table with a line of 255 char.
How can I avoid the automatic CRLF char or how can I to send a good file ?
Thank
2005 Aug 25 4:47 AM
2005 Aug 24 3:07 PM
2005 Aug 25 4:47 AM
2005 Aug 26 10:29 AM
Thanks you for your help.
However, it was not a programmation problem but a bad entry in SOPR standard table. Field SYUSROUT must be set to D (instead 1) to avoid the using of KPro conversion which cause this problem.