2009 Feb 03 8:03 AM
Hi,
Can anyone please help me out how to rectify this probleum.My issue is i am using F.M "SO_DOCUMENT_REPOSITORY_MANAGER" for creating attachment and also for sending mails .But i want to send some text to body with signature along with the mail .How can it be done by using the above F.M.
2009 Feb 03 10:57 AM
Hi,
check this below link
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/email%2bfrom%2bsap
Regards,
Madhu
Hi,
Can anyone please help me out how to rectify this probleum.My issue is i am using F.M "SO_DOCUMENT_REPOSITORY_MANAGER" for creating attachment and also for sending mails .But i want to send some text to body with signature along with the mail .How can it be done by using the above F.M.
2009 Feb 03 9:56 AM
you use this FM
objpack-doc_type = 'TXT'.
call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
exporting
document_data = doc_chng
put_in_outbox = 'X'
commit_work = 'X'
tables
packing_list = objpack
object_header = objhead
contents_bin = objbin
contents_txt = objtxt
receivers = reclist
exceptions
too_many_receivers = 1
document_not_sent = 2
operation_no_authorization = 4
others = 99.
2009 Feb 03 10:57 AM
Hi,
check this below link
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/email%2bfrom%2bsap
Regards,
Madhu
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |