cancel
Showing results for 
Search instead for 
Did you mean: 

How addon works

Former Member
0 Kudos

Hi All,

I need to know how the addon works in SAP B1. WIll it change the core ? I also know that there are some hidden tables in B1 e.g. OPRM. So, what can the addon do ?

Rajh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi rajh

All standard Addons are based on the SDK which exposes

some Business Object via DI-API and UI-API.

For example:Sales Order,Business Partner

The behavoir of DI-API and UI-API are the same as the standard SBO application.

They can not and should not manupulate the DB table directly.

Please refer to the SDK helpfile for more detail.

Regards,

Syn Qin

SAP Business One Forums Team

Answers (1)

Answers (1)

0 Kudos

Syn is correct. In answer to the question "does it change the core"? the answer is no. The B1 SDK merely exposes B1 objects. SAP does not give out source code, so no one can alter the source code. SDK guidelines dictate that you should never write directly to the database.