Application Development and Automation 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: 
Read only

V2 Update errors when calling BAPI BAPI_BUPA_CREATE_FROM_DATA

Former Member
0 Likes
735

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
Read only

Former Member
0 Likes
593

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

Read only

0 Likes
593

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

Read only

0 Likes
593

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