这篇文章的英文版我发在了SAP Community上:Paging Implementation in S/4HANA for Customer Management
https://blogs.sap.com/2018/03/28/paging-implementation-in-s4hana-for-customer-management/
按照我的公众号文章里介绍的,S/4HANA for Customer Management 1.0里的Service Request UI仍然是采用CRM Webclient UI技术来开发的。
假设我在UI上指定max hit值为200:
每页默认显示20条数据,因此这200条搜索结果总共分10页显示。
关于CRM WebClient UI的分页机制,有两个要点:
1. 搜索按钮点击后,会有max hit的值指定条数的记录从数据库取出,存储于WebClient UI的应用的内存区域中。在我的例