Connector for SAP: How to Display More Than 10 Labels Per Page

Description

In the SAP ConnectorClosed See Loftware Connector. Console, only 10 rows of labels are displayed by default. Some conditions can exist where viewing more than 10 rows of labels per page are required.

How to increase the number of label rows per page in the SAP Connector Console

  1. Edit the c:\Inetpub\wwwroot\sapcon\web.config file.
  2. Locate the following entry:
     <add key="GridPageSize" value="10"></add>
  3. Change the value="10" setting to the required number of label rows per page.
  4. Save the file.
  5. Refresh the SAP Connector Console screen to view the new number of label rows per page.