2008 Aug 07 5:40 AM
Hello,
I want to implement email notification utility in my SAP system. I downloaded Domino 8 from IBM to connect SAP and lotus notes. Can anybody guide me if I am going in the right way or not? Also for connecting Outlook what sofware is used?
Regards,
Sujith
2008 Aug 07 5:53 AM
hi
Use work flow for this
SWDD (tcode)
or use FM
call function<b> 'SO_NEW_DOCUMENT_SEND_API1'</b>
exporting
document_data = wa_document_data
document_type = 'RAW'
put_in_outbox = 'X'
commit_work = 'X'
tables
object_header = it_object_header
object_content = it_object_content
receivers = it_receivers
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.
endif.
Amit
hi
Use work flow for this
SWDD (tcode)
or use FM
call function<b> 'SO_NEW_DOCUMENT_SEND_API1'</b>
exporting
document_data = wa_document_data
document_type = 'RAW'
put_in_outbox = 'X'
commit_work = 'X'
tables
object_header = it_object_header
object_content = it_object_content
receivers = it_receivers
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.
endif.
Amit
2008 Aug 07 5:46 AM
2008 Aug 07 5:53 AM
hi
Use work flow for this
SWDD (tcode)
or use FM
call function<b> 'SO_NEW_DOCUMENT_SEND_API1'</b>
exporting
document_data = wa_document_data
document_type = 'RAW'
put_in_outbox = 'X'
commit_work = 'X'
tables
object_header = it_object_header
object_content = it_object_content
receivers = it_receivers
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.
endif.
Amit
2008 Aug 07 5:58 AM
Hi,
see below function module May it will help your requirement.
'SO_NEW_DOCUMENT_ATT_SEND_API1'
2008 Aug 07 6:08 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |