Hi,
I've got a performance issue when updating an order with 3000 lines.
It takes up to 5 minutes until updated.
Dim oOrders As SAPbobsCOM.Documents
oOrders = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
oOrders.GetByKey("108")
oOrders.Update()
My system:
SAP 8.8 PL14
MSSQL 2008
Thanks for your help in advance!
Best regards
Thilo-Simon Studt