‎2007 Jun 25 8:52 AM
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
‎2007 Jun 27 2:35 PM
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
‎2007 Jun 29 10:38 AM
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.