‎2008 Oct 24 10:44 AM
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..
‎2008 Oct 24 10:52 AM
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
‎2008 Oct 24 10:52 AM
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