cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Contract are not displaying in Source of Supply tab

Former Member
0 Likes
1,027

Hi All,

Requirement:
Contracts for a product catogory must be displayed in Source of Supply tab.

Process:
1) We created a contract with product category, supplier and released.
2) The contract person is "Awaiting for Approval", We Approved the Contract.
3) When we created a Shopping cart for SERVICE with same supplier and porduct category
4) If we hit the "Source of Supply" tab, the contract which i created must be displayed.

Problem:
Contract are not getting diplayed in shopping cart. Please check the below screen shot.

What i did:
1) I used a BAdi "BBP_SOS_BADI", to populate the contract details.
2) In the Et_found_contract is empty.
3) With the help of FM: BBP_PD_CTR_GETLIST, able to get the contract list.
4) But i am unable to pass the values to ET_Found_contract, because lot of fileds are missing like POS_ID, CTR_HDR_NUMBER etc.

Some other method:
1) Used BBP_PD_INDEX_FIND.
2) I checked the SPRO settings backend system for product category.
3) And i saw many links in SCN, but still not fixed.

Can you please guide me, where i am going wrong.

Help me.

View Entire Topic
former_member208675
Active Contributor
0 Likes

Hi,

You should refer following link:

http://wiki.sdn.sap.com/wiki/display/SRM/Source+of+Supply+redetermination+in+Shopping+Cart

It talks about FM BBP_PD_SOS_FIND to determine source of supply.

I hope it helps.

Regards,

Former Member
0 Likes

Hi,

Thanks for reply.

1) If we use this FM BBP_PD_SOS_FIND, the BADI "BBP_SOS_BADI" will trigger again. it will be an infinite loop.

2) I already saw the link, but no difference.

Can you help me, which tables this contracts will be stored for particular product category.

Any other was to solve the issue.