<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Send E-mail in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100005#M103228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. i copied the script file as&lt;/P&gt;&lt;P&gt;   d:\ml.vbs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. then i executed the abap code: (just copy paste)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT abc NO STANDARD PAGE HEADING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : s type i.&lt;/P&gt;&lt;P&gt;break-point.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_EXEC'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    command          = 'D:\ML.VBS'&lt;/P&gt;&lt;P&gt;   PARAMETER        = '-f abc@abc.com -d def@def.com '&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   RETURNCODE       = s&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;break-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. It is not giving any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2005 13:00:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-06T13:00:19Z</dc:date>
    <item>
      <title>Send E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1099995#M103218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all&lt;/P&gt;&lt;P&gt;i need some help about this .&lt;/P&gt;&lt;P&gt;i've been asked to create a function that send parameters to an vb script file that vb script will send email with the parameters like:&lt;/P&gt;&lt;P&gt;from ,to,attach file and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;our  email is on exchange server we don't use the sap   email.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnaks.&lt;/P&gt;&lt;P&gt;gil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 11:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1099995#M103218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T11:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Send E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1099996#M103219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. So what is the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Assuming that the VB Script file is&lt;/P&gt;&lt;P&gt;   ready (with considers the command line &lt;/P&gt;&lt;P&gt;   parameters and sends mail)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Just call this Function&lt;/P&gt;&lt;P&gt;   GUI_RUN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   COMMAND =  'VBSCRIPTFILE'&lt;/P&gt;&lt;P&gt;  PARAMETER = 'FROM=ABC@XYZ.COM;TO=ABC.COM; ETC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 11:08:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1099996#M103219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T11:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Send E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1099997#M103220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Two things are important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Where is the VB script file ?&lt;/P&gt;&lt;P&gt;   Front-end &lt;/P&gt;&lt;P&gt;   or Application Server ?&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;  BCOS the program/approach will differ.&lt;/P&gt;&lt;P&gt;  My previous post was for Front-End.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If it is on application server,&lt;/P&gt;&lt;P&gt;   then the app server needs to Windows NT, etc.&lt;/P&gt;&lt;P&gt;   and not UNIX, AIX etc.&lt;/P&gt;&lt;P&gt;  (Bcos VBSCript runs only on Microsofts OS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 11:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1099997#M103220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T11:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Send E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1099998#M103221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the VB script file is on the front-end now for tests later on it will be on the Application server.(By the way there is a way to test it on the front-end?? )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the app server is on Windows NT so if i enderstand its not have to be a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 11:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1099998#M103221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T11:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Send E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1099999#M103222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Please award points if any reply(s) are useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 11:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1099999#M103222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T11:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Send E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100000#M103223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way there is a way to test it on the front-end??&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 12:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100000#M103223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T12:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Send E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100001#M103224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Just call this Function Module&lt;/P&gt;&lt;P&gt;(As already mentioned in my first reply)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_RUN'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    command          = 'c:\VBSCRIPTFILE.vbs'&lt;/P&gt;&lt;P&gt;   PARAMETER        = 'FROM=ABC@XYZ.COM;TO=ABC.COM; ETC'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CD               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURNCODE       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I assume that the VBSCript file has been developed&lt;/P&gt;&lt;P&gt;  and it works fine (after taking in the input parameters)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the way to test in front-end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Hope it helps.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mittal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 12:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100001#M103224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T12:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Send E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100002#M103225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well i try what you write me to do but it always give me an error msg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe if you can take alook on this vbscript code that i want the FM will execute you will have an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim From&lt;/P&gt;&lt;P&gt;Dim Destination&lt;/P&gt;&lt;P&gt;Dim Subject&lt;/P&gt;&lt;P&gt;Dim Body&lt;/P&gt;&lt;P&gt;Dim Attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Argument&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Private Sub Argument&lt;/P&gt;&lt;P&gt;Set objArgs = WScript.Arguments&lt;/P&gt;&lt;P&gt;For I = 0 to objArgs.Count - 1&lt;/P&gt;&lt;P&gt;  Select Case objArgs(I)&lt;/P&gt;&lt;P&gt;  	Case Lcase("-f")&lt;/P&gt;&lt;P&gt;		From=objArgs(I+1)&lt;/P&gt;&lt;P&gt;		If Check_Address(From)="fail" Then&lt;/P&gt;&lt;P&gt;			Msgbox "You didn`t type source address correctly.",vbCritical,"Send Mail"&lt;/P&gt;&lt;P&gt;			Exit Sub&lt;/P&gt;&lt;P&gt;		End If&lt;/P&gt;&lt;P&gt;  	Case Lcase("-d")&lt;/P&gt;&lt;P&gt;		Destination=objArgs(I+1)&lt;/P&gt;&lt;P&gt;		If Check_Address(Destination)="fail" Then&lt;/P&gt;&lt;P&gt;			Msgbox "You didn`t type destination address correctly.",vbCritical,"Send Mail"&lt;/P&gt;&lt;P&gt;			Exit Sub&lt;/P&gt;&lt;P&gt;		End If&lt;/P&gt;&lt;P&gt;		'Msgbox Destination&lt;/P&gt;&lt;P&gt;	Case Lcase("-s")&lt;/P&gt;&lt;P&gt;		Subject=objArgs(I+1)&lt;/P&gt;&lt;P&gt;		'Msgbox Subject&lt;/P&gt;&lt;P&gt;	Case Lcase("-b")&lt;/P&gt;&lt;P&gt;		Body=objArgs(I+1)&lt;/P&gt;&lt;P&gt;		'Msgbox Body&lt;/P&gt;&lt;P&gt;	Case Lcase("-att")&lt;/P&gt;&lt;P&gt;		Attachment=objArgs(I+1)&lt;/P&gt;&lt;P&gt;		'Msgbox Attachment&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;  End Select&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;Send_Mail From, Destination, Subject, Body, Attachment&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Private Sub Send_Mail(From, Destination, Subject, Body, Attachment)&lt;/P&gt;&lt;P&gt;    Dim NewMail&lt;/P&gt;&lt;P&gt;    Set NewMail = CreateObject("CDO.Message")&lt;/P&gt;&lt;P&gt;    NewMail.From = From&lt;/P&gt;&lt;P&gt;    NewMail.To = Destination&lt;/P&gt;&lt;P&gt;    NewMail.Subject = Subject&lt;/P&gt;&lt;P&gt;    NewMail.Textbody = Body&lt;/P&gt;&lt;P&gt;    NewMail.AddAttachment Attachment&lt;/P&gt;&lt;P&gt;    NewMail.Send&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Private Function Check_Address(Mail_Address)&lt;/P&gt;&lt;P&gt;    For i = 1 To Len(Mail_Address)&lt;/P&gt;&lt;P&gt;        If Mid(Mail_Address, i, 1) = "@" Then&lt;/P&gt;&lt;P&gt;            Check_Address = "ok"&lt;/P&gt;&lt;P&gt;            Exit Function&lt;/P&gt;&lt;P&gt;        Else&lt;/P&gt;&lt;P&gt;            Check_Address = "fail"&lt;/P&gt;&lt;P&gt;        End If&lt;/P&gt;&lt;P&gt;    Next&lt;/P&gt;&lt;P&gt;End Function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;notice that the parameters are -f for form field ,-d for to field, -s for subject and so on...&lt;/P&gt;&lt;P&gt;thank you very much for your help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Gil Hadida&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 12:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100002#M103225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T12:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Send E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100003#M103226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we can also use the FM&lt;/P&gt;&lt;P&gt;GUI_EXEC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 12:20:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100003#M103226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T12:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Send E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100004#M103227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the second fm that you gave me is run but nothing is happen how i custom my vbscript parameters to the sap fm??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 12:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100004#M103227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T12:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Send E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100005#M103228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. i copied the script file as&lt;/P&gt;&lt;P&gt;   d:\ml.vbs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. then i executed the abap code: (just copy paste)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT abc NO STANDARD PAGE HEADING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : s type i.&lt;/P&gt;&lt;P&gt;break-point.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_EXEC'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    command          = 'D:\ML.VBS'&lt;/P&gt;&lt;P&gt;   PARAMETER        = '-f abc@abc.com -d def@def.com '&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   RETURNCODE       = s&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;break-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. It is not giving any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 13:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100005#M103228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T13:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Send E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100006#M103229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like you mention It is not giving any error,but does nothing if i run this file from the command prompt it run perfectly after i installed on my machine smtp in the iis.&lt;/P&gt;&lt;P&gt;(now for the test i run it on my local machine.)&lt;/P&gt;&lt;P&gt;thank you very very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 13:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100006#M103229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T13:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Send E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100007#M103230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK,&lt;/P&gt;&lt;P&gt;its work all i have to do is to add cscript before the path of the command like that:&lt;/P&gt;&lt;P&gt;data : s type i.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_EXEC'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;command = 'cscript D:\ML1.vbs'&lt;/P&gt;&lt;P&gt;PARAMETER = ' -f from@abc.com -d to@abc.com '&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;RETURNCODE = s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very match for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Gil Hadida&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 14:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100007#M103230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T14:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Send E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100008#M103231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u find any answer helpful, kindly award points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 04:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail/m-p/1100008#M103231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T04:22:08Z</dc:date>
    </item>
  </channel>
</rss>

