cancel
Showing results for 
Search instead for 
Did you mean: 

B1ISN and Alternativ items (OALI)

Former Member
0 Kudos

Hi Experts

I'm trying to create a BIU B1ALTITM2B1ALTITM, that copy the alternativ items list from a B1 8.8 database to a B1 8.8 Database.

(OALI)

First : I cannot find this object in the pré defined objects

then : When I declare my object with B1 inboud to STD DI APi retrive I obtain this error :

Unknown SBO object type : 107

Then when I declare with DI APi SQL Retrive i got :

Invoke of: DoQuery Source: SAPbobsCOM.Recordset.88.0 Description: 1). [SQL Server Native Client 10.0]Syntax error, permission violation, or other nonspecific error

Do you have an idea ? Should I use JDBC ? or is there somthing to make work my scenario ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Trinidad
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Julian,

The AlternativeItem object is not a normal DI API object but an object to be used with the AlternativeItemsService as a service.

You will have then not to create a normal object but a service one.

If you look at the SDk Help File you will find all the information about the AlternativeItemsService.

Hope it helps,

Trinidad.