2012 Aug 24 6:06 AM
Hi Experts,
iam able to send mail with single attachment using below function module , it_mess_att table contains attachment data but want to attach multiple excel files with this function module i found link http://scn.sap.com/thread/1107940 in which below method was used for each attachement but unable to link with function module Can any body help me out
CALL METHOD DOCUMENT->ADD_ATTACHMENT
CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
EXPORTING
document_data = lv_document_data
put_in_outbox = 'X'
commit_work = 'X'
TABLES
packing_list = lt_objpack
object_header = lt_objhead
contents_bin = it_mess_att[]
contents_txt = lt_objtxt
receivers = lt_reclist
2012 Aug 28 5:11 AM
2012 Aug 24 6:47 AM
Hi
Check the bellow link which will help you in getting a solution for your requirement.
2012 Aug 24 7:00 AM
Hi
This link is for multiple reciepients but my requirement is for multiple attachment with single mail
2012 Aug 24 7:00 AM
Hi
This link is for multiple reciepients but my requirement is for multiple attachment with single mail
2012 Aug 24 7:04 AM
Hi
Check the bellow link which will help you in getting a solution for your requirement.
http://wiki.sdn.sap.com/wiki/display/Snippets/Multiple+attachment+on+e_mail
2012 Aug 28 5:11 AM
2019 Oct 18 8:01 AM