cancel
Showing results for 
Search instead for 
Did you mean: 

Conversting of DI API to Service Layer API

dkinyua11
Explorer
0 Kudos

Hello Members,

I wish to change an addon that is currently based on DI API to Service layer API.

However replacing the DI API recordset is somehow challenging.

I have queries based on HANA syntax in the source code and the recordset.doquery is used to execute the queries.

Any help on how I can have the recordset object replaced with a Service layer equilvalent.

pfefferf
Active Contributor
0 Kudos

Can you please add some more details to your question? At the moment is it not really clear in what area you are working and what you wanna achieve.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member390407
Contributor
0 Kudos

Hi Denis,

Please do not post same questions several times. Already answered the same question posted by you.

dkinyua11
Explorer
0 Kudos

Dear Pfeffer,

I have an addon that is implemented using the SAP Business one DI API.

The code is pretty large but I would wish to have the Addon cahnged to Service Layer API.

Is there a documentation that can help me do so smoothly.

E,g. The DI API SAPbobsCOM.recordset is used in execution of queries.

How do I change these implementations to Service Layer API?

Thank you.