
Today my colleague asks me one question: it could be observed in S/4HANA Fiori application for example in Product Master application, Once search button is pressed, by default the first 25 products among totally found 140 are displayed in search result. This is due to the OData request sent with option $skip=0&$top=25, so only 25 […]