<?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: Question SO_ATTACHMENT_INSERT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-so-attachment-insert/m-p/652031#M28046</link>
    <description>&lt;P&gt;What is the format of the "file from application server"?&lt;/P&gt;</description>
    <pubDate>Fri, 02 Feb 2018 21:37:58 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2018-02-02T21:37:58Z</dc:date>
    <item>
      <title>Question SO_ATTACHMENT_INSERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-so-attachment-insert/m-p/652030#M28045</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
  &lt;P&gt;I have a question regarding the e-mail attachment..I have a requirement to add another attachment (Terms and Conditions) to an E-mail that already contains an PDF (Smartform).&lt;/P&gt;
  &lt;P&gt;The new attachment is an existing file from application server- so I use OPEN DATASET IN BINARY MODE - and the output is an SOLIX_TAB internal table..my question is how do I convert this format to an OTF format , so that I will be able to use SO_ATTACHEMENT_INSERT( this is the FM used to attach first PDF ) - to attach second attachment to the existing e-mail? Can someone provide an example of OPEN DATASET used with SO_ATTACHEMENT_INSERT ?&lt;/P&gt;
  &lt;P&gt;Thank you !&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 21:03:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-so-attachment-insert/m-p/652030#M28045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-02-02T21:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Question SO_ATTACHMENT_INSERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-so-attachment-insert/m-p/652031#M28046</link>
      <description>&lt;P&gt;What is the format of the "file from application server"?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 21:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-so-attachment-insert/m-p/652031#M28046</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-02-02T21:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question SO_ATTACHMENT_INSERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-so-attachment-insert/m-p/652032#M28047</link>
      <description>&lt;P&gt;Hello Sandra, &lt;/P&gt;
  &lt;P&gt;It is a PDF file. &lt;/P&gt;
  &lt;P&gt;Thank you. &lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 21:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-so-attachment-insert/m-p/652032#M28047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-02-02T21:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question SO_ATTACHMENT_INSERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-so-attachment-insert/m-p/652033#M28048</link>
      <description>&lt;P&gt;SO_ATTACHMENT_INSERT also works with PDF (and any other format). You don't need to convert it into OTF (it's impossible anyway).&lt;/P&gt;
  &lt;P&gt;You'd better call SO_ATTACHMENT_INSERT_API1 to pass directly your internal table of type SOLIX_TAB, containing the PDF, to the parameter CONTENTS_HEX.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 22:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-so-attachment-insert/m-p/652033#M28048</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2018-02-02T22:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Question SO_ATTACHMENT_INSERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-so-attachment-insert/m-p/652034#M28049</link>
      <description>&lt;P&gt;SO_* function modules are pretty ancient, CL_BCS* classes are a bit more friendly to work with and there are plenty of examples here and in the system.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2018 17:45:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-so-attachment-insert/m-p/652034#M28049</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2018-02-03T17:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Question SO_ATTACHMENT_INSERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-so-attachment-insert/m-p/652035#M28050</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;
  &lt;P&gt;Indeed, SO_ATTACHMENT_INSERT worked for me :&lt;/P&gt;
  &lt;P&gt;1. I used SO_SOLIXTAB_TO_SOLITAB to pass from type solix to soli; &lt;/P&gt;
  &lt;P&gt;2.I passed the content of my internat table (type soli ) + attach_type = 'BIN' as parameter.&lt;/P&gt;
  &lt;P&gt;Thank you both for your time!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2018 11:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-so-attachment-insert/m-p/652035#M28050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-02-05T11:15:16Z</dc:date>
    </item>
  </channel>
</rss>

