‎2005 Nov 28 11:41 AM
Iam using cl_document_bcs method add_attachment for sending mails with attachments.Iam able to send the attachments but however the files are incorrect as each row in a file contains > 255.
I cannot use any API for triggering it in HTML formats etc as I need to trigger it from XI and I want to trigger using add_attachments.is there any work around for this limitation?
‎2005 Nov 28 1:28 PM
When calling the add_attachment method are you specifying the I_ATTACHMENT_SIZE also ?
Thanks & Regards,
Renjith
‎2005 Nov 28 2:07 PM
Renji,
Yes.But the problem is not due to size of doc.I will map every record a file into the internal table of length 255.
So I loose out the data.Any ideas??
‎2006 Jan 04 8:44 PM
Hi Sravya,
Did you manage to find any workaround to your problem? I am facing the same problem.
‎2006 Jan 06 12:19 PM
You can try breaking the file at every 255th character into the second line..:)
That z best option..
But still there is a data loss when I give the extension other than .txt .but works perefct with .txt extension.