<?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: BRF--duplicate approver removal from each process level before shopping cart is ordered in Spend Management Q&amp;A</title>
    <link>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741169#M137068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether your issue has been resolved or not. I am replying very late sorry about that. Sandy has suggested a very good pointer. I had not tried in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had tried a different way. In this approach, i was not able to remove the duplicate approvers before SC is ordered. As mentioned in earlier reply, I had used &lt;SPAN style="color: #333333; font-size: 11.818181991577148px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 11.818181991577148px; color: #333333;"&gt;CALL &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;METHOD&lt;/SPAN&gt; /SAPSRM/CL_WF_APV_FACADE=&amp;gt;RETRIEVE_PROCESS_HISTORY&lt;/SPAN&gt;. Using this method I used to get previous approver of the level then in the method, get_responsible_approvers, I was comparing this previous approver and used to remove it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disadvantage to use this approach is, when you order your cart, it would display all the approvers. Only after approving the current level, the previous approver would be disappeared from the very next levels. I hope you are getting what I am trying to say here. I would have attached screen shot of the SC and could have explained step by step but I am not working on SRM in these days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say when SC is ordered then it would display like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;level 1&amp;nbsp; --- approver1, approver2, approver3&lt;/P&gt;&lt;P&gt;level 2&amp;nbsp; --- approver4, approver1, approver3&lt;/P&gt;&lt;P&gt;level 3&amp;nbsp; --- approver5, approver1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After level 1, say approver1 approved, it would display like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;level 1&amp;nbsp; --- approver1 ( approved )&lt;/P&gt;&lt;P&gt;level 2&amp;nbsp; --- approver4, approver3 ( approver1 removed from level 2 )&lt;/P&gt;&lt;P&gt;level 3&amp;nbsp; --- approver5 ( approver1 removed from level 3 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. If you try any other better approach please post here. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 07:38:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-06-03T07:38:42Z</dc:date>
    <item>
      <title>BRF--duplicate approver removal from each process level before shopping cart is ordered</title>
      <link>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaq-p/8741161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are into SRM 7.0 process controlled workflow. We have designed a multilevel workflow using BRF. I am looking to remove duplicate entry of the approver before shopping cart is ordered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Level 1 = App1 ( immediate manager ) -- approver(s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Level 2 = App1, App2 ( Category manager ) -- approver(s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Level 3 = App2, App3 ( Cost center manager ) -- approver(s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to remove duplicate entry of the approvers before it is ordered and I would like to make it in following way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Level 1 = App1 ( immediate manager ) -- approver(s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Level 2 = App2 ( Category manager ) -- approver(s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Level 3 = App3 ( Cost center manager ) -- approver(s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to debug using stack to know where it actually fetches the approvers before SC is ordered. I didn't get any clue. I am not sure whether it was right directed attempt. Has anyone worked on such scenarion earlier ? Please share your ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2012 12:59:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaq-p/8741161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-10T12:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: BRF--duplicate approver removal from each process level before shopping cart is ordered</title>
      <link>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741162#M137061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas/suggesions ?&lt;/P&gt;&lt;P&gt;I tried by calling get_buffered_instance and taskon factory.&lt;/P&gt;&lt;P&gt;That is not helping. Please share your ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 05:22:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741162#M137061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-11T05:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: BRF--duplicate approver removal from each process level before shopping cart is ordered</title>
      <link>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741163#M137062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abhijit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls debug in enhancment spot /SAPSRM/BD_WF_AGENTS of badi /SAPSRM/BD_WF_RESP_RESOLVER . method 2 ie is GET_APPROVERS_BY_AREA_GUID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this method every responsibility resolver will identified according to your business for a perticular line item which is based on the area GUID identified from the method GET_AREA_TO_ITEM_MAP.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i would suggest keep the bp at the line&amp;nbsp; rt_approver &lt;SPAN class="L0S55"&gt;= lo_area&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;get_responsible_approvers&lt;SPAN class="L0S55"&gt;( &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;)&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;here check the no of approvers for line item level and you can filter it as well.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;reards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S55"&gt;sahil p&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 08:09:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741163#M137062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-11T08:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: BRF--duplicate approver removal from each process level before shopping cart is ordered</title>
      <link>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741164#M137063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sahil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply. I had debugged AREA_GUID earlier and I was able to see both approvers in the table and on the portal as well. However i didn't get clue to filter it before SC is ordered. Is there any specific method ? I have used &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;METHOD&lt;/SPAN&gt; /SAPSRM/CL_WF_APV_FACADE=&amp;gt;RETRIEVE_PROCESS_HISTORY earlier to remove approver who has already approved. But this method is useful after SC is ordered. I am looking to remove the duplicate approver before SC is ordered. How should I filter that as well ? Any method ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;PLease share.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 09:36:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741164#M137063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-11T09:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: BRF--duplicate approver removal from each process level before shopping cart is ordered</title>
      <link>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741165#M137064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts, any suggestions / ideas ?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 04:30:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741165#M137064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-14T04:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: BRF--duplicate approver removal from each process level before shopping cart is ordered</title>
      <link>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741166#M137065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone worked on similar issue ?&lt;/P&gt;&lt;P&gt;Please share your idea ?&lt;/P&gt;&lt;P&gt;Any particular method to call to remove duplicate approver before shopping cart is ordered ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2012 11:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741166#M137065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-17T11:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: BRF--duplicate approver removal from each process level before shopping cart is ordered</title>
      <link>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741167#M137066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhijit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Having a similar issue.&lt;/P&gt;&lt;P&gt;How were you able to resolve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aakash Awasthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 12:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741167#M137066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-06T12:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: BRF--duplicate approver removal from each process level before shopping cart is ordered</title>
      <link>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741168#M137067</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;You can create a custom field in the shopping top store the approver user ID. Refer below&lt;/P&gt;&lt;P&gt; &lt;A __default_attr="25692" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="Add custom field to SC and POWL" href="https://community.sap.com/" modifiedtitle="true" title="Add custom field to SC and POWL "&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can compare the current agents with previous agents(Read the shopping cart details ) in the BADI &lt;SPAN style="color: #333333; font-size: 12px;"&gt;/SAPSRM/BD_WF_RESP_RESOLVER and remove the duplicates.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2015 12:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741168#M137067</guid>
      <dc:creator>SandySingh</dc:creator>
      <dc:date>2015-05-12T12:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: BRF--duplicate approver removal from each process level before shopping cart is ordered</title>
      <link>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741169#M137068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether your issue has been resolved or not. I am replying very late sorry about that. Sandy has suggested a very good pointer. I had not tried in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had tried a different way. In this approach, i was not able to remove the duplicate approvers before SC is ordered. As mentioned in earlier reply, I had used &lt;SPAN style="color: #333333; font-size: 11.818181991577148px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 11.818181991577148px; color: #333333;"&gt;CALL &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;METHOD&lt;/SPAN&gt; /SAPSRM/CL_WF_APV_FACADE=&amp;gt;RETRIEVE_PROCESS_HISTORY&lt;/SPAN&gt;. Using this method I used to get previous approver of the level then in the method, get_responsible_approvers, I was comparing this previous approver and used to remove it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disadvantage to use this approach is, when you order your cart, it would display all the approvers. Only after approving the current level, the previous approver would be disappeared from the very next levels. I hope you are getting what I am trying to say here. I would have attached screen shot of the SC and could have explained step by step but I am not working on SRM in these days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say when SC is ordered then it would display like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;level 1&amp;nbsp; --- approver1, approver2, approver3&lt;/P&gt;&lt;P&gt;level 2&amp;nbsp; --- approver4, approver1, approver3&lt;/P&gt;&lt;P&gt;level 3&amp;nbsp; --- approver5, approver1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After level 1, say approver1 approved, it would display like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;level 1&amp;nbsp; --- approver1 ( approved )&lt;/P&gt;&lt;P&gt;level 2&amp;nbsp; --- approver4, approver3 ( approver1 removed from level 2 )&lt;/P&gt;&lt;P&gt;level 3&amp;nbsp; --- approver5 ( approver1 removed from level 3 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. If you try any other better approach please post here. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 07:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741169#M137068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-03T07:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: BRF--duplicate approver removal from each process level before shopping cart is ordered</title>
      <link>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741170#M137069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhijit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;I am not sure, if I understand what you explained, but my scenario is somewhat different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="15999487" __jive_macro_name="message" class="jive_macro_message jive_macro" data-orig-content="Re: REG : Approval Level incorrectly determined for BRF workflow of SC" href="https://community.sap.com/" modifiedtitle="true" title="Re: REG : Approval Level incorrectly determined for BRF workflow of SC"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the link once.&lt;/P&gt;&lt;P&gt;My problem is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;If a line item has 3 approvers, and other line item has 2 approvers, it takes 3 approvers, and the approver id for the level not needed is taken as global workflow admin as I used the logic, if approver is not determined, make the global WF admin as the approver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;So the point is, if I keep the level determination as it is acc to you for getting auto approved by the system, the approver id plays a crucial role here, as it goes to it for approval inspite of getting auto approved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;I guess I am doing something wrong while determining the process level, or I shud change the Process level config from 'ITEM LEVEL FOR PARTIAL DOCUMENT' to something else.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Thank You.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Aakash &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 17:03:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/brf-duplicate-approver-removal-from-each-process-level-before-shopping-cart/qaa-p/8741170#M137069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-06-03T17:03:49Z</dc:date>
    </item>
  </channel>
</rss>

