Skip to Content
0
Former Member
Dec 12, 2006 at 09:15 AM

Email Attachment

36 Views

Hi I am trying to attaching a document along with the email.

For the same I am using SO_DOCUMENT_SEND_API1 function module.

Every thing is ok Except that i am getting a blank attached document(no data).

I think there is a problem with the packing_list I am supplying to it .

here take a look

  • Creation of the entry for the compressed document

l_t_pack-head_start = 1.

l_t_pack-head_num = 0.

l_t_pack-body_start = 1.

l_t_pack-body_num = l_tablines. " contains the data to be included in the

attachment

APPEND l_t_pack.

Can any one help me and let me know the correct parametes to be set for the packing_list so that the data is also included in the attachment.