Application Development 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: 

f.27

Former Member
0 Kudos

hi to all

help me in this issue

when i execute this transaction i need to send mails to the customers automaticcally i am using the script form F140_ACC_STAT_01 .

thanks in advance

kiran reddy

Message was edited by:

Kiran Reddy

Message was edited by:

Kiran Reddy

Message was edited by:

Kiran Reddy

Message was edited by:

Kiran Reddy

5 REPLIES 5

Former Member
0 Kudos

Use fm SO_DOCUMENT_SEND_API1 in ur application to send emails.

Former Member
0 Kudos

Hi

I believe you need to create a copy of std report RFKORK00 in order to send the mail after printing the document.

U can use fm SO_DOCUMENT_SEND_API1 and there are many posts explaining how to create a mail from sapcript.

Max

0 Kudos

hi max is it not possible to write a subroutine for zscript and send it to

customers.

thanks & Regards

kiran reddy

Former Member
0 Kudos

Hi,

As max said, You can do it in that way, copy the program and call this Function module. or eles, you will have a user exit when you press the SAVE button, there you can do that one,

when the user press the SAVE button, send the mail, i mean there you may get the spool No of a Script, or you need to convert the script output the PDF then send that in a mail

Regards

Sudheer

Former Member
0 Kudos

Use FM SO_OBJECT_SEND to send emails

Thanks,

Santosh