<?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 Workflow BUS2088 and WORKORDER_UPDATE trigger points in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-bus2088-and-workorder-update-trigger-points/m-p/4785289#M1120883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one of my requirements, I am trying to find the trigger points of the Workflow and WORKORDER_UPDATE BADIs to make sure that I can put the right piece of code at the right place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this I need to know which is triggered first and where exactly these are triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Workflow BUS2088 is being called somewhere in the program SAPLCOIH (not sure though!&lt;IMG src=") and I need to find where exactly. Not sure even if it is triggered using a FM or a Method. So is the BADI WORKORDER_UPDATE" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to check which once is called first. Any thoughts on the places where I can find them please? Would be much appreciated if I can even be a bit spoon fed on which is triggered first !!! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&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, 19 Nov 2008 12:43:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-19T12:43:40Z</dc:date>
    <item>
      <title>Workflow BUS2088 and WORKORDER_UPDATE trigger points</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-bus2088-and-workorder-update-trigger-points/m-p/4785289#M1120883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one of my requirements, I am trying to find the trigger points of the Workflow and WORKORDER_UPDATE BADIs to make sure that I can put the right piece of code at the right place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this I need to know which is triggered first and where exactly these are triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Workflow BUS2088 is being called somewhere in the program SAPLCOIH (not sure though!&lt;IMG src=") and I need to find where exactly. Not sure even if it is triggered using a FM or a Method. So is the BADI WORKORDER_UPDATE" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to check which once is called first. Any thoughts on the places where I can find them please? Would be much appreciated if I can even be a bit spoon fed on which is triggered first !!! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&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, 19 Nov 2008 12:43:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-bus2088-and-workorder-update-trigger-points/m-p/4785289#M1120883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T12:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow BUS2088 and WORKORDER_UPDATE trigger points</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-bus2088-and-workorder-update-trigger-points/m-p/4785290#M1120884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the below tcodes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWELS	Switch Event Trace On/Off	&lt;/P&gt;&lt;P&gt;SWEL	Display event log	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWELS &amp;amp; SWEL transation is to switch on/off the trace to find out which business objects are used for the specifed transaction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 12:46:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-bus2088-and-workorder-update-trigger-points/m-p/4785290#M1120884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T12:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow BUS2088 and WORKORDER_UPDATE trigger points</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-bus2088-and-workorder-update-trigger-points/m-p/4785291#M1120885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for you reply Avinash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trace only shows me the last run of Workflow. But this is not what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for the place or point in the ABAP code where the Workflow is triggered. It may be a Function module or a method being called, but it would be appreciated if someone can help me out with what exactly I need to search in the main program to reach the trigger point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and hope I am clear. Please let me know if any other information is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 12:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-bus2088-and-workorder-update-trigger-points/m-p/4785291#M1120885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T12:53:52Z</dc:date>
    </item>
  </channel>
</rss>

