cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Business One : Update Price with error

0 Kudos
144

Dear SAP Expert ,

We want to update the List Price by using below XML,

But we always get below error message.

Could you let me know how to solve this problem.

This entry already exists in the following tables (ODBC -2035)

-------------------------------------------

<?xml version="1.0" encoding="UTF-16" standalone="no" ?>
<BOM>

<BO>
<AdmInfo>
<Object>4</Object>
<Version>2</Version>
</AdmInfo>
<QueryParams>
<ItemCode>ZZUT-0234</ItemCode>
</QueryParams>
<Items_Prices>
<row>
<PriceList>11</PriceList>
<Price>23.40</Price>
<BasePriceList>11</BasePriceList>
</row>
</Items_Prices>
</BO>


</BOM>
"2022/03/29 11:52:30","","","4","SAPB1 ERROR, (-2035) :This entry already exists in the following tables (ODBC -2035)"

----------------------------------------------

BR

Chen

View Entire Topic
alexander_nosov
Explorer
0 Kudos

Hi Chen,

you should specify all existing price lists in the payload, even if you don't update them (of course, with the current correct prices).


Regards,

Alexander