cancel
Showing results for 
Search instead for 
Did you mean: 

Awards and Responses

Former Member
0 Kudos

Is there a function I can call to retrieve all the bid responses for an

existing solicitation (Invitation to Bid)?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you want to find the number of bids for a particular Bid invitation,then you can directly use the FM "BBP_PD_BID_GETDEATIL".

In the table E_HEADER_REL,you can find all the BIDS submitted against that Bid invitation.

Other Function modules to check out ->

1) BBP_PD_BID_GET_ITEMLIST

2) BBP_PD_BID_GETDETAIL

E_HEADER_REL[] Table contains the relation between the GUIDs

3) BBP_PD_BID_GETLIST

4) BBP_PD_BID_ITEM_GETDETAIL

Answers (0)