cancel
Showing results for 
Search instead for 
Did you mean: 

SOS not picking up the contracts

Former Member
0 Kudos

Hello ,

We are using SRM 7.01 and extedned classic scenario .when we create the shopping cart ,system is not picking up the contracts in SOS . Please give me your inputs on this ..

Thank You

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Check if the contract you have created has an entry in table BBPD_PD_INDEX.

Entry in this table is read while determining SoS.

Also check if the responsible Purchase Org (get this info from the purchase group on item data tab in SC item) for which SC is created for is maintained as the Release authorized Purchase org in Contract header partner level.

If you maintained location on contract then the location on SC item should match it.

Are you using Product ID in SC or free text item?

Try executing FM BBP_PD_FIND_SOS by giving the data on SC as input. Check if the Contract shows up as the SOS.

You can also debug and find out why the contract is eliminated as SOS.

Regards,

Sushil.

Answers (1)

Answers (1)

ricardo_cavedini
Employee
Employee
0 Kudos

Hello,

Put a breakpoint in include LBBP_PD_INDEXF20 and start to create the cart.

Here is the place where database is checked to find relevant contracts.

If nothing returns from here, it is because existing contracts are not matching with search criteria.

Regards,

Ricardo

Former Member
0 Kudos

Thanks you for your reply .. Problem is solved.