bapiint_config.xsd 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  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, 2013
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
  9. <xs:element name="BAPIINTConfiguration">
  10. <xs:complexType>
  11. <xs:group ref="properties"/>
  12. <xs:attribute name="version" type="xs:string" use="required">
  13. <xs:annotation>
  14. <xs:documentation>Version of the configuration file</xs:documentation>
  15. </xs:annotation>
  16. </xs:attribute>
  17. <!--<xs:sequence> redundant to have two order indicators which contradict each other. [TY]-->
  18. <!--</xs:sequence>-->
  19. </xs:complexType>
  20. </xs:element>
  21. <xs:group name="properties">
  22. <xs:all>
  23. <xs:element name="bapiTracePath" type="stringType">
  24. <xs:annotation>
  25. <xs:documentation>Defines the path for the BAPI trace files.</xs:documentation>
  26. </xs:annotation>
  27. </xs:element>
  28. <xs:element name="bapiTraceLevel" type="nonNegativeIntegerType" minOccurs="0">
  29. <xs:annotation>
  30. <xs:documentation>Defines the BAPI trace level. 0=Off, 1=Error tracing, 10=Detailed tracing, 100=developer tracing, 200=dev tracing incl subsequent BAPI calls, 9999=High detailed tracing (normally not needed)</xs:documentation>
  31. </xs:annotation>
  32. </xs:element>
  33. <xs:element name="bapiTraceByLogon" type="nonNegativeIntegerType" minOccurs="0">
  34. <xs:annotation>
  35. <xs:documentation>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)</xs:documentation>
  36. </xs:annotation>
  37. </xs:element>
  38. <xs:element name="bapiTraceSuppressVals" type="booleanPropertyType">
  39. <xs:annotation>
  40. <xs:documentation>Flag indicates if cell data should be available at the trace file</xs:documentation>
  41. </xs:annotation>
  42. </xs:element>
  43. <xs:element name="bapiMDXFormat" type="nonNegativeIntegerType" minOccurs="0">
  44. <xs:annotation>
  45. <xs:documentation>Defines the formatting of MDX trace output. 0=Non formatted, 1=Formatted, 2=SAP Formatted</xs:documentation>
  46. </xs:annotation>
  47. </xs:element>
  48. <xs:element name="bapiTraceTabDmp" type="booleanPropertyType">
  49. <xs:annotation>
  50. <xs:documentation>Activates/deactivates the dumping of member and cell data tables into the trace file.</xs:documentation>
  51. </xs:annotation>
  52. </xs:element>
  53. <xs:element name="bapiTraceTabMax" type="nonNegativeIntegerType" minOccurs="0">
  54. <xs:annotation>
  55. <xs:documentation>Defines the maximum number of rows dumped into the trace file. 0 means all rows.</xs:documentation>
  56. </xs:annotation>
  57. </xs:element>
  58. <xs:element name="bapiTraceTabCols" type="nonNegativeIntegerType" minOccurs="0">
  59. <xs:annotation>
  60. <xs:documentation>Defines the maximum number of columns dumped into the trace file. 0 means all rows.</xs:documentation>
  61. </xs:annotation>
  62. </xs:element>
  63. <xs:element name="bapiTraceTabBreaks" type="booleanPropertyType">
  64. <xs:annotation>
  65. <xs:documentation>Should each field of the table written into a seperate line?</xs:documentation>
  66. </xs:annotation>
  67. </xs:element>
  68. <xs:element name="bapiTraceRfc" type="booleanPropertyType">
  69. <xs:annotation>
  70. <xs:documentation>Activates/deactivates RFC tracing. The output path can be defined with bapiTracePath</xs:documentation>
  71. </xs:annotation>
  72. </xs:element>
  73. <xs:element name="bapiCheckConnection" type="nonNegativeIntegerType" minOccurs="0">
  74. <xs:annotation>
  75. <xs:documentation>Should we perform additional connection checks to ensure a valid RFC handle 0 = off, 1 = connection only, 2 = always.</xs:documentation>
  76. </xs:annotation>
  77. </xs:element>
  78. <xs:element name="bapiLocalRFCAlloc" type="booleanPropertyType">
  79. <xs:annotation>
  80. <xs:documentation>Activation/deactivation of the support for local RFc memory allocation.</xs:documentation>
  81. </xs:annotation>
  82. </xs:element>
  83. <xs:element name="bapiSupportPWChanger" type="booleanPropertyType">
  84. <xs:annotation>
  85. <xs:documentation>Activation/deactivation of the support for RFC password changer.</xs:documentation>
  86. </xs:annotation>
  87. </xs:element>
  88. <xs:element name="bapiLogging" type="booleanPropertyType">
  89. <xs:annotation>
  90. <xs:documentation>Activates/deactivates IPF logging support.</xs:documentation>
  91. </xs:annotation>
  92. </xs:element>
  93. <xs:element name="bapiTimeKeeperLevel" type="integerPropertyType">
  94. <xs:annotation>
  95. <xs:documentation>Activates/deactivates the measurement of BAPI calls.</xs:documentation>
  96. </xs:annotation>
  97. </xs:element>
  98. <xs:element name="bapiStreamBuffer" type="integerPropertyType">
  99. <xs:annotation>
  100. <xs:documentation>Size of the internal stream buffer. Should be set by development only.</xs:documentation>
  101. </xs:annotation>
  102. </xs:element>
  103. <xs:element name="bapiUseUC" type="booleanPropertyType" minOccurs="0">
  104. <xs:annotation>
  105. <xs:documentation>Activates/deactivates the usage of RFC UNICODE structures (beta testing). Currently not supported by SAP.</xs:documentation>
  106. </xs:annotation>
  107. </xs:element>
  108. <xs:element name="bapiAbapDebug" type="booleanPropertyType" minOccurs="0">
  109. <xs:annotation>
  110. <xs:documentation>Activates/deactivates ABAP debugging for a RFC connection.</xs:documentation>
  111. </xs:annotation>
  112. </xs:element>
  113. <xs:element name="bapiTransCall" type="booleanPropertyType">
  114. <xs:annotation>
  115. <xs:documentation>Perform transactional BAPI calls if possible.</xs:documentation>
  116. </xs:annotation>
  117. </xs:element>
  118. <xs:element name="bapiCharConv" type="booleanPropertyType">
  119. <xs:annotation>
  120. <xs:documentation>Perform automatic upper case conversion if necessary.</xs:documentation>
  121. </xs:annotation>
  122. </xs:element>
  123. <xs:element name="bapiCmdRecording" type="booleanPropertyType">
  124. <xs:annotation>
  125. <xs:documentation>Record performed calls at the BAPI trace file. For development only.</xs:documentation>
  126. </xs:annotation>
  127. </xs:element>
  128. <xs:element name="bapiCacheReset" type="nonNegativeIntegerType" minOccurs="0">
  129. <xs:annotation>
  130. <xs:documentation>Perform a cache reset on SAP BW. Sometimes this flag can help to solve hierarchy member issues. 0=cache reset off, 1=cache reset on MDX engine, 2=global cache reset</xs:documentation>
  131. </xs:annotation>
  132. </xs:element>
  133. <xs:element name="bapiSupportCancel" type="booleanPropertyType">
  134. <xs:annotation>
  135. <xs:documentation>Activates/deactivates cancel support for BAPI calls. Cancel support needs more resources on the machine.</xs:documentation>
  136. </xs:annotation>
  137. </xs:element>
  138. <xs:element name="bapiMaxSuspendTime" type="integerPropertyType">
  139. <xs:annotation>
  140. <xs:documentation>Maximum suspend time for cancel loop during a BAPI call.</xs:documentation>
  141. </xs:annotation>
  142. </xs:element>
  143. <xs:element name="bapiMaxObjCreationRetry" type="integerPropertyType" minOccurs="0">
  144. <xs:annotation>
  145. <xs:documentation>Maximum number of retries for unsuccessful streaming object creation</xs:documentation>
  146. </xs:annotation>
  147. </xs:element>
  148. <xs:element name="bapiObjCreationRetryInterval" type="integerPropertyType" minOccurs="0">
  149. <xs:annotation>
  150. <xs:documentation>Time interval in milliseconds between unsuccessful streaming object creation.</xs:documentation>
  151. </xs:annotation>
  152. </xs:element>
  153. <xs:element name="bapiPasswordConv" type="booleanPropertyType">
  154. <xs:annotation>
  155. <xs:documentation>if this setting is switched to true, all passwords will be converted into upper cases.</xs:documentation>
  156. </xs:annotation>
  157. </xs:element>
  158. <xs:element name="bapiCallDelayRec" type="nonNegativeIntegerType">
  159. <xs:annotation>
  160. <xs:documentation>Measurement of the time between 2 BAPI calls</xs:documentation>
  161. </xs:annotation>
  162. </xs:element>
  163. <xs:element name="bapiCallLocks" type="booleanPropertyType">
  164. <xs:annotation>
  165. <xs:documentation>Debug feature to detect multiple BAPI calls at the same time on the same connection (development feature)</xs:documentation>
  166. </xs:annotation>
  167. </xs:element>
  168. <xs:element name="bapiUseFuncParamCache" type="booleanPropertyType">
  169. <xs:annotation>
  170. <xs:documentation>If true, then the function parameter cache will be used</xs:documentation>
  171. </xs:annotation>
  172. </xs:element>
  173. <xs:element name="bapiFuncParamCache" type="stringType">
  174. <xs:annotation>
  175. <xs:documentation>File containing cached parameters of SAP function modules</xs:documentation>
  176. </xs:annotation>
  177. </xs:element>
  178. <xs:element name="bapiCheckReturn" type="nonNegativeIntegerType" minOccurs="0">
  179. <xs:annotation>
  180. <xs:documentation>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.</xs:documentation>
  181. </xs:annotation>
  182. </xs:element>
  183. <xs:element name="bapiRetMsgThrow" type="stringType">
  184. <xs:annotation>
  185. <xs:documentation>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.</xs:documentation>
  186. </xs:annotation>
  187. </xs:element>
  188. <xs:element name="bapiConnectPoolSize" type="nonNegativeIntegerType" minOccurs="0">
  189. <xs:annotation>
  190. <xs:documentation>Connection pool size. Used for re-usage of existing RFC connections. Value 0 means no connection pool. Pool size should be between 10 and 500.</xs:documentation>
  191. </xs:annotation>
  192. </xs:element>
  193. <xs:element name="bapiSSOSupport" type="nonNegativeIntegerType" minOccurs="0">
  194. <xs:annotation>
  195. <xs:documentation> Support for SSO tickets. 0 = off, 1 = on</xs:documentation>
  196. </xs:annotation>
  197. </xs:element>
  198. <xs:element name="bapiSNCLib" type="stringType">
  199. <xs:annotation>
  200. <xs:documentation>Library and path of the SNC Library (must be GSS-API v2 compatible). Please check SAP note 352295 for further details.</xs:documentation>
  201. </xs:annotation>
  202. </xs:element>
  203. <xs:element name="bapiSNCServers" type="stringType">
  204. <xs:annotation>
  205. <xs:documentation>Server on which SNC should be used. Format "SERVER_SYSNR=Full_SNC_Name". Space represents the seperator for further servers.</xs:documentation>
  206. </xs:annotation>
  207. </xs:element>
  208. <xs:element name="bapiMSSERV" type="stringType">
  209. <xs:annotation>
  210. <xs:documentation>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 ...</xs:documentation>
  211. </xs:annotation>
  212. </xs:element>
  213. <xs:element name="bapiSimMode" type="nonNegativeIntegerType">
  214. <xs:annotation>
  215. <xs:documentation>Specify simulation mode. Normal operation = 0, Record = 1, Playback = 2.</xs:documentation>
  216. </xs:annotation>
  217. </xs:element>
  218. <xs:element name="bapiSimPlaybackFileName" type="stringType">
  219. <xs:annotation>
  220. <xs:documentation>Specify the name of the file to read from during playback mode.</xs:documentation>
  221. </xs:annotation>
  222. </xs:element>
  223. <xs:element name="bapiSimCompressData" type="booleanPropertyType">
  224. <xs:annotation>
  225. <xs:documentation>Specify if the data being recorded should be compressed.</xs:documentation>
  226. </xs:annotation>
  227. </xs:element>
  228. <xs:element name="bapiSimModifyData" type="booleanPropertyType">
  229. <xs:annotation>
  230. <xs:documentation>Specify if the data being recorded should be modified in order to obscure the original data.</xs:documentation>
  231. </xs:annotation>
  232. </xs:element>
  233. <xs:element name="bapiSimReadBufferSize" type="nonNegativeIntegerType">
  234. <xs:annotation>
  235. <xs:documentation>Specify the maximum number of kilobytes to use for the read buffer during playback. 0 = Let application decide.</xs:documentation>
  236. </xs:annotation>
  237. </xs:element>
  238. <xs:element name="bapiTraceCtrlFile" type="booleanPropertyType">
  239. <xs:annotation>
  240. <xs:documentation>if true, then the file bapitrace.on at the config folder would switch tracing on.</xs:documentation>
  241. </xs:annotation>
  242. </xs:element>
  243. <xs:element name="bapiReplDeriRoles" type="nonNegativeIntegerType">
  244. <xs:annotation>
  245. <xs:documentation>Mode to handle SAP role retrieval, 0=provided from CAM, 1=don't replace derived roles, 2=replace derived roles.</xs:documentation>
  246. </xs:annotation>
  247. </xs:element>
  248. <xs:element name="bapiChkLogCred" type="nonNegativeIntegerType">
  249. <xs:annotation>
  250. <xs:documentation>Pre-check of logon credentials. 0 = means no pre-check, 1 = check logon credentials.</xs:documentation>
  251. </xs:annotation>
  252. </xs:element>
  253. <xs:element name="bapiX509" type="stringType">
  254. <xs:annotation>
  255. <xs:documentation>X.509 certificate file</xs:documentation>
  256. </xs:annotation>
  257. </xs:element>
  258. <xs:element name="bapiDSN" type="stringType">
  259. <xs:annotation>
  260. <xs:documentation>Distinguished server name for X.509 certificate</xs:documentation>
  261. </xs:annotation>
  262. </xs:element>
  263. </xs:all>
  264. </xs:group>
  265. <xs:complexType name="nonNegativeIntegerType">
  266. <xs:attribute name="value" type="xs:nonNegativeInteger" use="required"/>
  267. </xs:complexType>
  268. <xs:complexType name="integerPropertyType">
  269. <xs:attribute name="value" type="xs:integer" use="required"/>
  270. </xs:complexType>
  271. <xs:complexType name="booleanPropertyType">
  272. <xs:attribute name="value" type="xs:boolean" use="required"/>
  273. </xs:complexType>
  274. <xs:complexType name="stringType">
  275. <xs:attribute name="value" type="xs:string" use="required"/>
  276. </xs:complexType>
  277. </xs:schema>