cancel
Showing results for 
Search instead for 
Did you mean: 

Service layer, how to get serial numbers by item?

I'm currently migrating our in house wms sw from di-api to Hana Service layer and i can't find the right entity or action to get available serial numbers for items managed by serial numbers, is the service not exposed?, is there a way to do a query that brings me this information while keeping all the logic on service layer?

Accepted Solutions (0)

Answers (3)

Answers (3)

PierreBrothier
Contributor
0 Kudos

You could create some Calculation Views, and exposed them through the semantic layer.

We have done some views to return Warehouse and bin location.

There's some information in the document Working_with_sap_business_one_service_layer.pdf
You could also check "How to Package and Deploy SAP HANA Models for SAP Business One"

this is exposed as odata too :

0 Kudos

Can use localhost:50000/b1s/v1/SerialNumberDetails?$filter =ItemCode eq 'y' ?

0 Kudos

Hi,

we would like to know this aswell!