<?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: Workflow - 2 Step Approval in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020167#M80964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Pras,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a similar requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Credit / Debit Note Generation&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Credit note:&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;A credit note is a document that decreases the company's receivables and decreases the customer's liability. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Debit note:&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;A debit note is a document that increases the company's receivables and the customer's liability. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the above cases, system generate notes msg. and transmit to the concerned authority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Criteria&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Less than Rs 1,00000 - workflow only to User1&lt;/P&gt;&lt;P&gt;Between  Rs, 1,00000 - Rs, 2,00000 - workflow to User1 and then to User2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me ... I'm new to Workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Nov 2006 12:38:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-07T12:38:12Z</dc:date>
    <item>
      <title>Workflow - 2 Step Approval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020160#M80957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Workflow Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on 2 Step Approval workflow for Shopping Cart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario is -&lt;/P&gt;&lt;P&gt;1.If amount &amp;lt; 250K, cost centre manager will approve it.&lt;/P&gt;&lt;P&gt;2.If amount &amp;gt; 250K  then Cost Centre Manager and Cheif Finance office will approve the shopping cart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I activated Start conditions for 2 step approval (WS10000131). When I create a shopping cart for value &amp;lt; 250K, it works fine as it needs only one approver but when value is more than &amp;gt; 250K, approval shows Cost Center manager as first approver but not able to determine second approver (Chief Finance officer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What sort of changes do i need to make in Org.Structure or do I need to write new rules for Agent Determination?&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Warm Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pras Durafe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2005 15:30:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020160#M80957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-08T15:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow - 2 Step Approval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020161#M80958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear durafe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the second case you need to define both your manager and chief ficnac e officer as your responsible agents.&lt;/P&gt;&lt;P&gt;so that both recieve the work item.&lt;/P&gt;&lt;P&gt;then u need to have a condition that when both of them approve i.e and AND condition then only the cart should get approved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so for this you dont need to change your organisation structure but change the assigment of agents to that particular workflow task which triggers the work item to be sent to both the agents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you need to assign 2 responsible agents for the task where amount is greater than 250k.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venugopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2005 17:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020161#M80958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-08T17:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow - 2 Step Approval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020162#M80959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu,&lt;/P&gt;&lt;P&gt;Thanks for your tips.&lt;/P&gt;&lt;P&gt;Few more bits to clarify more things.&lt;/P&gt;&lt;P&gt;- Cost Center Manager's approval limit set to 250K&lt;/P&gt;&lt;P&gt;- Finance chief's approval limit is set to 1 Million.&lt;/P&gt;&lt;P&gt;I created a shopping cart with value &amp;gt; 250K&lt;/P&gt;&lt;P&gt;My approval status shows -&lt;/P&gt;&lt;P&gt;1st Approval as ( Approvers Finance Cheif and Cost Center Manager )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd Level ( No approval available).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want -&lt;/P&gt;&lt;P&gt;1st Level - Cost Center Manager&lt;/P&gt;&lt;P&gt;2nd Level - Finance Chief.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any tips ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramki ? Where are you ? Need your help mate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Warm Regards.&lt;/P&gt;&lt;P&gt;Pras&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 10:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020162#M80959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T10:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow - 2 Step Approval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020163#M80960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pras,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your confidence in me! Unfortunately I do not have access to an EBP system and cannot see the WF in question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there two explicit approval steps in the workflow or is it a single approval step in a loop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of the cart with value &amp;gt; 250K, what happens after Cost Center Manager has approved the cart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sound like you may have to define your own rule for agent determination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ramki Maley.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 12:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020163#M80960</guid>
      <dc:creator>ramki_maley</dc:creator>
      <dc:date>2005-08-09T12:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow - 2 Step Approval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020164#M80961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramki,&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Value is &amp;lt; 250K then it works fine and needs only Cost center manager to approve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If value is &amp;gt; 250K then first approval is done by Cost Centre manager and second approval is done by Finance Chief.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am maintaining Approval Limits in extended attributes in Org.Structure. ( For Cost Center Manager it is 250K) and for Finance Chief it is 1 million.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rules : Should I go for simple responsibility rules or I need to write a rule with function module. Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your everlasting support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pras&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 12:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020164#M80961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T12:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow - 2 Step Approval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020165#M80962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would think responsibility rules should do the job in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ramki Maley.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 13:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020165#M80962</guid>
      <dc:creator>ramki_maley</dc:creator>
      <dc:date>2005-08-09T13:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow - 2 Step Approval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020166#M80963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ramki,&lt;/P&gt;&lt;P&gt;I will try using responsibility rules for this.&lt;/P&gt;&lt;P&gt;Warm Regards.&lt;/P&gt;&lt;P&gt;Pras&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2005 13:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020166#M80963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-09T13:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow - 2 Step Approval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020167#M80964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Pras,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a similar requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Credit / Debit Note Generation&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Credit note:&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;A credit note is a document that decreases the company's receivables and decreases the customer's liability. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Debit note:&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;A debit note is a document that increases the company's receivables and the customer's liability. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the above cases, system generate notes msg. and transmit to the concerned authority.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Criteria&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Less than Rs 1,00000 - workflow only to User1&lt;/P&gt;&lt;P&gt;Between  Rs, 1,00000 - Rs, 2,00000 - workflow to User1 and then to User2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me ... I'm new to Workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 12:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflow-2-step-approval/m-p/1020167#M80964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T12:38:12Z</dc:date>
    </item>
  </channel>
</rss>

