bapiint_config.xml 6.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: BAPI
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <BAPIINTConfiguration version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="bapiint_config.xsd">
  9. <!-- Target path for BAPI trace files -->
  10. <bapiTracePath value="..\logs"/>
  11. <!-- Trace level. 0 means no tracing. The following values does change the tracing level 1,10,100,200 (9999 only for developers) -->
  12. <!--bapiTraceLevel value="0"/-->
  13. <!-- Value indicates if the tracel level can be set by logon structure. 0=off (default), 1=on(if not activated), 2=on(overwrite setting bapiTraceLevel) -->
  14. <bapiTraceByLogon value="0"/>
  15. <!-- Flag indicates if cell data should be available at the trace file -->
  16. <bapiTraceSuppressVals value="false"/>
  17. <!-- Defines the formatting of MDX trace output. 0=Non formatted, 1=Formatted, 2=SAP Formatted -->
  18. <bapiMDXFormat value="2"/>
  19. <!-- Activation/deactivation of the table dump feature. Please note that not all tables will be traced -->
  20. <!--bapiTraceTabDmp value="false"/-->
  21. <!-- Maximum number of rows for table dump -->
  22. <bapiTraceTabMax value="200"/>
  23. <!-- Maximum number of columns for table dump -->
  24. <bapiTraceTabCols value="11"/>
  25. <!-- Should be each field written into a seperate line -->
  26. <bapiTraceTabBreaks value="false"/>
  27. <!-- Activation/deactivation of RFC tracing. Please note environment variable settings will be overwritten -->
  28. <bapiTraceRfc value="false"/>
  29. <!-- Should we perform additional connection checks to ensure a valid RFC handle 0 = off, 1 = connection only, 2 = always. -->
  30. <bapiCheckConnection value="0"/>
  31. <!-- Activation/deactivation of the support for local RFc memory allocation. -->
  32. <bapiLocalRFCAlloc value="false"/>
  33. <!-- Activation/deactivation of the support for RFC password changer. -->
  34. <bapiSupportPWChanger value="true"/>
  35. <!-- Activation/deactivation of IPF logging -->
  36. <bapiLogging value="false"/>
  37. <!-- Activation/deactivation of time measurement. 1=BAPI runtime, 2=Detailed BAPI runtime, 3=Detailed BAPI runtime plus statistic -->
  38. <!--bapiTimeKeeperLevel value="0"/-->
  39. <!-- Measurement of the time between 2 BAPI calls -->
  40. <bapiCallDelayRec value="0"/>
  41. <!-- Size for SAP stream buffer (shouldn't be changed for now) -->
  42. <bapiStreamBuffer value="0"/>
  43. <!-- Activation of UNICODE communication structures (shouldn't be changed for now) -->
  44. <bapiUseUC value="false"/>
  45. <!-- Activation/Deactivation of ABAP debugging -->
  46. <bapiAbapDebug value="false"/>
  47. <!-- Activation/Deactivation of transactional calls -->
  48. <bapiTransCall value="false"/>
  49. <!-- Perform automatic upper case conversion if necessary. -->
  50. <bapiCharConv value="true"/>
  51. <!-- Recording of method/function calls at the BAPI Interface (just a development feature and shouldn't be activated) -->
  52. <bapiCmdRecording value="false"/>
  53. <!-- Performing of cache reset on the SAP server (should be activated only in case of problems on the SAP server regarding cached tables) -->
  54. <bapiCacheReset value="0"/>
  55. <!-- Debug feature to detect multiple BAPI calls at the same time on the same connection (development feature) -->
  56. <bapiCallLocks value="false"/>
  57. <!-- Activation/deactivation of the support for RfcCancel(..) -->
  58. <bapiSupportCancel value="true"/>
  59. <!-- Maximum suspend time for cancel loop during a BAPI call. -->
  60. <bapiMaxSuspendTime value="200"/>
  61. <!-- Activation/deactivation of automatic password upper case conversion. Could be helpful to be compatible to RFC 6.20 environments -->
  62. <bapiPasswordConv value="false"/>
  63. <!-- If true, then the function parameter cache will be used -->
  64. <bapiUseFuncParamCache value="false"/>
  65. <!-- File containing cached parameters of SAP function modules -->
  66. <bapiFuncParamCache value="bapiFuncCache.txt"/>
  67. <!-- Should we perform a BAPI return check and throw an exception. 0 = off, 1 = only at Errors or Aborts, 2 = always if a message is there. -->
  68. <bapiCheckReturn value="1"/>
  69. <!-- BAPI return messages which should be throw an exception, independent from the bapiCheckReturn 1 or 2. Format : MSGID_1=MSGNUM_1 MSGID_2=MSGNUM_2. The default value 804:BRAIN represents the warning for authentication issues. -->
  70. <bapiRetMsgThrow value="BRAIN=804"/>
  71. <!-- Connection pool size. Used for re-usage of existing RFC connections. 0 = off, pool size should be between 10 and 500 -->
  72. <bapiConnectPoolSize value="0"/>
  73. <!-- Support for SSO tickets. 0 = off, 1 = on -->
  74. <bapiSSOSupport value="1"/>
  75. <!-- Library and path of the SNC Library (must be GSS-API v2 compatible). Please check SAP note 352295 for further details -->
  76. <bapiSNCLib value=""/>
  77. <!-- Server on which SNC should be used. Format "SERVER_SYSNR=Full_SNC_Name". Space represents the seperator for further servers. -->
  78. <bapiSNCServers value=""/>
  79. <!-- Ports which should be used for Messageserver connections. Replacement for entries at the OS "service" file. Format : SID_A=PORT_A SID_B=PORT_B ... -->
  80. <bapiMSSERV value="sapmsBWP=3600 sapmsP3U=3610 sapmsP7U=3610"/>
  81. <!-- Specify simulation mode. Normal operation = 0, Record = 1, Playback = 2 -->
  82. <bapiSimMode value="0"/>
  83. <!-- Specify the name of the file to read from during playback mode -->
  84. <bapiSimPlaybackFileName value="playback.trc"/>
  85. <!-- Specify if the data being recorded should be compressed -->
  86. <bapiSimCompressData value="false"/>
  87. <!-- Specify if the data being recorded should be modified in order to obscure the original data.-->
  88. <bapiSimModifyData value="false"/>
  89. <!-- Specify the maximum number of kilobytes to use for the read buffer during playback. 0 = Let application decide. -->
  90. <bapiSimReadBufferSize value="0"/>
  91. <!-- Mode to handle SAP role retrieval, 0=provided from CAM, 1=don't replace derived roles, 2=replace derived roles.-->
  92. <bapiReplDeriRoles value="0"/>
  93. <!-- Pre-check of logon credentials. 0 = means no pre-check, 1 = check logon credentials. -->
  94. <bapiChkLogCred value="0"/>
  95. </BAPIINTConfiguration>