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

HI sending script

Former Member
0 Likes
361

Hi All,

i found new requirement in sap scripts. That is i need to create a layout for particular order and that need to send (email) to the customer/vendor. How can we do this. I hope this wont happend in sap scripts. I heared it can happen in smartforms. If it will happen then tell me the procedure to go ahead. And i have one more clue that we can configure the output type with email option right. if it right there is nothing to do with driver pgm riht..?

please clarify...

2 REPLIES 2
Read only

Former Member
0 Likes
342

Hi,

You can send script using mails .

select the Medium 'SIMPLE MAIL (i think it is 6) in the output type settings.

we use Medium Print output (1) for printing.

In the Driver program, there is fun module

ADDR_GET_NEXT_COMM_TYPE in which we have to set the Communication type and other Communication fields to send the mail.

Also you have to configure the SCOT t code settings for sending the mail to other servers.Basis people help is needed for this config.

reward if useful

regards,

Anji

Message was edited by:

Anji Reddy Vangala

Read only

Former Member
0 Likes
342

i got it on my own..