cancel
Showing results for 
Search instead for 
Did you mean: 

URGENT:SC creation: "Enter exactly one partner of type Sold-to Party" ERROR

Former Member
0 Kudos

Hi all,

we have a very urgent problem.

We are migrating to Production environment and in contract and SC creation we get the error:

"Enter exactly one partner of type Sold-to Party".

In Test environment this error never appear.

We are trying to debug without success till now.

SAP SRM 5.0 with ECS.

Thanks

#Bill J.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

We have faced a similar problem in our previous Implementation.

What I recommend you, in the BBP_DOC_CHANGE_BADI Implementation, go into BBP_SC_CHANGE & BBP_CT_CHANGE methods,

and write the following lines..

SORT et_partner by partner_id partner_fct.

DELETE ADJACENT DUPLICATES from et_partner COMPAIRING partner_id partner_fct.

Hope it will help.

Regards

- Atul

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bill,

check your Enhancements (customer specific) because this is a clear logical error.

The same partner function is added twice, hence it must be deleted programmatically in the enhancement logic.

FYI.. I usually encountered same type of issues in almost every implementation.

Thanks, Renga.

Former Member
0 Kudos

Hi guys,

thanks for your help.

After several tentatives, I managed to solve it activing on the Customizing for Multicompany in one client.

I have accessed to table BBPC_MARKETSET (Status of selection in a market set system) through SM30 and I have just removed the flag "Configure Market Set Procurement".

Now it is working...

#Bill J.