Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Force e-mail by user

Former Member
0 Likes
391

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

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
349

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