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

S&150 Error on a self programmed BP-Migration

former_member763730
Discoverer
0 Likes
1,127

Hello dear Hivemind!

Hope i can get a helpful hand here because i am getting kinda overwhelmed by the error.

I have written a BP Migration wich takes around 18000 Businesspartners out of an Excel Document (around 33 Data entries for each one) and should migrate them into the SAP System.

for this i took some of the commonly used Bapi´s that i could find, i.e:

cmd_ei_api=>maintain_bapi

BAPI_BUPA_TAX_GETDETAIL/CHANGE/ADD

BUPA_Central_Change

BUPACentral_CI_Change

and the Industrysector Bapi´s (get,add,change)

My Migration Loops for each BP and puts them into the System BP by BP. After each Businesspartner, i want to commit my Work via BAPI_TRANSACTION_COMMIT. While doing this, around 2500 of my Partners dont get commited correctly. Even if i try to put one of them into a single Excel file und migrate only this one, it Fails too with the above error.

Every Bapi that i am using is errorhandled and doesnt give me any Information of wrong or failed Dataentries. So the data itselfs seems to be fine. Only on Commit i get an S&-150 Error wich just tells me that the commit could not be completed. nothing else.

I am really confused and could Need a Little Help.

Another Information, maybe it helps: for the Other BP´s there seems to be no Problem. They are either migrated, or fail because the Data is wrong / false and are then accordingly errorhandled. And for every one of those strange Fails (the 2500) i get a Expressmessage in SAP wich basically tells me the "Systemerror while trying to Insert into KNVV". But None of the Bapis that Change the Data gives me an error that could indicate this.

Thanks in Advance!

Hello dear Hivemind!

Hope i can get a helpful hand here because i am getting kinda overwhelmed by the error.

I have written a BP Migration wich takes around 18000 Businesspartners out of an Excel Document (around 33 Data entries for each one) and should migrate them into the SAP System.

for this i took some of the commonly used Bapi´s that i could find, i.e:

cmd_ei_api=>maintain_bapi

BAPI_BUPA_TAX_GETDETAIL/CHANGE/ADD

BUPA_Central_Change

BUPACentral_CI_Change

and the Industrysector Bapi´s (get,add,change)

My Migration Loops for each BP and puts them into the System BP by BP. After each Businesspartner, i want to commit my Work via BAPI_TRANSACTION_COMMIT. While doing this, around 2500 of my Partners dont get commited correctly. Even if i try to put one of them into a single Excel file und migrate only this one, it Fails too with the above error.

Every Bapi that i am using is errorhandled and doesnt give me any Information of wrong or failed Dataentries. So the data itselfs seems to be fine. Only on Commit i get an S&-150 Error wich just tells me that the commit could not be completed. nothing else.

I am really confused and could Need a Little Help.

Another Information, maybe it helps: for the Other BP´s there seems to be no Problem. They are either migrated, or fail because the Data is wrong / false and are then accordingly errorhandled. And for every one of those strange Fails (the 2500) i get a Expressmessage in SAP wich basically tells me the "Systemerror while trying to Insert into KNVV". But None of the Bapis that Change the Data gives me an error that could indicate this.

Thanks in Advance!

1 REPLY 1
Read only

former_member751964
Participant
1,015

Thank you for visiting SAP Community to get answers to your questions. Since you are new, I recommend that you familiarize yourself with our Q&A Tutorial: https://developers.sap.com/tutorials/community-qa.html. It provides tips for preparing questions that draw responses from our members. Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your profile you encourage readers to respond: https://www.youtube.com/watch?v=46bt1juWUUM

Thank you!