cancel
Showing results for 
Search instead for 
Did you mean: 

DI API And UI API

Former Member
0 Kudos

HI experts,

What is the mean by DI API and UI API?

What is the main difference b/w these two?

With best Regards,

M.Thippa Reddy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

DI stands for Data Interface and UI stands for User Interface.DI API is used accessing the database of SAP.While UI is used for accessing the various controls that are present on the form i.e textbox,label,grid etc.

For accessing DI ,Interop.SAPbobsCOM.dll is used and for accessing UI Interop.SAPbouiCOM.dll is used.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Thippa

UI API is used to access the user interface of SAP Application. UI contains the development tools to integrate the external solutions with SAP B1.

DI API used at database level to extend the functionality.it also integrate the external solutions to SAP B1.

For detail information about UI API and DI API go through the sdk help..there is also some sample applications in SDK which are using DI API and UI API.

Thanks

Rupinder