cancel
Showing results for 
Search instead for 
Did you mean: 

Sap OData $count api not return correct number of rows

zhanyu2023
Explorer
0 Kudos

Sap OData $count API should return number of all rows in sap table. I tried with $count api but get wrong number of count.

I have a big sap table with 23.803.107 rows of data. When I call api to $count, only 50339 returned instead of 23.803.107.

I look into the odqmon and find below img. my table seems dived into 473 unit, 472*50339+43099=23.803.107.

So is there any problem with $count api? how can I get total number of rows(23.803.107) instead of single unit(50339).

Accepted Solutions (0)

Answers (1)

Answers (1)

PRAGSMATIC
Participant
0 Kudos

I face the same problem.