hi everybody.,
i am sending a mail using the function module
'SO_NEW_DOCUMENT_ATT_SEND_API1' .
call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
exporting
document_data = doc_chng
put_in_outbox = 'X'
commit_work = 'X'
tables
packing_list = it_objpack
object_header = it_objhead
contents_bin = it_objbin
contents_txt = it_objtxt
receivers = it_reclist
exceptions
too_many_receivers = 1
document_not_sent = 2
document_type_not_exist = 3
operation_no_authorization = 4
parameter_error = 5
x_error = 6
enqueue_error = 7
others = 8.
...
If i want to see the contents sent to the External e-mail address means, how can i see that in SAP ..
Regards.,
S.Sivakumar