<?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: Problem while sending mail from SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-sending-mail-from-sap/m-p/1137256#M113494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When I run it in scot after running the program, it says&lt;/P&gt;&lt;P&gt;NO MESSAGES SENT.&lt;/P&gt;&lt;P&gt;   The message is not even placed in message Queue&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viswanath babu.P.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2006 09:21:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-20T09:21:30Z</dc:date>
    <item>
      <title>Problem while sending mail from SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-sending-mail-from-sap/m-p/1137251#M113489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I tried to send mail from SAP. For this we configured SMTP Services using the transaction SCOT and all are Completed.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;  When I send a mail using SAPOffice it is Executing successfully and main is delivered to me.&lt;/P&gt;&lt;P&gt;   When I tried in  the program using the function module 'SO_NEW_DOCUMENT_SEND_API1' mail is not delivered to me but it is placed in SAPoffice outbox.The status of the mail says  "SEND PROCESS STILL RUNNING". Even when i execute SAPconnect manually mail is not transmitted.&lt;/P&gt;&lt;P&gt;   This is the transaction history of the mail.&lt;/P&gt;&lt;P&gt;  Trans. history   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 18.02.2006  13:44:31  Document sent  &lt;/P&gt;&lt;P&gt;             13:44:31  Wait for communications service  &lt;/P&gt;&lt;P&gt; After This stage Delivery attempt is not taking place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the Code&lt;/P&gt;&lt;P&gt;****Document DATA&lt;/P&gt;&lt;P&gt;EMAIL_DATA-OBJ_NAME = 'MESSAGE'.&lt;/P&gt;&lt;P&gt;EMAIL_DATA-OBJ_DESCR = SUBJECT.&lt;/P&gt;&lt;P&gt;EMAIL_DATA-OBJ_LANGU = 'E'.&lt;/P&gt;&lt;P&gt;EMAIL_DATA-SENSITIVTY = 'P'.&lt;/P&gt;&lt;P&gt;EMAIL_DATA-OBJ_PRIO =  '1'.&lt;/P&gt;&lt;P&gt;EMAIL_DATA-NO_CHANGE = 'X'.&lt;/P&gt;&lt;P&gt;EMAIL_DATA-PRIORITY = '1'.&lt;/P&gt;&lt;P&gt;***Receiver&lt;/P&gt;&lt;P&gt;    EMAIL_SEND-RECEIVER = 'vijayan@pricol.co.in'.&lt;/P&gt;&lt;P&gt;    EMAIL_SEND-REC_TYPE = 'U'.&lt;/P&gt;&lt;P&gt;    EMAIL_SEND-EXPRESS = 'X'.&lt;/P&gt;&lt;P&gt;    APPEND EMAIL_SEND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*****************************************************&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          DOCUMENT_DATA              = EMAIL_DATA&lt;/P&gt;&lt;P&gt;          DOCUMENT_TYPE              = 'RAW'&lt;/P&gt;&lt;P&gt;          PUT_IN_OUTBOX              = 'X'&lt;/P&gt;&lt;UL&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;         SENT_TO_ALL                = SENT&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         NEW_OBJECT_ID              = EMAIL_ID&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;          OBJECT_CONTENT             = EMAIL_TEXT&lt;/P&gt;&lt;P&gt;          RECEIVERS                  = EMAIL_SEND&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;          TOO_MANY_RECEIVERS         = 1&lt;/P&gt;&lt;P&gt;          DOCUMENT_NOT_SENT          = 2&lt;/P&gt;&lt;P&gt;          DOCUMENT_TYPE_NOT_EXIST    = 3&lt;/P&gt;&lt;P&gt;          OPERATION_NO_AUTHORIZATION = 4&lt;/P&gt;&lt;P&gt;          PARAMETER_ERROR            = 5&lt;/P&gt;&lt;P&gt;          X_ERROR                    = 6&lt;/P&gt;&lt;P&gt;          ENQUEUE_ERROR              = 7&lt;/P&gt;&lt;P&gt;          OTHERS                     = 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help me to solve this Problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viswanath Babu.P.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 08:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-sending-mail-from-sap/m-p/1137251#M113489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T08:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while sending mail from SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-sending-mail-from-sap/m-p/1137252#M113490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi viswanath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. in scot, in smtp node,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. press the internet button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In ADDRESS AREA,&lt;/P&gt;&lt;P&gt;   type&lt;/P&gt;&lt;P&gt;   *yahoo.com&lt;/P&gt;&lt;P&gt;   *rediffmail.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  etc,etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Only when such domains are  entered,&lt;/P&gt;&lt;P&gt;   will sap send mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. It will not send any mail to other domains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Or simply enter *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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>Mon, 20 Feb 2006 08:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-sending-mail-from-sap/m-p/1137252#M113490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T08:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while sending mail from SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-sending-mail-from-sap/m-p/1137253#M113491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai viswanath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check these links they may help you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="468705"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/abap011.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/abap011.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 08:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-sending-mail-from-sap/m-p/1137253#M113491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T08:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while sending mail from SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-sending-mail-from-sap/m-p/1137254#M113492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Amit,But I have already did the these settings in SCOT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Srikanth, The program that I got from the link also gives the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viswanath Babu.P.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 09:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-sending-mail-from-sap/m-p/1137254#M113492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T09:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while sending mail from SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-sending-mail-from-sap/m-p/1137255#M113493</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. Even when i execute SAPconnect manually mail &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. open scot&lt;/P&gt;&lt;P&gt;   Process the last button on toolbar (Ctrl+F7) = start send process&lt;/P&gt;&lt;P&gt;   it will list down all the pending mails.&lt;/P&gt;&lt;P&gt;   press enter .&lt;/P&gt;&lt;P&gt;  then it will send one by one.&lt;/P&gt;&lt;P&gt;  -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt; did u try this ?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;&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>Mon, 20 Feb 2006 09:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-sending-mail-from-sap/m-p/1137255#M113493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T09:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while sending mail from SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-sending-mail-from-sap/m-p/1137256#M113494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When I run it in scot after running the program, it says&lt;/P&gt;&lt;P&gt;NO MESSAGES SENT.&lt;/P&gt;&lt;P&gt;   The message is not even placed in message Queue&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Viswanath babu.P.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 09:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-sending-mail-from-sap/m-p/1137256#M113494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T09:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while sending mail from SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-sending-mail-from-sap/m-p/1137257#M113495</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. then where is the message shown.&lt;/P&gt;&lt;P&gt;  (ie. the number of mails waiting to send)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Completed&lt;/P&gt;&lt;P&gt;Error&lt;/P&gt;&lt;P&gt;In transit&lt;/P&gt;&lt;P&gt;Waiting  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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>Mon, 20 Feb 2006 09:52:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-sending-mail-from-sap/m-p/1137257#M113495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T09:52:21Z</dc:date>
    </item>
  </channel>
</rss>

