2010 Dec 09 4:56 AM
Hai all,
I wrote an email program using abap code ECC 6. i used the class cl_document_bcs. The emails asking the receipent to give conformation that he received the mail. This is a big problem for us. Please help me to avoid that conformation code.
Thanks in advance,
K.Srinivas.
Hai all,
I wrote an email program using abap code ECC 6. i used the class cl_document_bcs. The emails asking the receipent to give conformation that he received the mail. This is a big problem for us. Please help me to avoid that conformation code.
Thanks in advance,
K.Srinivas.
2010 Dec 09 5:14 AM
Hi ,
Could you please put your mail triggering code.....
Refer the programs BCS_EXAMPLE* ...
Thanks and Regards,
Bharani.
Edited by: SeethaRamaiah Bharani on Dec 9, 2010 10:46 AM
2010 Dec 09 5:30 AM
dear sitaramayya,
I used cl_cam_address_bcs class to send the eamils. my code is
mailto = wa_t_receivers-receiver .
recipient = cl_cam_address_bcs=>create_internet_address( mailto ).
send_request->add_recipient( recipient ).
---------- send document ---------------------------------------
sent_to_all = send_request->send( i_with_error_screen = 'X' ).
regards,
k.srinivas
2010 Dec 09 5:37 AM
Hi ,
Use these classes for sender and recipient,
DATA: sender TYPE REF TO cl_sapuser_bcs.
DATA: recipient TYPE REF TO if_recipient_bcs.
CALL METHOD send_request->add_recipient
EXPORTING
i_recipient = recipient
Thanks and Regards,
Bharani
Edited by: SeethaRamaiah Bharani on Dec 9, 2010 11:07 AM
2010 Dec 09 5:40 AM
Hi Srinivas,
I think this is because of a setting.
Go to transaction SCOT
In the menu choose Settings --> Confirmation of receipt
Choose "SAP connect does not expect receipt confirm"
Try this out
Regards
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |