Skip to Content
0
Former Member
Dec 02, 2011 at 11:12 AM

problem in sending an email attachment

29 Views

Hi,

I have to send an email with attachment. I am trying it by using method 'add_attachment' of class cl_document_bcs.

I have data in a internal table of type char. i am passing my intrenal table to this parameter i_att_content_text in the method.

In the attachment all the data is coming but in a single row. Do i need to convert the text data in my internal table to the type of i_att_content_text parameter. if so wat is the method i have to use to do the conversion. like soli_to_solix,txt_to_soli etc.

thanks,

Regards,

Ram