<?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 SAP Workflow - Attachments. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-workflow-attachments/m-p/939646#M62883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is to pass an excel sheet to my workflow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am actually triggering my start event thru a function module. Now is it possible to pass my excel sheet to the workflow via event container .ie. passing the excel sheet to an event parameter by function module and then to the workflow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes how actually to do it? If no is there any workarounfd solution to this? Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2005 04:52:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-31T04:52:18Z</dc:date>
    <item>
      <title>SAP Workflow - Attachments.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-workflow-attachments/m-p/939646#M62883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My requirement is to pass an excel sheet to my workflow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am actually triggering my start event thru a function module. Now is it possible to pass my excel sheet to the workflow via event container .ie. passing the excel sheet to an event parameter by function module and then to the workflow. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes how actually to do it? If no is there any workarounfd solution to this? Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2005 04:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-workflow-attachments/m-p/939646#M62883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-31T04:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Workflow - Attachments.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-workflow-attachments/m-p/939647#M62884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sudipto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is the excel sheet  made available to the FM that triggers the start event?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramki Maley.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2005 11:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-workflow-attachments/m-p/939647#M62884</guid>
      <dc:creator>ramki_maley</dc:creator>
      <dc:date>2005-08-31T11:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Workflow - Attachments.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-workflow-attachments/m-p/939648#M62885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is exactly what I want to know. How to attach an attachment to a function module so that it can be passed to my event parameter thru 'SAP_WAPI_CREATE_EVENT'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 08:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-workflow-attachments/m-p/939648#M62885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-01T08:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Workflow - Attachments.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-workflow-attachments/m-p/939649#M62886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hypothetically the following should work. No guaranties though, I have not heard of someone doing this before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Since the excel file is available on a front end, you must have a user supply the file name &amp;amp; location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Read the file into memory and insert it into a SAP Office folder (See FM SO_DOCUMENT_INSERT_API1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Instantiate an SOFM object with the keys of the inserted document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Supply the object reference as an event parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please bear in mind if the above solution works, it will only let the user/agent display the excel file. If your need is to let the user edit the file, you will have to come up with the mechanism to update the SAP Office folder document with the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also recommend that you post this query on the SAP-WUG forum. Follow the link below for FAQ on WUG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/mike.pokraka/blog/2005/07/17/sap-business-workflow-faq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ramki Maley.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 10:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-workflow-attachments/m-p/939649#M62886</guid>
      <dc:creator>ramki_maley</dc:creator>
      <dc:date>2005-09-01T10:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Workflow - Attachments.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-workflow-attachments/m-p/939650#M62887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; All that you need to do is instantiate the SOFM object, create an instance forit by giving the document type as 'EXT' (pc document), if u dont want user to manually load the document, i.e, if it is in a fixed location in the presntatn server just get the path into the documentheader table as a parameter, and set No_dialog flag to X this way user wouldnt be promted for the path. Now put this into the event raising function modules tables parameter (of type swcont), it is automatically bound into the WF container, it is all yours to use now.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;P&gt;91 9443167531&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 11:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-workflow-attachments/m-p/939650#M62887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-01T11:38:52Z</dc:date>
    </item>
  </channel>
</rss>

