<?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>Question Re: Triggering a worklow from abap in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/triggering-a-worklow-from-abap/qaa-p/370323#M28186</link>
    <description>&lt;P&gt;hai all,&lt;/P&gt;&lt;P&gt;Thanks for your valuable suggestions... I have implemented my first custom workflow successfully&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jan 2017 06:41:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-01-02T06:41:48Z</dc:date>
    <item>
      <title>Triggering a worklow from abap</title>
      <link>https://community.sap.com/t5/technology-q-a/triggering-a-worklow-from-abap/qaq-p/370317</link>
      <description>&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;I have a requirement where i have to trigger a workflow form my custom program ,such that after creating purchase document the creator hast to send mail with attachments to all the vendors who are related to collective number which we are giving as input and after the approval it has to trigger a smart form , well my concern is how do i pass the data from the program to workflow , how will the binding happen and How can I Trigger workflow from my selection screen&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/10492-2016-12-11-11-40-28.jpg" /&gt;&lt;/P&gt;&lt;P&gt; . Your suggestion will be very helpful to me .&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2016 06:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/triggering-a-worklow-from-abap/qaq-p/370317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-12-11T06:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering a worklow from abap</title>
      <link>https://community.sap.com/t5/technology-q-a/triggering-a-worklow-from-abap/qaa-p/370318#M28181</link>
      <description>&lt;P&gt;"Triggering a worklow from abap" is a good start for searching the web!&lt;/P&gt;</description>
      <pubDate>Sun, 11 Dec 2016 09:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/triggering-a-worklow-from-abap/qaa-p/370318#M28181</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-12-11T09:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering a worklow from abap</title>
      <link>https://community.sap.com/t5/technology-q-a/triggering-a-worklow-from-abap/qaa-p/370319#M28182</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   you have to trigger event with parameter with RFQ no to trigger workflow. For attachment,  in the workflow use a Activity step to  populate attachment from RFQ no following  by mail step to send it to  receiver. &lt;/P&gt;&lt;P&gt;  As Sandra suggested, there are lot of post in SCN &lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 06:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/triggering-a-worklow-from-abap/qaa-p/370319#M28182</guid>
      <dc:creator>anjan_paul</dc:creator>
      <dc:date>2016-12-12T06:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering a worklow from abap</title>
      <link>https://community.sap.com/t5/technology-q-a/triggering-a-worklow-from-abap/qaa-p/370320#M28183</link>
      <description>&lt;P&gt;First try to search with keywords like &lt;A href="https://launchpad.support.sap.com/#/solutions/notes/?q=abap%252520trigger%252520workflow&amp;amp;sortBy=score&amp;amp;sortOrder=desc&amp;amp;filters=%255B%255B%257B%2522attribute%2522:%2522last_released_on%2522,%2522operator%2522:%2522GT%2522,%2522value%2522:%252220111212000000%2522%257D%255D%255D&amp;amp;lang=E"&gt;abap trigger workflow&lt;/A&gt; (There are already dozens of wiki and hundreds of thread) You should also search in online help, look for SWE_EVENT_CREATE or SAP_WAPI_CREATE_EVENT (seems you missed the EVENT concept)&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2016 07:48:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/triggering-a-worklow-from-abap/qaa-p/370320#M28183</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-12-12T07:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering a worklow from abap</title>
      <link>https://community.sap.com/t5/technology-q-a/triggering-a-worklow-from-abap/qaa-p/370321#M28184</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for replying,&lt;/P&gt;&lt;P&gt;I have created a class based triggering workflow successfully now i am able to trigger my workflow after clicking on Button.&lt;/P&gt;&lt;P&gt;Now my requirement is when ever my workflow triggers the PR creator will get a mail in Workflow inbox with an user decision Approval/Reject whenever he clicks on  Approval a Zscreen should be called. I have created the Zscreen in module pool and I have created my workflow as shown below &lt;/P&gt;&lt;P&gt;my question is how can i call my custom screen to my custom workflow whenever approval button is clicked.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/11585-2016-12-18-15-58-02.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2016 10:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/triggering-a-worklow-from-abap/qaa-p/370321#M28184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-12-18T10:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering a worklow from abap</title>
      <link>https://community.sap.com/t5/technology-q-a/triggering-a-worklow-from-abap/qaa-p/370322#M28185</link>
      <description>&lt;P&gt;Hi Sundeep,&lt;/P&gt;&lt;P&gt;Probably, you can use Methods tab of the decision step where it can open a dialog box in MODAL view. You should try to make use of the section AFTER work item execution. In the BOR you are using create a method in which you can all your Module pool screens.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/12495-4.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2016 17:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/triggering-a-worklow-from-abap/qaa-p/370322#M28185</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2016-12-23T17:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering a worklow from abap</title>
      <link>https://community.sap.com/t5/technology-q-a/triggering-a-worklow-from-abap/qaa-p/370323#M28186</link>
      <description>&lt;P&gt;hai all,&lt;/P&gt;&lt;P&gt;Thanks for your valuable suggestions... I have implemented my first custom workflow successfully&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jan 2017 06:41:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/triggering-a-worklow-from-abap/qaa-p/370323#M28186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-01-02T06:41:48Z</dc:date>
    </item>
  </channel>
</rss>

