1.

Which Are The Dll’s Used In Sap Business One Sdk ?

Answer»

Interop.SAPbouiCOM.dll and Interop.SAPbobsCOM.dll are the two dll’s used in SAP Business One SDK. Interop.SAPbouiCOM.dll is used for ACCESSING the user CONTROLS that are displayed over the form.Different controls such as label,combobox,matrix ETC. can be accessed using Interop.SAPbouiCOM.dll. Interop.SAPbobsCOM.dll is used for accessing objects that are used in SAP.For eg,item object can be accesed as, DIM objItem As SAPbobsCOM.Items

Interop.SAPbouiCOM.dll and Interop.SAPbobsCOM.dll are the two dll’s used in SAP Business One SDK. Interop.SAPbouiCOM.dll is used for accessing the user controls that are displayed over the form.Different controls such as label,combobox,matrix etc. can be accessed using Interop.SAPbouiCOM.dll. Interop.SAPbobsCOM.dll is used for accessing objects that are used in SAP.For eg,item object can be accesed as, Dim objItem As SAPbobsCOM.Items



Discussion

No Comment Found