<?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: Error in triggerring Mail in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-triggerring-mail/m-p/6613755#M1439452</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;There are only three options enabled for the comm_type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      	SAPoffice internal&lt;/P&gt;&lt;P&gt;TELFAX	Fax&lt;/P&gt;&lt;P&gt;TELEX	Telex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should i have to use "SAPoffice internal" for the mail to be triggered??&lt;/P&gt;&lt;P&gt;Kindly, suggest me what can be done...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for repiles...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2010 04:05:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-22T04:05:03Z</dc:date>
    <item>
      <title>Error in triggerring Mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-triggerring-mail/m-p/6613752#M1439449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a requirement wherein i have to covert a program output to spool and from spool i should convert that into a PDF attachment and trigger a mail to Outlook...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could do the above one everything is going fine, right spoolid i chosen and the data is compressed and packed in right way&lt;/P&gt;&lt;P&gt;But when i try to trigger that as mail using FM SO_DOCUMENT_SEND_API1..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting error as DOCUMENT_NOT_SENT My NEW_OBJECT_ID in FM SO_DOCUMENT_SEND_API1 is blank will it make FM SX_SEND_DISPATCHER to fail?? Hence results in no mail triggering ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find out the problem i have even checked SCOT and SOST transaction, But no log was found....&lt;/P&gt;&lt;P&gt;Also i made a background schedule of my program and saw the results in SM37 Here also i could not see any error and i could see my desired output..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have even enabled PUT_IN_OUTBOX as 'X' and COMMIT_WORK as 'X'.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My coding is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SO_DOCUMENT_SEND_API1'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;DOCUMENT_DATA = LA_DOC "W_DOC_DATA&lt;/P&gt;&lt;P&gt;PUT_IN_OUTBOX = 'X'&lt;/P&gt;&lt;P&gt;COMMIT_WORK = 'X'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;NEW_OBJECT_ID = OBJID&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;PACKING_LIST = IT_PACKING_LIST&lt;/P&gt;&lt;P&gt;OBJECT_HEADER = HEADLIST&lt;/P&gt;&lt;P&gt;CONTENTS_BIN = IT_ATTACHMENT&lt;/P&gt;&lt;P&gt;CONTENTS_TXT = IT_MAILBODY[]&lt;/P&gt;&lt;P&gt;RECEIVERS = T_RECEIVERS[]&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;Waiting for your replies.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2010 09:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-triggerring-mail/m-p/6613752#M1439449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-20T09:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error in triggerring Mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-triggerring-mail/m-p/6613753#M1439450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is &lt;STRONG&gt;RECEIVERS&lt;/STRONG&gt; populated ?&lt;/P&gt;&lt;P&gt;Check the field communication type, Read the documentation of fm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2010 20:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-triggerring-mail/m-p/6613753#M1439450</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-02-20T20:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error in triggerring Mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-triggerring-mail/m-p/6613754#M1439451</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;There are only three options enabled for the comm_type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      	SAPoffice internal&lt;/P&gt;&lt;P&gt;TELFAX	Fax&lt;/P&gt;&lt;P&gt;TELEX	Telex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should i have to use "SAPoffice internal" for the mail to be triggered??&lt;/P&gt;&lt;P&gt;Kindly, suggest me what can be done...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for repiles...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 03:53:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-triggerring-mail/m-p/6613754#M1439451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T03:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error in triggerring Mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-triggerring-mail/m-p/6613755#M1439452</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;There are only three options enabled for the comm_type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      	SAPoffice internal&lt;/P&gt;&lt;P&gt;TELFAX	Fax&lt;/P&gt;&lt;P&gt;TELEX	Telex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should i have to use "SAPoffice internal" for the mail to be triggered??&lt;/P&gt;&lt;P&gt;Kindly, suggest me what can be done...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for repiles...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 04:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-triggerring-mail/m-p/6613755#M1439452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T04:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error in triggerring Mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-triggerring-mail/m-p/6613756#M1439453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is receivers populated, please paste the code part.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 19:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-triggerring-mail/m-p/6613756#M1439453</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-02-22T19:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error in triggerring Mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-triggerring-mail/m-p/6613757#M1439454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You check the &lt;STRONG&gt;Thomas Jung's&lt;/STRONG&gt;  blog he can explain very well how to Receiving E-Mail and processing it with ABAP&lt;/P&gt;&lt;P&gt;and also how to Configuration and how to write code for receiving e-mail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 05:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-triggerring-mail/m-p/6613757#M1439454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-23T05:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error in triggerring Mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-triggerring-mail/m-p/6613758#M1439455</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;Got the desired output...&lt;/P&gt;&lt;P&gt;The mistake what i did was that i was getting the receiver type from a ztable [where i am going to maintain all my customer's&lt;/P&gt;&lt;P&gt;emails.]in this case the receiver type was coming blank from the ztable itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 03:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-triggerring-mail/m-p/6613758#M1439455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T03:59:31Z</dc:date>
    </item>
  </channel>
</rss>

