cancel
Showing results for 
Search instead for 
Did you mean: 

BP CATEGORY 2 DOES NOT FIT THE DATE IN CATEGORY 1

former_member222701
Participant
0 Kudos

We have in process of implementing EHP7 into ECC_6.0.  and we are having some issues while creating a move out, which is stopping us to complete the move out.  We are NOT implementing CRM, I have found note 1232459 but this solution is related to CRM_MD_BP Business Partners.  Please let me know how this issue can be fixed.

Thanks,

Valentina

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This issue is basically due to soem of Business parter fields related to category 1(Person) has enetred in BP Category 2 (Organization) like Date of Birth.Please check those fileds and make remove thoose infromation at table level(BUT000).

Thansk,

LN

Former Member
0 Kudos


You also find SAP correction program for the same.

Thansk,

LN

Answers (4)

Answers (4)

william_eastman
Advisor
Advisor
0 Kudos

You could look at Note 1871009

Former Member
0 Kudos

Hello,

We had similar problem during upgrade.

You need to write a program that only updates/clears the relevant fields(first name, last name  for categ = org) in BUT000 table. This should be a one time program only.  Make sure that appropriate authorization checks are in place and not everyone uses this program.

Tried using BAPI's but that did not work.

former_member227287
Active Participant
0 Kudos

Hi Valentina,

   Check your Business Partner data . BP Category '2' Means 'Organization' and BP Category '1' means 'Person'. This error normally occurs if the BP category is 2(Organization) and you are trying to fill the fields relevant to BP Category 1 (Like NAME_FIRST NAME_LAST instead of NAME_ORG1 NAME_ORG2).

Regards,

Chandan.

ricky_shaw
Contributor
0 Kudos

Hi,

You need to do some data cleansing work on BP master data.

Which date field are you talking about?

You need to write some  program (Z*) to  update the BUT000 table. You need to use some BAPI's for that.