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

Problem in ceating BP

Former Member
0 Likes
359

Hello All

I am uploading Partner numbers to the report to create Business Partners using BUPA_CREATE_FROM_DATA bapi. But some partner's not creating, also not returning any message in return table ( BAPIRET2 is empty.)

Later I used only one not created partner, in this case it is creating but when I try to open in BP tcode...giving error like personnel address doesn' exists. I am able to correct this problem using RFSBP_PERSNR_CORRECTION report but these type of Partners not creating in the first attempt...I mean when I upload large no of partners to the report to creatre partners.

Please give me a solution how we can resolve this problem.

Regards

Rama..

1 ACCEPTED SOLUTION
Read only

naveen_inuganti2
Active Contributor
0 Likes
319

Hi.,

By using the BAPI, BAPI_BUPA_ADDRESSES_GET we can get address number for partners.,

With this address number we can fetch the address details of that partner from ADR6 table. So make this as validation in your code.

Thanks,

Naveen.I

1 REPLY 1
Read only

naveen_inuganti2
Active Contributor
0 Likes
320

Hi.,

By using the BAPI, BAPI_BUPA_ADDRESSES_GET we can get address number for partners.,

With this address number we can fetch the address details of that partner from ADR6 table. So make this as validation in your code.

Thanks,

Naveen.I