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

Doubt in SO_NEW_DOCUMENT_ATT_SEND_API1 ?

Former Member
0 Likes
1,013

Hi experts,

I use the function mod SO_NEW_DOCUMENT_ATT_SEND_API1

to send a mail to the user.My problem is the mail is present in SOST with status Waiting.The mail to the external id gets triggered very late (maybe the job for that purpose is scheduled between large time gap). Is it possible to send the mail immediately to the user. If possible, How?

Thanks in advance,

regards

Ashin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
986

Hi Ashwin,

i do it in this way after the FM SO_NEW_DOCUMENT_ATT_SEND_API1.

WAIT UP TO 2 SECONDS.

*

SUBMIT RSCONN01 WITH MODE = 'INT'

WITH OUTPUT = ' '

AND RETURN.

Regards, Dieter

Hi experts,

I use the function mod SO_NEW_DOCUMENT_ATT_SEND_API1

to send a mail to the user.My problem is the mail is present in SOST with status Waiting.The mail to the external id gets triggered very late (maybe the job for that purpose is scheduled between large time gap). Is it possible to send the mail immediately to the user. If possible, How?

Thanks in advance,

regards

Ashin

8 REPLIES 8
Read only

amit_khare
Active Contributor
0 Likes
986

This basically depends on the settings of the server done by the Basis Team.

So check with them.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
986

Thanks for the immed reply.

I want to know whether it is possible to do something through the func module

SO_NEW_DOCUMENT_ATT_SEND_API1 ?

regards

Ashwin

Read only

0 Likes
986

Hi Ashwin,

Yes it is possible. Just check all the parameters. I think there is a parameter to immediatly send the mail.

Regards,

Atish

Read only

Former Member
0 Likes
986

Thanks for the reply.

I went through the FM but found no parameter to serve the purpose.Ther is a parameter Express but it is helpful only if mail is send to sap office .For sending mail to external id through internat i do not find parameter.If you can figure out any,kindly help.

regards,

Ashwin

Read only

Former Member
0 Likes
987

Hi Ashwin,

i do it in this way after the FM SO_NEW_DOCUMENT_ATT_SEND_API1.

WAIT UP TO 2 SECONDS.

*

SUBMIT RSCONN01 WITH MODE = 'INT'

WITH OUTPUT = ' '

AND RETURN.

Regards, Dieter

Read only

0 Likes
986

Hi Dieter,

im haveing a problem in this same FM. the point is im using the same code in one prog then this FM is send the mail to the desired receipent where as in another prog its not sending the mail. i have written the same code and each and every step is same bt from one prog im able to send a mail while from other om not.

Read only

Bema
Active Participant
0 Likes
986

yes, You have to write code as in Dieter's reply.

Read only

Former Member
0 Likes
986

Thanks a ton Dieter.

regards

Ashwin