cancel
Showing results for 
Search instead for 
Did you mean: 

report to find Bid Invitation against an item code

Former Member
0 Kudos

I have an item code(product master) in SRM. I want to find whether any Bid Invitation exists against this item code? Is there any report or function module to find??

regards

Harshb

Accepted Solutions (1)

Accepted Solutions (1)

yeushengteo
Advisor
Advisor
0 Kudos

Hi

This is easy.. Take the product ID and pass it to the import parameter I_ITEM_ORDERED_PROD in the FM BBP_PD_BID_GETLIST.

You should get the list of bid invitation with this item in the E_PDLIST tables.

Regards.

YS

Former Member
0 Kudos

Hi,

YS,

I must thank you for taking interest in my question.

I tried to test the FM BBP_PD_BID_GETLIST; I put product-id in the Import parameter I_ITEM_ORDERED_PROD; But it is not bringing any result, where as Bid inviation exists against the product. Then I put product id in import parameter I_ITEM_PRODUCT, but still no result. Can you pl. suggest what is wrong?

regards

HARSHB

yeushengteo
Advisor
Advisor
0 Kudos

Hi,

If you use I_ITEM_ORDERED_PROD, you can just passed the product id.

If you use I_ITEM_PRODUCT, you need to use the GUID of the product ID which you can retrieved from the COMM_PRODUCT table.

the above provided identical result in my system..

Regards.

YS

Former Member
0 Kudos

Dear YS,

Thank you very much. Using GUID it has brought the desired result.

Thanks a lot for helping me.

Regds

HARSHB

Answers (0)