cancel
Showing results for 
Search instead for 
Did you mean: 

Product Number value from Bid Invitation

Former Member
0 Kudos

Hi All,

I have a requirement where product number from Bid invitation to be appeared in the Bid (QUOT). I made custom field avaliable as 'product' in the Bid-Item level.. But when user click the bid he/she must see the product value which should drive from Bid inivitation.. I know we can do this by BBP_DOC_CHANGE_BADI - BBP_QUOT_CHANGE method.. But i don't know how can i get the Product number from Bid invitation by BBP_QUOT_CHANGE method.. can anyone help me out please..

john.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Call function module BBP_PD_BID_GETDETAIL by passing GUID of bid invitation. The results will give you the item and in which you can find your product.

Hope this helps

Regards,

Pradeep