‎2009 Aug 27 3:33 PM
Hi all,
I need to force the send of an e-mail that was sent from sap with the FM SO_NEW_DOCUMENT_ATT_SEND_API1.
I know that there is a program(RSCONN01) which forces the send by e-mail type.
I want to know if there is something like this but to force by the user o who sent the e-mail and by e-mail type.
Regards,
Pedro Bessa
‎2009 Aug 27 3:50 PM
The program RSCONN01 has mode parameter. (i think that will be the type do you looking for )
SUBMIT RSCONN01 WITH MODE = 'INT'
You may need to call after you so_object.... fm
a®s
Edited by: a®s on Aug 27, 2009 10:59 AM