<?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 Re: Purchase Requisition Workflow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition-workflow/m-p/12638761#M2014047</link>
    <description>&lt;P&gt;Thank you for the concerns but now the team has decided to change the appraoch and we are trying to use standard workflow for it.&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2022 13:17:24 GMT</pubDate>
    <dc:creator>atharva21k51</dc:creator>
    <dc:date>2022-05-18T13:17:24Z</dc:date>
    <item>
      <title>Purchase Requisition Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition-workflow/m-p/12638755#M2014041</link>
      <description>&lt;P&gt;My requirement is when i create a PR via ME51N and save it my worflow should be triggered and a notification should be sent for Approval and simulatneously ME54N transaction should be called.&lt;/P&gt;
  &lt;P&gt;Development i have done till now :&lt;/P&gt;
  &lt;P&gt;We decided to create a new workflow instead of using the standard one (WS20000077). &lt;/P&gt;
  &lt;P&gt;I am also using an user-exit M06B0001 to call the workflow.&lt;/P&gt;
  &lt;P&gt;I have created a custom business object (subtype - BUS2105 ) in which i have created a method to fetch some details from a Z* table.&lt;/P&gt;
  &lt;P&gt;The agent ID is maintained in the Z* table.&lt;/P&gt;
  &lt;P&gt;Can someone help me with how can i use this agent id for the agent assignment in workflow ?&lt;/P&gt;
  &lt;P&gt;Also if there are other easy ways to carryout my requirement i am open to suggestion and also one point that release is also maintained in SPRO&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 11:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition-workflow/m-p/12638755#M2014041</guid>
      <dc:creator>atharva21k51</dc:creator>
      <dc:date>2022-05-17T11:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase Requisition Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition-workflow/m-p/12638756#M2014042</link>
      <description>&lt;P&gt;You define an element in the workflow container, to contain the "agent ID" and you assign this element as agent of whatever workflow step.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 12:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition-workflow/m-p/12638756#M2014042</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-05-17T12:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase Requisition Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition-workflow/m-p/12638757#M2014043</link>
      <description>&lt;P&gt;i have the element created , can you show me with the help of screeshots if possible about assigning the agent id&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 12:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition-workflow/m-p/12638757#M2014043</guid>
      <dc:creator>atharva21k51</dc:creator>
      <dc:date>2022-05-17T12:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase Requisition Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition-workflow/m-p/12638758#M2014044</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; does the standard workflow WS20000077 releases the purchase requisition automatically ? if so how can i change it to manual release&lt;/P&gt;&lt;P&gt;ex : step 1 : PR is created&lt;/P&gt;&lt;P&gt;step 2 : A notification is send to a correct person &lt;/P&gt;&lt;P&gt;Step 3 : then that person will approve or refuse the PR release&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 06:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition-workflow/m-p/12638758#M2014044</guid>
      <dc:creator>atharva21k51</dc:creator>
      <dc:date>2022-05-18T06:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase Requisition Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition-workflow/m-p/12638759#M2014045</link>
      <description>&lt;P&gt;I don't know WS20000077, I can't tell you if it can be customized. You should not change it, create your own workflow.&lt;/P&gt;&lt;P&gt;As you can find by yourself, there are lots of blog posts, answers, around here, which explain all that, with screenshots.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;workflow container, to contain the agent ID and you assign this element as agent site:sap.com&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Example: &lt;A href="https://blogs.sap.com/2013/02/24/dynamic-agent-assignment-to-determine-recipients-in-sap-workflow/"&gt;Dynamic agent assignment to determine recipients in Sap Workflow. | SAP Blogs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 07:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition-workflow/m-p/12638759#M2014045</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-05-18T07:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase Requisition Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition-workflow/m-p/12638760#M2014046</link>
      <description>&lt;P&gt;Hi Atharva,&lt;/P&gt;&lt;P&gt;Try implementing below steps.&lt;/P&gt;&lt;P&gt;1. Create an activity step in your workflow.&lt;/P&gt;&lt;P&gt;2. Assign a new task to your step.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2050018-image.png" /&gt;&lt;/P&gt;&lt;P&gt;3. Assign the object method details with your custom method from business object you've created as shown below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2050017-image.png" /&gt;&lt;/P&gt;&lt;P&gt;4. Capture the details returned from this step into workflow container using binding.&lt;/P&gt;&lt;P&gt;Hope this helps to achieve your requirement..&lt;/P&gt;&lt;P&gt;Good Luck!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 07:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition-workflow/m-p/12638760#M2014046</guid>
      <dc:creator>Richa-Katiyar</dc:creator>
      <dc:date>2022-05-18T07:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Purchase Requisition Workflow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition-workflow/m-p/12638761#M2014047</link>
      <description>&lt;P&gt;Thank you for the concerns but now the team has decided to change the appraoch and we are trying to use standard workflow for it.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 13:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-requisition-workflow/m-p/12638761#M2014047</guid>
      <dc:creator>atharva21k51</dc:creator>
      <dc:date>2022-05-18T13:17:24Z</dc:date>
    </item>
  </channel>
</rss>

