cancel
Showing results for 
Search instead for 
Did you mean: 

Add On Program SBO

Former Member
0 Kudos

Dear all,

I will make an add on program on SAP Business One. How to make an add on program with Delphi programming? What is SAP support to Delphi programming if I make it use Delphi? Because we're familiar in Delphi programming.

Please info detail about this matter? Thanks, we will wait answer this.

Regards,

Adriant

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I don't think you can use delphi programming.

is delphi supporting COM?

SBO Supports only those languages which supports COM(like Vb.net,C#,JAVA).

Hope it helps

Regards

Vishnu

Former Member
0 Kudos

Hi Vishnu,

Thanks for your info. O ya, if we use VB programming, what is SBO support? How is different about VB and VB.Net? Which is your recommend, VB or VB.Net to use add on program into SBO?

Thanks

Regards,

Adriant

Former Member
0 Kudos

Hi,

SBO will Support both VB and VB.net(as both supports COM).

You can use either of the two in which you are familiar.

Hope it helps,if it helps reward points

Regards

Vishnu

Former Member
0 Kudos

Hi Adriant,

I have tested Delphi integration with SBO and it works. You can integrate other third party products with Delphi as long as you only use the data interface layer (DI API). I have not been able to get the user interface layer (UI API) to work with Delphi, but have tested last in Delphi version 7.

I have no idea if SAP will support this development, but I know of integrations running using Delphi at numerous sites. Delphi is not listed (as far as I know) as one of the supported languages.

Hope it helps,

Adele