<?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 Function SWE_EVENT_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-swe-event-create/m-p/2452124#M549560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm raising a Workflow via Event with the FM SWE_EVENT_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I check in SM58 and i get an error in FM SWW_WI_EXECUTE_INTERNAL_RFC and status text only say '7'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an online transaction for raising the workflow and it goes ok, and it uses same FM SWE_EVENT_CREATE...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other hand, I have an RFC calling a BAPI, and this BAPI raises the Workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this second case is appearing error in SM58...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I check the Workflow and it is raised but it remains waiting in a background task and it doesn't never continue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is happening? any help? why it doesn't work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Urtzi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2007 11:08:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-27T11:08:01Z</dc:date>
    <item>
      <title>Function SWE_EVENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-swe-event-create/m-p/2452124#M549560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm raising a Workflow via Event with the FM SWE_EVENT_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I check in SM58 and i get an error in FM SWW_WI_EXECUTE_INTERNAL_RFC and status text only say '7'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an online transaction for raising the workflow and it goes ok, and it uses same FM SWE_EVENT_CREATE...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other hand, I have an RFC calling a BAPI, and this BAPI raises the Workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this second case is appearing error in SM58...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I check the Workflow and it is raised but it remains waiting in a background task and it doesn't never continue...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is happening? any help? why it doesn't work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Urtzi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 11:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-swe-event-create/m-p/2452124#M549560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T11:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Function SWE_EVENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-swe-event-create/m-p/2452125#M549561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Urtzi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; No-Doubt you have explained the problem very clearly, at the same time it is very difficult to pin-point the cause of the error. Just check the transaction SWUD may be the mandatory container elements that are required are not getting filled. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; As the call is tRFC call we can see an entry in SM58.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Let us know how the problem has got resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Goutham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 11:18:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-swe-event-create/m-p/2452125#M549561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T11:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Function SWE_EVENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-swe-event-create/m-p/2452126#M549562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghavendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll check TCode SWUD, thanks for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SM58 is checked but the text is not clear, only '7' in red and the FM mentioned above...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I find any new I write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2007 11:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-swe-event-create/m-p/2452126#M549562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-27T11:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Function SWE_EVENT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-swe-event-create/m-p/2452127#M549563</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;Problem solved!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WF was ok, I had a problem with the activity for creation a document...but it's ok!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Raghavendra.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2007 08:21:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-swe-event-create/m-p/2452127#M549563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-28T08:21:44Z</dc:date>
    </item>
  </channel>
</rss>

