cancel
Showing results for 
Search instead for 
Did you mean: 

Connection between vendor bid and bid invitation

Former Member
0 Kudos

Dear All,

Can somebody advise in which table and field I can find bid invitation GUID having GUID of vendor bid? I was looking for it but could not easily find it. Please help. I will reward with points helpful answers.

kind regards,

Robert

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.

BR,

Disha.

Pls reward points for useful answers.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for helping. I was able to find it out by myself

Former Member
0 Kudos

Hi

<u>Please go through the details given below, which will definitely help -></u>

<b>BID Object type - BUS2200</b>

<b>Using BBP_PD Standard Transaction for Object type - BUS2200, you will get all the required table names, field names, and other details. Give the BID number or GUID number to get details of a specific bid.</b>

<b>Look in the standard Tables</b>

CRMD_ORDERADM_H - Header Data (for Object type - BUS2200)

CRMD_ORDERADM_I - Item Data (for Object type - BUS2200)

<b>Standard Function modules to check out -></b>

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

Mostly the REL[] Table contains the relation between the GUIDs

Related link ->

Regards

- Atul