cancel
Showing results for 
Search instead for 
Did you mean: 

DI API to create fixed asset master data SAP B1 Fields not localized and Distribution Rule Error

eduggama
Explorer
0 Kudos
180

Friends
I am trying to import fixed assets through the DI-API, and I did not find the fields related to Capitalization (APC) ITM8, normal Accumulated Depreciation and Quantity of Assets in the Items object. Another problem that I encountered is related to the cost center, but specifically the distribution rule, when I try to update a record it generates an error related to [OCR1.PrcAmount] ITM6. I first tried to upload it through the Excel importer, but the fields related to the cost center are not there. 

I also tried using the Service Layer to update the cost center and the same error occurs

 

I appreciate any help

Eduardo Gama

 

 

 

View Entire Topic
jitin_chawla
Product and Topic Expert
Product and Topic Expert

Hi,

Kindly run the following queries and if any result, contact your partner or if you are a partner, then open a support ticket to SAP Support using the Support Launchpad:

Select * from ITM1 Where "Factor" = 0;

SELECT * FROM ITM1 WHERE "Price" < 0;

kr,

Jitin 

eduggama
Explorer
Thanks, The first query actually brought results, but I accessed the price list through SAP and managed to update the factor and when I ran the query again it didn't generate results, so I was able to update the cost center through DI-API