MCP Server for SAP ERP

Build 25.0.9440

PaginationScheme

Determines how to handle the pagination query.

Possible Values

Default, Key, MaxRows

Data Type

string

Default Value

"Default"

Remarks

Here are the schemes : Default, Key, MaxRows.

  • Default : Perform LIMIT and OFFSET to retrieve each page via the RFC function.
  • Key : Paginate the query by the primary key and LIMIT(page size). If the table doesn’t support a valid primary key, the driver will throw an exception.
  • MaxRows : Retrieve the all data once. It is useful and effective to guarantee ACID for the "small" tables.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9440