<?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: SO_OBJECT_SEND in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-object-send/m-p/6280253#M1388124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Parameter Objcont - which is Internal Table to hold the body of the mail Line.(Text lines up to 255 characters)&lt;/P&gt;&lt;P&gt;This will be used to populate the text in the body of the mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2009 11:49:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-26T11:49:51Z</dc:date>
    <item>
      <title>SO_OBJECT_SEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-object-send/m-p/6280250#M1388121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to bespoke the correspondence output, so that when it send the invoice as a PDF attachement in an email I can alos include to text in the ody of the email.  The below fucntion moudle is being used to send the email, but currently there is no text in the body of the email.  X_OBJCONT continas the invocie in PDF format, so can someone tell me how I add text to the body of the email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'SO_OBJECT_SEND'
           EXPORTING
                OBJECT_HD_CHANGE           = X_OBJECT_HD_CHANGE
                OBJECT_TYPE                = DOCUMENT_TYPE
                ORIGINATOR                 = horiginator
                ORIGINATOR_type            = 'B'
           IMPORTING
                SENT_TO_ALL                = X_SENT_TO_ALL
           TABLES
                OBJCONT                    = X_OBJCONT
                OBJHEAD                    = X_OBJHEAD
                RECEIVERS                  = X_RECEIVERS
           EXCEPTIONS
                ACTIVE_USER_NOT_EXIST      = 1
                COMMUNICATION_FAILURE      = 2
                COMPONENT_NOT_AVAILABLE    = 3
                FOLDER_NOT_EXIST           = 4
                FOLDER_NO_AUTHORIZATION    = 5
                FORWARDER_NOT_EXIST        = 6
                NOTE_NOT_EXIST             = 7
                OBJECT_NOT_EXIST           = 8
                OBJECT_NOT_SENT            = 9
                OBJECT_NO_AUTHORIZATION    = 10
                OBJECT_TYPE_NOT_EXIST      = 11
                OPERATION_NO_AUTHORIZATION = 12
                OWNER_NOT_EXIST            = 13
                PARAMETER_ERROR            = 14
                SUBSTITUTE_NOT_ACTIVE      = 15
                SUBSTITUTE_NOT_DEFINED     = 16
                SYSTEM_FAILURE             = 17
                TOO_MUCH_RECEIVERS         = 18
                USER_NOT_EXIST             = 19
                X_ERROR                    = 20
                OTHERS                     = 21.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Edited by: showthousand on Oct 26, 2009 7:30 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: showthousand on Oct 26, 2009 7:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 11:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-object-send/m-p/6280250#M1388121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T11:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: SO_OBJECT_SEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-object-send/m-p/6280251#M1388122</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; Are you calling this function module in some program ? or using some standard transaction for correspondance ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please give more details&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 11:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-object-send/m-p/6280251#M1388122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T11:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: SO_OBJECT_SEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-object-send/m-p/6280252#M1388123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is getitng called in the program RFKORD50 - in include RFKORI90.  The email sending of the PDF attachement works fine, but I just want to add some text to the email via this function, but I can't figure out how to add any text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 11:41:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-object-send/m-p/6280252#M1388123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T11:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: SO_OBJECT_SEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-object-send/m-p/6280253#M1388124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Parameter Objcont - which is Internal Table to hold the body of the mail Line.(Text lines up to 255 characters)&lt;/P&gt;&lt;P&gt;This will be used to populate the text in the body of the mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 11:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-object-send/m-p/6280253#M1388124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T11:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: SO_OBJECT_SEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-object-send/m-p/6280254#M1388125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but this parameter is already filled with the PDF attachement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 11:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-object-send/m-p/6280254#M1388125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T11:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: SO_OBJECT_SEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-object-send/m-p/6280255#M1388126</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; Had a similar requirement few months back (for a different transaction) and solved it using Implicit enhancements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Here is thread &lt;SPAN __jive_macro_name="thread" id="1039728"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a implicit enhancement at start of function module SBCOMS_SEND_REQUEST_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to fill Tables parameter NOTE_TEXT to get the mail body &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in the implicit enhancement you should make sure that RFKORI90 has triggered the output.  (Otherwise the body of the mail will be added to all mails from your system)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this out and let me know if you need help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 11:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-object-send/m-p/6280255#M1388126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T11:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: SO_OBJECT_SEND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-object-send/m-p/6280256#M1388127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used the NOTE_TEXT parameter, but had to alos populate the receiver parameters in order for this to work:  The receiver parameters require the note_num and note_start to be be populated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 14:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-object-send/m-p/6280256#M1388127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-26T14:28:45Z</dc:date>
    </item>
  </channel>
</rss>

