<?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 for sap script email in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/for-sap-script-email/m-p/1476117#M223220</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;   In sap script i have to do mailing and fax to the vendor of the payment advice with the payment method of "Bank Transfer". but i am not getting where to configure the mail and fax, because the payment remittance advice is not in the NACE output. so where i have to configure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Aug 2006 11:11:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-11T11:11:35Z</dc:date>
    <item>
      <title>for sap script email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/for-sap-script-email/m-p/1476117#M223220</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;   In sap script i have to do mailing and fax to the vendor of the payment advice with the payment method of "Bank Transfer". but i am not getting where to configure the mail and fax, because the payment remittance advice is not in the NACE output. so where i have to configure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 11:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/for-sap-script-email/m-p/1476117#M223220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T11:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: for sap script email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/for-sap-script-email/m-p/1476118#M223221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this report which ll give you the idea how to send the mail from sap script which you can incorporate in your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script builds a temporary file and pipes the file to the sendmail command to achieve the mission.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This script can be invoked from SAP to send the mail to the intended recipient. Store this small script on the unix server. (Assume script name is sndmail )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this we should define a link in the SAP system between a customized command and this unix script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM to define a customized command in SAP system has the following pattern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'SXPG_CALL_SYSTEM' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exporting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;commandname = &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS = ' ' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;importing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;status = &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exec_protocol = &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exceptions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no_permission = 1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;command_not_found = 2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters_too_long = 3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;security_risk = 4 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wrong_check_call_interface = 5 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;program_start_error = 6 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;program_termination_error = 7 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x_error = 8 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter_expected = 9 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;too_many_parameters = 10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;illegal_command = 11 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;others = 12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 11:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/for-sap-script-email/m-p/1476118#M223221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T11:27:41Z</dc:date>
    </item>
  </channel>
</rss>

