cancel
Showing results for 
Search instead for 
Did you mean: 

SRM: Get Response number from Rfx Number

Former Member
0 Kudos

Hello All,

I need urgent help to get whether any bid has been created for a particular RFx or not.

If I have the RFx number, Can I determine whether any quatation for the RFx has been created or not?

Edited by: Angshuman Chakraborty on Aug 27, 2011 7:10 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi Angshuman Chakraborty,

     >Get the Guid of RFx from Table : CRMD_ORDERADM_H

     >Put this Guid in the SRC_GUID field of Table BBP_PDHGP and get all the GUID from here.

     >Put all the GUID in the GUID field of Table CRMD_ORDERADM_H to get all the Response

       number ( Submitted + Saved + WithDrawn etc ).

     > Get the Status from the Table CRM_JEST of all the Responses.

Hope this will resolve your issue.

Reward the points if helpful.

Thanks n Regds

Pksurya

Former Member
0 Kudos

Call Function module BBP_PD_BID_GETDETAIL with RFx ID and get table parameter E_HEADER_REL. If there is an entry with "OBJID_A" = "BUS2200", "GUID_A" = <your RFx GUID> and "OBJID_B" = "BUS2202", there is a quotation submitted for this RFx.

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi Angshuman,

To know if a bidder has responded to bids, use FM BBP_PD_BID_GETDETAIL pass GUID of BID(BUS2200) and if the table E_PARTNER contains a partner with PARTNER_FCT = 00000018(Bidder Partner Function), then there is a response for this bid.

Regards,

Nikhil