<?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: problems to send email in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-to-send-email/m-p/1322933#M166033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Denis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Check up with your basis if the system is configured to send email with PDF attachements. If the email is visible in SOST but is not send to the inbox means there is a configuration missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Either the system is a development box where the email sending is not enabled or some config is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can check out in SCOT --&amp;gt; Double click on the system id and then click once on the INTERNET buton and see if there is an * in the Address area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can also check the OSS notes 152474 - Testing fax and e-mail.&lt;/P&gt;&lt;P&gt; This gives the setps for the required configuration in place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijayendra  Rao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 May 2006 23:26:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-22T23:26:10Z</dc:date>
    <item>
      <title>problems to send email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-to-send-email/m-p/1322932#M166032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello people!&lt;/P&gt;&lt;P&gt;I'm doing a program using SO_NEW_DOCUMENT_ATT_SEND_API1. But the program when send a message an email with a PDF file, in transaction SOST, when I see the message, gives a message number 672, meaning "Wait for communications service"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone knows about this problem???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Denis Nakamoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 23:08:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-to-send-email/m-p/1322932#M166032</guid>
      <dc:creator>denis_nakamoto</dc:creator>
      <dc:date>2006-05-22T23:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: problems to send email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-to-send-email/m-p/1322933#M166033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Denis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Check up with your basis if the system is configured to send email with PDF attachements. If the email is visible in SOST but is not send to the inbox means there is a configuration missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Either the system is a development box where the email sending is not enabled or some config is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can check out in SCOT --&amp;gt; Double click on the system id and then click once on the INTERNET buton and see if there is an * in the Address area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can also check the OSS notes 152474 - Testing fax and e-mail.&lt;/P&gt;&lt;P&gt; This gives the setps for the required configuration in place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijayendra  Rao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2006 23:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-to-send-email/m-p/1322933#M166033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-22T23:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: problems to send email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-to-send-email/m-p/1322934#M166034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Denis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA: OBJPACK   LIKE SOPCKLSTI1 OCCURS 2 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;  DATA: OBJHEAD   LIKE SOLISTI1 OCCURS 1 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;  DATA: OBJBIN    LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;  DATA: OBJTXT    LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;  DATA: RECLIST   LIKE SOMLRECI1 OCCURS 5 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;  DATA: DOC_CHNG  LIKE SODOCCHGI1.&lt;/P&gt;&lt;P&gt;  DATA: TAB_LINES LIKE SY-TABIX.&lt;/P&gt;&lt;P&gt;  DATA L_NUM(3).&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;Creation of the document to be sent&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;File Name&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  DOC_CHNG-OBJ_NAME = 'SENDFILE'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Mail Subject&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  DOC_CHNG-OBJ_DESCR = 'Delivered Mail'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Mail Contents&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  OBJTXT = 'Object text'.&lt;/P&gt;&lt;P&gt;  APPEND OBJTXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE OBJTXT LINES TAB_LINES.&lt;/P&gt;&lt;P&gt;  READ TABLE OBJTXT INDEX TAB_LINES.&lt;/P&gt;&lt;P&gt;  DOC_CHNG-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJTXT ).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Creation of the entry for the compressed document&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CLEAR OBJPACK-TRANSF_BIN.&lt;/P&gt;&lt;P&gt;  OBJPACK-HEAD_START = 1.&lt;/P&gt;&lt;P&gt;  OBJPACK-HEAD_NUM = 0.&lt;/P&gt;&lt;P&gt;  OBJPACK-BODY_START = 1.&lt;/P&gt;&lt;P&gt;  OBJPACK-BODY_NUM = TAB_LINES.&lt;/P&gt;&lt;P&gt;  OBJPACK-DOC_TYPE = 'RAW'.&lt;/P&gt;&lt;P&gt;  APPEND OBJPACK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Creation of the document attachment&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  LOOP AT ITAB_DATA.&lt;/P&gt;&lt;P&gt;    CONCATENATE ITAB_DATA-PRODUCTOR&lt;/P&gt;&lt;P&gt;                ITAB_DATA-VBELN&lt;/P&gt;&lt;P&gt;                ITAB_DATA-POSNR&lt;/P&gt;&lt;P&gt;                ITAB_DATA-MATNR INTO OBJBIN.&lt;/P&gt;&lt;P&gt;    APPEND OBJBIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE OBJBIN LINES TAB_LINES.&lt;/P&gt;&lt;P&gt;  OBJHEAD = 'ORDERS'.&lt;/P&gt;&lt;P&gt;  APPEND OBJHEAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Creation of the entry for the compressed attachment&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  OBJPACK-TRANSF_BIN = 'X'.&lt;/P&gt;&lt;P&gt;  OBJPACK-HEAD_START = 1.&lt;/P&gt;&lt;P&gt;  OBJPACK-HEAD_NUM   = 1.&lt;/P&gt;&lt;P&gt;  OBJPACK-BODY_START = 1.&lt;/P&gt;&lt;P&gt;  OBJPACK-BODY_NUM   = TAB_LINES.&lt;/P&gt;&lt;P&gt;  OBJPACK-DOC_TYPE   = 'TXT'.&lt;/P&gt;&lt;P&gt;  OBJPACK-OBJ_NAME   = 'WEBSITE'.&lt;/P&gt;&lt;P&gt;  OBJPACK-OBJ_DESCR  = 'ORDERS.TXT'.&lt;/P&gt;&lt;P&gt;  OBJPACK-DOC_SIZE   = TAB_LINES * 255.&lt;/P&gt;&lt;P&gt;  APPEND OBJPACK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Completing the recipient list&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;target recipent&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  clear RECLIST.&lt;/P&gt;&lt;P&gt;  RECLIST-RECEIVER = 'test@here.com'.&lt;/P&gt;&lt;P&gt;  RECLIST-EXPRESS  = 'X'.&lt;/P&gt;&lt;P&gt;  RECLIST-REC_TYPE = 'U'.&lt;/P&gt;&lt;P&gt;  APPEND RECLIST.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;copy recipents&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  clear RECLIST.&lt;/P&gt;&lt;P&gt;  RECLIST-RECEIVER = 'secondtest@here.com'.&lt;/P&gt;&lt;P&gt;  RECLIST-EXPRESS  = 'X'.&lt;/P&gt;&lt;P&gt;  RECLIST-REC_TYPE = 'U'.&lt;/P&gt;&lt;P&gt;  RECLIST-COPY     = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND RECLIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Sending the document&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            DOCUMENT_DATA              = DOC_CHNG&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            PACKING_LIST               = OBJPACK&lt;/P&gt;&lt;P&gt;            OBJECT_HEADER              = OBJHEAD&lt;/P&gt;&lt;P&gt;            CONTENTS_BIN               = OBJBIN&lt;/P&gt;&lt;P&gt;            CONTENTS_TXT               = OBJTXT&lt;/P&gt;&lt;P&gt;            RECEIVERS                  = RECLIST&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;            OPERATION_NO_AUTHORIZATION = 4&lt;/P&gt;&lt;P&gt;            OTHERS                     = 99.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 05:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-to-send-email/m-p/1322934#M166034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T05:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: problems to send email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-to-send-email/m-p/1322935#M166035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Denis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This is not an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The SAP Email settings are designed in such &lt;/P&gt;&lt;P&gt;  a way that, &lt;/P&gt;&lt;P&gt;  a mail does not go instantaneously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Rather it is sent out&lt;/P&gt;&lt;P&gt;   at some pre-defined intervals.&lt;/P&gt;&lt;P&gt;   (say 1 hour, 2 hour etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. However, using SCOT we can&lt;/P&gt;&lt;P&gt;   choose from menu, and send&lt;/P&gt;&lt;P&gt;   the pending mails,immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. In scot&lt;/P&gt;&lt;P&gt;   UTILITIES--&amp;gt; START SEND PROCESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. A list window will come&lt;/P&gt;&lt;P&gt;   click Ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. Then again a new window will come,&lt;/P&gt;&lt;P&gt;   which will list out all pending mails.&lt;/P&gt;&lt;P&gt;   Then again just select OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. Thats all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. U can also take help from your basis team.&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>Tue, 23 May 2006 08:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-to-send-email/m-p/1322935#M166035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T08:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: problems to send email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-to-send-email/m-p/1322936#M166036</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;Check in SCOT is there any Pending mails, try to Process them Manually. click on Start Send Process or Ctrl+F7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 08:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-to-send-email/m-p/1322936#M166036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T08:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: problems to send email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-to-send-email/m-p/1322937#M166037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; either you can go to SCOT to send mails manually from the queue or use the program "RSCONN01" to do it in program.&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>Tue, 23 May 2006 11:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-to-send-email/m-p/1322937#M166037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T11:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: problems to send email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-to-send-email/m-p/1322938#M166038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply....&lt;/P&gt;&lt;P&gt;When I enter in SOST, I marked a message and click to re-send the message, the message process correctly!!&lt;/P&gt;&lt;P&gt;When I process SCOT, the message not appear to process...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answer people!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See ya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Denis Nakamoto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 12:13:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-to-send-email/m-p/1322938#M166038</guid>
      <dc:creator>denis_nakamoto</dc:creator>
      <dc:date>2006-05-23T12:13:23Z</dc:date>
    </item>
  </channel>
</rss>

