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: 

email

Former Member
0 Kudos

hi professionals , i developed module pool screen with four i.o fields & one email button if i click email button the developed screen has to b sent with respect to email how could it possible , i tried with huge amount of time its not working plz guide me how could i send through email

2 REPLIES 2

Former Member
0 Kudos

Hi Anu Shree,

I don't think we can capture the screen. Instead of capturing the screen, capture the values feeded in the screen, convert those values into a pdf format and send as attachments.

While sending mails to external mails ID (like yahoo, gmail ..), few configurations are to be made, for more knowledge on SMTP Configuration use the below path

http://help.sap.com/saphelp_webas620/helpdata/en/af/73563c1e734f0fe10000000a114084/frameset.htm

Use this link as an sample to convert it to pdf format

http://abap4.tripod.com/Save_Report_Output_to_a_PDF_File.html

Thanks

Prembabu

Former Member
0 Kudos

Hi,

First, you have to capture the values given on the screen.

Then, for sending e-mail you can make use of the Function Module 'SO_NEW_DOCUMENT_ATT_SEND_API1'.

For example, you can refer to the report program 'RSWNSENDMAIL1'.

then, please check that your SCOT transaction(Called as SAP Connect) is configured properly to send mails to external recipients/e-mail ids. For configuring SCOT you can seek help from the BASIS people there.

Regards,

Renjith Michael.