‎2007 Jan 29 7:51 AM
I used this function in 2 program.
One can send mail successful.
But another one, failed,I debug it, sy-subrc = 0.but no mail send out.
I think the system configuration is right.
Can you help me to find the possible reason?
Thanks
‎2007 Jan 29 7:53 AM
YOu have to sent the commit parameter in the fm(If it is there) Else,
YOu need to submit the program RSCONN01 immediately after the call to the fm passing the parameter p_mark = 'X'.
Regards,
Ravi
‎2007 Jan 29 7:52 AM
‎2007 Jan 29 7:53 AM
YOu have to sent the commit parameter in the fm(If it is there) Else,
YOu need to submit the program RSCONN01 immediately after the call to the fm passing the parameter p_mark = 'X'.
Regards,
Ravi
‎2007 Jan 29 7:55 AM
Hi Ravi,
congrats for reaching 8000 marks.
keep up the good work.
Rgds
Anver
‎2007 Jan 30 5:00 AM
Hi,Ravi
I'm not understand what is commit parameter,but after the fm,I add a sentence: commit work.
Then It's ok.
But I don't know what's the use of it,can you explain it to me?
‎2007 Jan 30 10:49 AM
The FM you are using, probably updates some tables, which will be kept in a buffer until it is 'commit'ed.
If the system automatically commits , the data in the buffer will automatically updated in the database, other wise you have to commit it explicitly.
Regards,
Ravi
‎2007 Jan 30 11:03 AM
Hi Yang,
Y dont u try for.. SO_NEW_DOCUMENT_SEND_API1 Function module.
instead of "so_object_send".
Regards,
Kali Pramod
‎2007 Jan 29 8:00 AM
‎2007 Jan 29 8:04 AM
Hi Yang,
Refer this link for the settings that need to made to send mail from SAP to Internet.
http://help.sap.com/saphelp_47x200/helpdata/en/24/8e440aa3b011d2a26500a0c943858e/frameset.htm
@Anversha: Thank you so much..:)
Regards,
Ravi