Pagesize Parameter (Connect-SAPERP Cmdlet)
The number of results to return per page from SAP. Only used for SAP tables.
Syntax
Connect-SAPERP -Pagesize string
Data Type
cstr
Default Value
""
Remarks
The number of results to return per page from SAP. Only used for SAP tables. The RFC_READ_TABLE uses the rowcount and rowskips parameters for paging. This can cause unusual behavior if you are paging through data while it is being interacted with. For instance, if a new row is inserted to a table while you are paging through data, you may see a duplicate entry show up. Also, if a row is deleted from a table, the results you get back may be missing a row. This can be avoided by increasing the pagesize to a degree that there is only one page of data returned. However, please note that this can significantly decrease performance for large tables.