cancel
Showing results for 
Search instead for 
Did you mean: 

Use Enterprise Manager?

Former Member
0 Kudos

Hi All,

Is it OK to transfer data to SAP BO company database using SQL Enterprise Manager (DTS)?

And also edit the data through Enterprise Manager?

Thanks,

Bruce.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You should not manipulate the contents of SBO tables & columns directly. In my opinion, with UDTs and UDFs you can do anything you like. Confirm this with SAP.

Some time ago I created a system that updates stock levels and prices for 100.000+ items several times a day from several vendors. I put this info as UDFs to OITM.

With DTS I first filtered new items and added them to SBO as Items via DIAPI. Then I used DTS to update the UDFs.

Without DTS each update would take several hours, with DTS it was a matter of minutes. Never went to production, though.

HTH

Juha