cancel
Showing results for 
Search instead for 
Did you mean: 

Function module to create Header links between SRM Documents ( Bid and SC )

Former Member
0 Kudos

Hi Gurus,

While creating Bid Invitations from Shopping cart, the link between the Bid Invitation and Shopping cart is automatically created and updated in the Header data( History Tab) in Bid Invitation.

Is there a function module or any other way by which a link ( at the Header level ) could be created between any Bid Invitation and Shopping cart, which are not linked previously?

Please help.

Thanks,

Steve

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Steve,

You can use the function module to BBP_PD_BID_UPDATE and BBP_PD_BID_SAVE to achieve this. Just to understand the linkage use the function module BBP_PD_BID_GETDETAIL (pass the Bid Invitation number / GUIDS which has a proper link). You can find that the shopping cart number and its type in the header as well as item details.

You can follow the logic to modify the existing ones. But make sure that the items are in sync between the SC and BID, else this will not work.

Best Regards

Kathirvel