123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: BAPI
- (C) Copyright IBM Corp. 2005, 2013
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
- <xs:element name="BAPIINTConfiguration">
- <xs:complexType>
- <xs:group ref="properties"/>
- <xs:attribute name="version" type="xs:string" use="required">
- <xs:annotation>
- <xs:documentation>Version of the configuration file</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <!--<xs:sequence> redundant to have two order indicators which contradict each other. [TY]-->
- <!--</xs:sequence>-->
- </xs:complexType>
- </xs:element>
- <xs:group name="properties">
- <xs:all>
- <xs:element name="bapiTracePath" type="stringType">
- <xs:annotation>
- <xs:documentation>Defines the path for the BAPI trace files.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiTraceLevel" type="nonNegativeIntegerType" minOccurs="0">
- <xs:annotation>
- <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>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiTraceByLogon" type="nonNegativeIntegerType" minOccurs="0">
- <xs:annotation>
- <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>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiTraceSuppressVals" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>Flag indicates if cell data should be available at the trace file</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiMDXFormat" type="nonNegativeIntegerType" minOccurs="0">
- <xs:annotation>
- <xs:documentation>Defines the formatting of MDX trace output. 0=Non formatted, 1=Formatted, 2=SAP Formatted</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiTraceTabDmp" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>Activates/deactivates the dumping of member and cell data tables into the trace file.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiTraceTabMax" type="nonNegativeIntegerType" minOccurs="0">
- <xs:annotation>
- <xs:documentation>Defines the maximum number of rows dumped into the trace file. 0 means all rows.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiTraceTabCols" type="nonNegativeIntegerType" minOccurs="0">
- <xs:annotation>
- <xs:documentation>Defines the maximum number of columns dumped into the trace file. 0 means all rows.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiTraceTabBreaks" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>Should each field of the table written into a seperate line?</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiTraceRfc" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>Activates/deactivates RFC tracing. The output path can be defined with bapiTracePath</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiCheckConnection" type="nonNegativeIntegerType" minOccurs="0">
- <xs:annotation>
- <xs:documentation>Should we perform additional connection checks to ensure a valid RFC handle 0 = off, 1 = connection only, 2 = always.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiLocalRFCAlloc" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>Activation/deactivation of the support for local RFc memory allocation.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiSupportPWChanger" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>Activation/deactivation of the support for RFC password changer.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiLogging" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>Activates/deactivates IPF logging support.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiTimeKeeperLevel" type="integerPropertyType">
- <xs:annotation>
- <xs:documentation>Activates/deactivates the measurement of BAPI calls.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiStreamBuffer" type="integerPropertyType">
- <xs:annotation>
- <xs:documentation>Size of the internal stream buffer. Should be set by development only.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiUseUC" type="booleanPropertyType" minOccurs="0">
- <xs:annotation>
- <xs:documentation>Activates/deactivates the usage of RFC UNICODE structures (beta testing). Currently not supported by SAP.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiAbapDebug" type="booleanPropertyType" minOccurs="0">
- <xs:annotation>
- <xs:documentation>Activates/deactivates ABAP debugging for a RFC connection.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiTransCall" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>Perform transactional BAPI calls if possible.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiCharConv" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>Perform automatic upper case conversion if necessary.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiCmdRecording" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>Record performed calls at the BAPI trace file. For development only.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiCacheReset" type="nonNegativeIntegerType" minOccurs="0">
- <xs:annotation>
- <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>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiSupportCancel" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>Activates/deactivates cancel support for BAPI calls. Cancel support needs more resources on the machine.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiMaxSuspendTime" type="integerPropertyType">
- <xs:annotation>
- <xs:documentation>Maximum suspend time for cancel loop during a BAPI call.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiMaxObjCreationRetry" type="integerPropertyType" minOccurs="0">
- <xs:annotation>
- <xs:documentation>Maximum number of retries for unsuccessful streaming object creation</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiObjCreationRetryInterval" type="integerPropertyType" minOccurs="0">
- <xs:annotation>
- <xs:documentation>Time interval in milliseconds between unsuccessful streaming object creation.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiPasswordConv" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>if this setting is switched to true, all passwords will be converted into upper cases.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiCallDelayRec" type="nonNegativeIntegerType">
- <xs:annotation>
- <xs:documentation>Measurement of the time between 2 BAPI calls</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiCallLocks" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>Debug feature to detect multiple BAPI calls at the same time on the same connection (development feature)</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiUseFuncParamCache" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>If true, then the function parameter cache will be used</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiFuncParamCache" type="stringType">
- <xs:annotation>
- <xs:documentation>File containing cached parameters of SAP function modules</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiCheckReturn" type="nonNegativeIntegerType" minOccurs="0">
- <xs:annotation>
- <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>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiRetMsgThrow" type="stringType">
- <xs:annotation>
- <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>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiConnectPoolSize" type="nonNegativeIntegerType" minOccurs="0">
- <xs:annotation>
- <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>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiSSOSupport" type="nonNegativeIntegerType" minOccurs="0">
- <xs:annotation>
- <xs:documentation> Support for SSO tickets. 0 = off, 1 = on</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiSNCLib" type="stringType">
- <xs:annotation>
- <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>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiSNCServers" type="stringType">
- <xs:annotation>
- <xs:documentation>Server on which SNC should be used. Format "SERVER_SYSNR=Full_SNC_Name". Space represents the seperator for further servers.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiMSSERV" type="stringType">
- <xs:annotation>
- <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>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiSimMode" type="nonNegativeIntegerType">
- <xs:annotation>
- <xs:documentation>Specify simulation mode. Normal operation = 0, Record = 1, Playback = 2.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiSimPlaybackFileName" type="stringType">
- <xs:annotation>
- <xs:documentation>Specify the name of the file to read from during playback mode.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiSimCompressData" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>Specify if the data being recorded should be compressed.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiSimModifyData" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>Specify if the data being recorded should be modified in order to obscure the original data.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiSimReadBufferSize" type="nonNegativeIntegerType">
- <xs:annotation>
- <xs:documentation>Specify the maximum number of kilobytes to use for the read buffer during playback. 0 = Let application decide.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiTraceCtrlFile" type="booleanPropertyType">
- <xs:annotation>
- <xs:documentation>if true, then the file bapitrace.on at the config folder would switch tracing on.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiReplDeriRoles" type="nonNegativeIntegerType">
- <xs:annotation>
- <xs:documentation>Mode to handle SAP role retrieval, 0=provided from CAM, 1=don't replace derived roles, 2=replace derived roles.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiChkLogCred" type="nonNegativeIntegerType">
- <xs:annotation>
- <xs:documentation>Pre-check of logon credentials. 0 = means no pre-check, 1 = check logon credentials.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiX509" type="stringType">
- <xs:annotation>
- <xs:documentation>X.509 certificate file</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="bapiDSN" type="stringType">
- <xs:annotation>
- <xs:documentation>Distinguished server name for X.509 certificate</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:all>
- </xs:group>
- <xs:complexType name="nonNegativeIntegerType">
- <xs:attribute name="value" type="xs:nonNegativeInteger" use="required"/>
- </xs:complexType>
- <xs:complexType name="integerPropertyType">
- <xs:attribute name="value" type="xs:integer" use="required"/>
- </xs:complexType>
- <xs:complexType name="booleanPropertyType">
- <xs:attribute name="value" type="xs:boolean" use="required"/>
- </xs:complexType>
- <xs:complexType name="stringType">
- <xs:attribute name="value" type="xs:string" use="required"/>
- </xs:complexType>
- </xs:schema>
|