xqeerp.config.xml 981 B

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- ERP Datasources advanced configuration -->
  3. <XQEERPConfiguration version="1.0">
  4. <!-- -->
  5. <datasources>
  6. <!-- SAP ECC -->
  7. <datasource type="ERP-SAP">
  8. <!-- Performance properties -->
  9. <performance>
  10. <!-- SAP Table query batch size. -->
  11. <sapTableQueryBatchSize value="100000" />
  12. <!-- No of threads available to process SAP RFC / Table queries concurrently. -->
  13. <maxNoOfThreads value="10" />
  14. </performance>
  15. <!-- Configures SAP Table read function properties. -->
  16. <sapRFC>
  17. <!-- <rfc name ="YRFC_READ_TABLE" rowLength="4010" parseDecimalValues="true" /> -->
  18. </sapRFC>
  19. <!-- Allows users to control how certain date time values should be interpreted. -->
  20. <handleSAPDateTime>
  21. <!-- default format should yyyyMMdd -->
  22. <!-- <dateTime sapValue="99999999" displayValue="99991231" /> -->
  23. </handleSAPDateTime>
  24. </datasource>
  25. </datasources>
  26. </XQEERPConfiguration>