<?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: Function module to identify direct link between Rfx and Purchase Order in Spend Management Q&amp;A</title>
    <link>https://community.sap.com/t5/spend-management-q-a/function-module-to-identify-direct-link-between-rfx-and-purchase-order/qaa-p/9951290#M154923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anubhav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankita Bhagat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Dec 2013 05:39:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-12-20T05:39:05Z</dc:date>
    <item>
      <title>Function module to identify direct link between Rfx and Purchase Order</title>
      <link>https://community.sap.com/t5/spend-management-q-a/function-module-to-identify-direct-link-between-rfx-and-purchase-order/qaq-p/9951288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on SRM 7.0 version and we are using SRM Classic scenario where the PO number is generated in SRM and latter flows to SAP ECC. The Rfx is created via CPPR (Collective processing of purchase requisition) and also in SRM directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are making a report by extracting data from tables and function module. For Rfx related information like Rfx type, Rfx Name, Rfx type, Rfx created on and created by we are using table - CRMD_ORDERADM_H which also includes the Rfx GUID. Now we want the information related to Purchase Order. Please let us know the Function Module (FM) or table which contain information for Purchase Order, and also this &lt;STRONG&gt;table or FM must contain the same guid as in table CRMD_ORDERADM_H&lt;/STRONG&gt; so that it can mapped to each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankita Bhagat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 11:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/function-module-to-identify-direct-link-between-rfx-and-purchase-order/qaq-p/9951288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-18T11:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to identify direct link between Rfx and Purchase Order</title>
      <link>https://community.sap.com/t5/spend-management-q-a/function-module-to-identify-direct-link-between-rfx-and-purchase-order/qaa-p/9951289#M154922</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;From RFx find the RFx Response:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function module BBP_PD_BID_GETDETAIL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables E_HEADER_REL and E_ITMLIM_REL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUID_A - GUID of RFx&lt;/P&gt;&lt;P&gt;OBJTYPE_A - BUS2200&lt;/P&gt;&lt;P&gt;ROLETYPE_A - BBP_SOURCE&lt;/P&gt;&lt;P&gt;GUID_B - GUID of RFx Response&lt;/P&gt;&lt;P&gt;OBJTYPE_B - BUS2202&lt;/P&gt;&lt;P&gt;ROLETYPE_B - BBP_TARGET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly From RFx Response find the PO:&lt;/P&gt;&lt;P&gt;BBP_PD_QUOT_GETDETAIL&lt;/P&gt;&lt;P&gt;Tables E_HEADER_REL and E_ITMLIM_REL&lt;/P&gt;&lt;P&gt;Now the RFx Response becomes the source and PO details becomes Target.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anubhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 11:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/function-module-to-identify-direct-link-between-rfx-and-purchase-order/qaa-p/9951289#M154922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-18T11:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to identify direct link between Rfx and Purchase Order</title>
      <link>https://community.sap.com/t5/spend-management-q-a/function-module-to-identify-direct-link-between-rfx-and-purchase-order/qaa-p/9951290#M154923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anubhav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankita Bhagat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 05:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/spend-management-q-a/function-module-to-identify-direct-link-between-rfx-and-purchase-order/qaa-p/9951290#M154923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-20T05:39:05Z</dc:date>
    </item>
  </channel>
</rss>

