‎2009 Feb 24 9:04 AM
Hi,
I am using report RSCONN01 after the FM SO_NEW_DOCUMENT_SEND_API1 to send email.
Eg:
submit rsconn01 with mode = 'INT'
with output = 'X'
and return.But this report gives a popup which is creating a problem.
Is there any way to suppress this popup or any other report to send emails.
Thanks.
Edited by: Thomas on Feb 24, 2009 10:04 AM
Edited by: Thomas on Feb 24, 2009 10:06 AM
‎2009 Feb 24 9:07 AM
Hi,
i do it like this and don't get an popup.
SUBMIT RSCONN01 WITH MODE = 'INT'
WITH OUTPUT = ' '
AND RETURN.
Regards, Dieter
‎2009 Feb 24 9:07 AM
Hi,
i do it like this and don't get an popup.
SUBMIT RSCONN01 WITH MODE = 'INT'
WITH OUTPUT = ' '
AND RETURN.
Regards, Dieter
‎2009 Feb 24 9:08 AM
hi Thomas
use FM DB_COMMIT after calling SO_NEW_DOCUMENT_SEND_API1.also check the SCOT settings.
hope this helps
regards
Aakash Banga
‎2009 Feb 24 9:10 AM
Thanks Dieter Gröhn and Aakash.
The problem got solved.
I shuld hv tried this before.
‎2009 Feb 24 9:11 AM
Hi Thomas,
What is the popup you are getting ?
Also for the function module SO_NEW_DOCUMENT_SEND_API1 the import parameter use
COMMIT_WORK = 'X'
Regards