<?xml version="1.0" encoding="UTF-8"?> <!-- ERP Datasources advanced configuration --> <XQEERPConfiguration version="1.0"> <!-- --> <datasources> <!-- SAP ECC --> <datasource type="ERP-SAP"> <!-- Performance properties --> <performance> <!-- SAP Table query batch size. --> <sapTableQueryBatchSize value="100000" /> <!-- No of threads available to process SAP RFC / Table queries concurrently. --> <maxNoOfThreads value="10" /> </performance> <!-- Configures SAP Table read function properties. --> <sapRFC> <!-- <rfc name ="YRFC_READ_TABLE" rowLength="4010" parseDecimalValues="true" /> --> </sapRFC> <!-- Allows users to control how certain date time values should be interpreted. --> <handleSAPDateTime> <!-- default format should yyyyMMdd --> <!-- <dateTime sapValue="99999999" displayValue="99991231" /> --> </handleSAPDateTime> </datasource> </datasources> </XQEERPConfiguration>