<?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: PR workflow query in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581894#M3849894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your screenshots show RELEASED for ME54N and RELEASED + RELEASESTEPCREATED for ME54 (or did you put them in the wrong order?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If RELEASED is what ends the workflow (check in the workflow builder) then it should act the same for both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's RELEASESTEPCREATED that ends the workflow then you could try adding RELEASED as an event that ends the workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2014 21:58:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-01T21:58:01Z</dc:date>
    <item>
      <title>PR workflow query</title>
      <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaq-p/10581885</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 have a workflow currently setup for PR release. When PR is created, based on release strategy user gets an email in SBWP. When user clicks on workitem in SBWP , it opens ME54N and user can release the PR. if user will not release for some hours then deadline monitor will trigger and reminder email and new workitem will be sent to his inbox. And once user release PR, the work item will be deleted from his inbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the issue is some user release the PR using tcode ME54 manually. in this case the workitem is not getting deleted. and the user still gets the reminder emails through deadline monitor. Is there any way to map ME54 the same way as ME54N. ? Any hint solution thoughts ?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 20:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaq-p/10581885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-30T20:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: PR workflow query</title>
      <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581886#M3849886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If users use ME54N outside of workflow, does that complete the workflow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought ME54 superseded ME54N (not sure). Maybe access could be revoked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 20:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581886#M3849886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-30T20:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: PR workflow query</title>
      <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581887#M3849887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niki&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user Releases outside the WF, check SWEL (first switch on the trace using SWELS) for the events triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use that event in your workflow in a parallel fork (1 of 2 fork) . One branch of the WF should do the normal approval process + the deadline monitoring and the other fork branch should wait for that event. Remember to have an instance of the BO (of the event) in your wf and bind the _EVT_OBJCET back to the WF (to that BO instance)...else the wait for event will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is a catch here..... I am sure the same event will get triggered when releasing from within the WF as the transaction remains same; then both branches of the fork will be running against each other to complete the fork (the approval branch via the normal approval process and the wait event branch via the event from release). So, keep your steps which are AFTER the approval outside of the Fork.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Modak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 03:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581887#M3849887</guid>
      <dc:creator>I042439</dc:creator>
      <dc:date>2014-10-01T03:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: PR workflow query</title>
      <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581888#M3849888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As suggested Gupta please switch on the trace swel and check what event is triggering at that time.&lt;/P&gt;&lt;P&gt;check whether outcome is activated or not in task step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Naresh.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 05:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581888#M3849888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-01T05:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: PR workflow query</title>
      <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581889#M3849889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niki,&lt;/P&gt;&lt;P&gt;Follow the steps mentioned by Modak and about the catch point outside the fork check the status of Approval WorkItem,If it is logically deleted then PR is approved by outside workflow and if it is completed then its approved by Workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;BR /&gt;eSKays&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 06:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581889#M3849889</guid>
      <dc:creator>Private_Member_46505</dc:creator>
      <dc:date>2014-10-01T06:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: PR workflow query</title>
      <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581890#M3849890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All. I did run SWEL and the result is as attached for ME54n and ME54.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I set up in workflow that this PR is released so just delete any open work item and do not trigger deadline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When PR is approved using ME54 manually(outside), the status of the workitem is still 'ready' in SWIA and deadline triggers this workitem after each interval. Basically it should have been completed when PR is approved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Niki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 19:25:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581890#M3849890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-01T19:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: PR workflow query</title>
      <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581891#M3849891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/554538" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 19:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581891#M3849891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-01T19:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: PR workflow query</title>
      <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581892#M3849892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/554579" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 19:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581892#M3849892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-01T19:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: PR workflow query</title>
      <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581893#M3849893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Niki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you considered just removing access (via security) to transaction ME54?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 19:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581893#M3849893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-01T19:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: PR workflow query</title>
      <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581894#M3849894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your screenshots show RELEASED for ME54N and RELEASED + RELEASESTEPCREATED for ME54 (or did you put them in the wrong order?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If RELEASED is what ends the workflow (check in the workflow builder) then it should act the same for both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's RELEASESTEPCREATED that ends the workflow then you could try adding RELEASED as an event that ends the workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 21:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581894#M3849894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-01T21:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: PR workflow query</title>
      <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581895#M3849895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestion Rick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes. Released is the last event triggered for both Tcode ME54N and ME54. It is still not behaving the same way it should. If the Purchase requisition is released from ME54N manually , work item gets deleted but if it is released by ME54, I still see the open work item and reminders keep coming as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niki &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 15:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581895#M3849895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-06T15:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: PR workflow query</title>
      <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581896#M3849896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If ME54N is the only one that produces &lt;SPAN style="color: #333333; font-size: 12px;"&gt;RELEASESTEPCREATED then you should disable the RELEASED event linkages.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 16:42:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581896#M3849896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-06T16:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: PR workflow query</title>
      <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581897#M3849897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. ME54N only produce RELEASED event. ME54 produces two events RELEASESTEPCREATED and RELEASED. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 17:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581897#M3849897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-06T17:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: PR workflow query</title>
      <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581898#M3849898</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;&amp;nbsp; Please share your workflow desin screenshots&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 04:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581898#M3849898</guid>
      <dc:creator>anjan_paul</dc:creator>
      <dc:date>2014-10-07T04:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: PR workflow query</title>
      <link>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581899#M3849899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Earlier, you said:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Now the issue is some user release the PR using tcode ME54 manually. in this case the workitem is not getting deleted."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also said:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #333333; font-size: 12px;"&gt;ME54N only produce RELEASED event. ME54 produces two events RELEASESTEPCREATED and RELEASED."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ME54N creates one event and ME54 creates the same event plus another, then the deletion of the workitems must be being done by the workflow. You would have to change the workflow to react to the events from ME54.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Rick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 17:11:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pr-workflow-query/qaa-p/10581899#M3849899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-07T17:11:20Z</dc:date>
    </item>
  </channel>
</rss>

