<?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: SC for Approval in Future in Spend Management Q&amp;A</title>
    <link>https://community.sap.com/t5/spend-management-q-a/sc-for-approval-in-future/qaa-p/9468367#M149324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhavesh, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking to build query then look at table &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;SWW_CONT&lt;/SPAN&gt;, Where you have to enter the work flow ID of Shopping cart and it will give list of approver as Value with Element as "APPROVERLIST". But the value is kind of cryptic :-)... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ritesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 May 2013 17:35:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-05-09T17:35:15Z</dc:date>
    <item>
      <title>SC for Approval in Future</title>
      <link>https://community.sap.com/t5/spend-management-q-a/sc-for-approval-in-future/qaq-p/9468364</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;The transaction SWI5 gives the completed and current SC pending for approval with user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I pick up the SC which will come in future for approval for a particular user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex..SC is created and say is pending for approval at BUYER level. This should be the future SC for President who is also identified as approver. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 00:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/sc-for-approval-in-future/qaq-p/9468364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-09T00:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: SC for Approval in Future</title>
      <link>https://community.sap.com/t5/spend-management-q-a/sc-for-approval-in-future/qaa-p/9468365#M149322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhavesh, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SWI5 transaction code does not give out approver which will get work item ID in future as until the predecessor work agent complete the work item. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order for you to get the future agent of the workflow you could build some report if you do not have BI integrated as BI/BW provides Shopping cart approval Agent Report. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use Function module "BBP_WFL_DIN_APPR_CONTAINER_GET" and enter the work item ID of the Shopping cart which you can get from BBP_PD (Main workflow ID). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Ritesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 15:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/sc-for-approval-in-future/qaa-p/9468365#M149322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-09T15:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: SC for Approval in Future</title>
      <link>https://community.sap.com/t5/spend-management-q-a/sc-for-approval-in-future/qaa-p/9468366#M149323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM was based on a workitem_ID of SC. My concern is from user point of view, where user wants to identify which SC are in future pipeline. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understood to build a report, though I thought may be writing a query will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again, &lt;/P&gt;&lt;P&gt;Bhavesh. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 17:12:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/sc-for-approval-in-future/qaa-p/9468366#M149323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-09T17:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: SC for Approval in Future</title>
      <link>https://community.sap.com/t5/spend-management-q-a/sc-for-approval-in-future/qaa-p/9468367#M149324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhavesh, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking to build query then look at table &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;SWW_CONT&lt;/SPAN&gt;, Where you have to enter the work flow ID of Shopping cart and it will give list of approver as Value with Element as "APPROVERLIST". But the value is kind of cryptic :-)... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ritesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 17:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/sc-for-approval-in-future/qaa-p/9468367#M149324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-05-09T17:35:15Z</dc:date>
    </item>
  </channel>
</rss>

