Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

V2 Update errors when calling BAPI BAPI_BUPA_CREATE_FROM_DATA

Former Member
0 Kudos

Hello,

we want to create business partner using the BAPI BAPI_BUPA_CREATE_FROM_DATA.

Everything goes fine until the system tries to update table BUT021_FS.

We get V2 update errors (Error message in sm13: CD 328: DUPREC:POS&BUPA_ADR&00000NNNNN)

I also checked table BUT021_FS. There are entries for PARTNER number which don't exist in BUT000.

Can anybody help?

Is there a problem with the BAPI? Can I switch off the update of BUT021_FS?

Thanks,

Michael

3 REPLIES 3

Former Member
0 Kudos

It has something to do with duplicate address data check. Please see document for this BAPI which explains this check.

0 Kudos

No, that's not the reason.

I found the problem by myself. I had to call the FB BUPA_SUPPRESS_CHANGE_DOCS first to avoid change documents.

Thanks,

Michael

0 Kudos

Hi, I've manually created a BP from FPP1 and have created & assigned different addresses to various usages (Ex: correspondence, Billing address etc..). These addresses are visible in table BUT020 but not in BUT021.

Does there require any config to populate this table?

Thanks,

RV