How to resolve Error: "xsl:import" XSL Element Currently not Supported

Hello Everyone,
I have a xsl in my process to perform transformation of source schema to target schema.
This xsl is importing another xsl.
I am using <xsl:import> for this purpose.
But when I try to see the "design" editor I am getting the error given below:
Error: "xsl:import" XSL Element Currently not Supported
In "source" editor JDeveloper is giving no error.
I request you all to please come forward for the rescue ;-)
Thanks in advance.
Regards,
Shanty

I think the error message is telling you that the visual design surface that simplifies creating transforms doesn't support the <xsl:import>. If you need to use <xsl:import>, and assuming that <xsl:include> (which is quite similar to import) is also not supported, then the only other option is working on the XSLT stylesheet in the source editor.

Similar Messages

  • XSL Element Currently not Supported

    Hi,
    I have started using Muenchian method of grouping using xsl:keys and apply-templates.
    But I couldn't because I receive the message "XSL element currently not supported" and I don't know why.
    Is there any workaround for this ?
    Thanks for your time.

    Yes.
    I paste the xsl again because I did any corrections.
    I tested it and, without grouping, is working well.
    But, when I define the key element the issue appears.
    <?xml version="1.0" encoding="UTF-8" ?>
    <?oracle-xsl-mapper
      <!-- SPECIFICATION OF MAP SOURCES AND TARGETS, DO NOT MODIFY. -->
      <mapSources>
        <source type="XSD">
          <schema location="../xsd/VATGenericExtractor_20new.xsd"/>
          <rootElement name="VATGenericExtractor" namespace="VATGenericExtractor"/>
        </source>
      </mapSources>
      <mapTargets>
        <target type="XSD">
          <schema location="../xsd/VatList_1.3.xsd"/>
          <rootElement name="VatList" namespace="http://www.minfin.fgov.be/VatList"/>
        </target>
      </mapTargets>
      <!-- GENERATED BY ORACLE XSL MAPPER 11.1.1.6.0(build 111214.0600.1553) AT [THU AUG 01 15:39:57 GFT 2013]. -->
    ?>
    <xsl:stylesheet version="1.0"
                    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
                    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
                    xmlns:ns1="http://www.minfin.fgov.be/VatList"
                    xmlns:mhdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.mediator.service.common.functions.MediatorExtnFunction"
                    xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
                    xmlns:oraext="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                    xmlns:dvm="http://www.oracle.com/XSL/Transform/java/oracle.tip.dvm.LookupValue"
                    xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
                    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                    xmlns:med="http://schemas.oracle.com/mediator/xpath"
                    xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
                    xmlns:ns0="VATGenericExtractor"
                    xmlns:bpm="http://xmlns.oracle.com/bpmn20/extensions"
                    xmlns:xdk="http://schemas.oracle.com/bpel/extension/xpath/function/xdk"
                    xmlns:xref="http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions"
                    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                    xmlns:ora="http://schemas.oracle.com/xpath/extension"
                    xmlns:socket="http://www.oracle.com/XSL/Transform/java/oracle.tip.adapter.socket.ProtocolTranslator"
                    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
                    exclude-result-prefixes="xsi xsl ns0 xsd ns1 bpws xp20 mhdr bpel oraext dvm hwf med ids bpm xdk xref ora socket ldap">
      <xsl:key name="Supplier-by-TaxID" match="ns0:VATGenericExtractor/ns0:VATTransaction/ns0:SupplierorCustomer" use="ns0:VATGenericExtractor/ns0:VATTransaction/ns0:SupplierorCustomer/ns0:AddrTaxID"/>
      <xsl:template match="/">
           <ns1:VatList>
          <ns1:AgentRepr>
            <ns1:CompanyInfo>
              <ns1:VATNum>
                <xsl:value-of select="/ns0:VATGenericExtractor/ns0:FiscalCompany/ns0:LegalRepresentative/ns0:AddrTaxID"/>
              </ns1:VATNum>
              <ns1:Name>
                <xsl:value-of select="/ns0:VATGenericExtractor/ns0:FiscalCompany/ns0:LegalRepresentative/ns0:AddrName"/>
              </ns1:Name>
            </ns1:CompanyInfo>
          </ns1:AgentRepr>
          <ns1:DeclarantList>
            <xsl:for-each select="/ns0:VATGenericExtractor/ns0:VATTransactionsContainer/ns0:VATTransaction/ns0:SupplierOrCustomer">
              <xsl:sort select="ns0:AddrTaxID"/>
              <ns1:ClientList>
                <ns1:CompanyInfo>
                  <ns1:VATNum>
                    <xsl:value-of select="ns0:AddrTaxID"/>
                  </ns1:VATNum>
                </ns1:CompanyInfo>
                <ns1:Amount>
                  <xsl:value-of select="../ns0:TransDetail/ns0:TransactionTaxInfo/ns0:AmountSalesTaxAuthority1"/>
                </ns1:Amount>
                <ns1:TurnOver>
                  <xsl:value-of select="../ns0:TransDetail/ns0:Amounts/ns0:Amount_Taxable"/>
                </ns1:TurnOver>
              </ns1:ClientList>
            </xsl:for-each>
          </ns1:DeclarantList>
        </ns1:VatList>
      </xsl:template>
    </xsl:stylesheet>
    This is the XML example:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <ns0:VATGenericExtractor xmlns:ns0="VATGenericExtractor" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="VATGenericExtractor file:/C:/JDeveloper/mywork/Generic VAT/Project1/xsd/VATGenericExtractor new.xsd">
       <ns0:ExtractionInfo>
          <ns0:ReportInfo>
             <ns0:ReportName>P700001</ns0:ReportName>
             <ns0:ReportDescription>XML VAT Generation Process</ns0:ReportDescription>
             <ns0:ReportIdentification>BE_RPT723</ns0:ReportIdentification>
             <ns0:VersionName>GT0006</ns0:VersionName>
             <ns0:VersionDescription>Generic VAT Report XML Generation 723</ns0:VersionDescription>
             <ns0:AuditInfo>
                <ns0:UserID>I_9019066</ns0:UserID>
                <ns0:WorkStation>J700000006</ns0:WorkStation>
                <ns0:DateProcessed>113144</ns0:DateProcessed>
                <ns0:TimeProcessed>154649</ns0:TimeProcessed>
             </ns0:AuditInfo>
          </ns0:ReportInfo>
          <ns0:SystemConstants>
             <ns0:TaxRulesAdjustment_AR_1>Y</ns0:TaxRulesAdjustment_AR_1>
             <ns0:TaxRulesAdjustment_AR_2>N</ns0:TaxRulesAdjustment_AR_2>
             <ns0:TaxRulesAdjustment_AP_1>Y</ns0:TaxRulesAdjustment_AP_1>
             <ns0:TaxRulesAdjustment_AP_2>N</ns0:TaxRulesAdjustment_AP_2>
          </ns0:SystemConstants>
          <ns0:VATDeclaration>
             <ns0:DeclarationNbr>08888723</ns0:DeclarationNbr>
             <ns0:DeclarationType>Complementary</ns0:DeclarationType>
             <ns0:DeclPeriodType>Monthly</ns0:DeclPeriodType>
             <ns0:DeclarationPeriod>02</ns0:DeclarationPeriod>
             <ns0:DeclarationDate>113151</ns0:DeclarationDate>
             <ns0:FromDate>113032</ns0:FromDate>
             <ns0:ToDate>113059</ns0:ToDate>
             <ns0:Year>2013</ns0:Year>
             <ns0:DeclarationSite>@SDFASDFASDFASDFASDFASDF@</ns0:DeclarationSite>
             <ns0:VATDeclaration_FlexField>
                <ns0:Tag/>
                <ns0:Value/>
             </ns0:VATDeclaration_FlexField>
          </ns0:VATDeclaration>
          <ns0:Extraction_FlexField>
             <ns0:Tag>P700001BEPO05Replaced Client List723/725</ns0:Tag>
             <ns0:Value>00000123</ns0:Value>
          </ns0:Extraction_FlexField>
          <ns0:Extraction_FlexField>
             <ns0:Tag>P700001BEPO07File Type723/725</ns0:Tag>
             <ns0:Value>Std Load</ns0:Value>
          </ns0:Extraction_FlexField>
          <ns0:Extraction_FlexField>
             <ns0:Tag>P700001BEPO08File Name723/725</ns0:Tag>
             <ns0:Value>NAME</ns0:Value>
          </ns0:Extraction_FlexField>
          <ns0:Extraction_FlexField>
             <ns0:Tag>P700001BEPO09File Description723/725</ns0:Tag>
             <ns0:Value>DESCRIPTION</ns0:Value>
          </ns0:Extraction_FlexField>
          <ns0:Extraction_FlexField>
             <ns0:Tag>P700001BEPO10Comment723/725</ns0:Tag>
             <ns0:Value>COMMNET</ns0:Value>
          </ns0:Extraction_FlexField>
       </ns0:ExtractionInfo>
       <ns0:FiscalCompany>
          <ns0:CoNbr>01212</ns0:CoNbr>
          <ns0:CoName>JDEdwards and Company Belgium</ns0:CoName>
          <ns0:CoAddressNbr>
             <ns0:AddrNbr>00012001</ns0:AddrNbr>
             <ns0:AddrName>Belgium company UN 12001</ns0:AddrName>
             <ns0:AddrMailingName>Belgium  BU  mailing name</ns0:AddrMailingName>
             <ns0:AddrTaxID>798171123187562100</ns0:AddrTaxID>
             <ns0:Addr2ndTaxID>7777777777</ns0:Addr2ndTaxID>
             <ns0:AddrPersonCorpCode>2</ns0:AddrPersonCorpCode>
             <ns0:AddrCompleteAddress>
                <ns0:AddressLine1>AV.Belgium 8543</ns0:AddressLine1>
                <ns0:AddressLine2>linea2</ns0:AddressLine2>
                <ns0:AddressLine3>linea3</ns0:AddressLine3>
                <ns0:AddressLine4>linea4</ns0:AddressLine4>
                <ns0:City>Brusellas</ns0:City>
                <ns0:ZipCode>3000</ns0:ZipCode>
                <ns0:State>BEL</ns0:State>
                <ns0:Country>
                   <ns0:CountryCode>BE</ns0:CountryCode>
                   <ns0:CountryDesc>Belgium</ns0:CountryDesc>
                </ns0:Country>
             </ns0:AddrCompleteAddress>
             <ns0:AddrPhone>
                <ns0:AreaCode>1234</ns0:AreaCode>
                <ns0:PhoneNbr>6543</ns0:PhoneNbr>
             </ns0:AddrPhone>
             <ns0:AddrEmail>mailto:[email protected]</ns0:AddrEmail>
          </ns0:CoAddressNbr>
          <ns0:CoCurrency>
             <ns0:CurrencyCode>EUR</ns0:CurrencyCode>
             <ns0:CurrencyDesc>European Community Currency</ns0:CurrencyDesc>
          </ns0:CoCurrency>
          <ns0:LegalRepresentative>
             <ns0:AddrNbr>00001214</ns0:AddrNbr>
             <ns0:AddrName>Colores Company</ns0:AddrName>
             <ns0:AddrMailingName>belgium Company 1214</ns0:AddrMailingName>
             <ns0:AddrTaxID>17823333333</ns0:AddrTaxID>
             <ns0:Addr2ndTaxID>19898989898</ns0:Addr2ndTaxID>
             <ns0:AddrPersonCorpCode>C</ns0:AddrPersonCorpCode>
             <ns0:AddrCompleteAddress>
                <ns0:AddressLine1>1212 O Street</ns0:AddressLine1>
                <ns0:AddressLine2/>
                <ns0:AddressLine3/>
                <ns0:AddressLine4/>
                <ns0:City>Belgium</ns0:City>
                <ns0:ZipCode>68516</ns0:ZipCode>
                <ns0:State>BEL</ns0:State>
                <ns0:Country>
                   <ns0:CountryCode>BE</ns0:CountryCode>
                   <ns0:CountryDesc>Belgium</ns0:CountryDesc>
                </ns0:Country>
             </ns0:AddrCompleteAddress>
             <ns0:AddrPhone>
                <ns0:AreaCode>402</ns0:AreaCode>
                <ns0:PhoneNbr>4020084</ns0:PhoneNbr>
             </ns0:AddrPhone>
             <ns0:AddrEmail/>
             <ns0:Addr_FlexField>
                <ns0:Tag>P700001BEPO03Identification Type723/725</ns0:Tag>
                <ns0:Value>passports</ns0:Value>
             </ns0:Addr_FlexField>
          </ns0:LegalRepresentative>
          <ns0:Co_FlexField>
             <ns0:Tag/>
             <ns0:Value/>
          </ns0:Co_FlexField>
       </ns0:FiscalCompany>
       <ns0:VATTransactionsContainer>
          <ns0:VATTransaction>
             <ns0:DocCompany>
                <ns0:CoNbr>01212</ns0:CoNbr>
             </ns0:DocCompany>
             <ns0:Company>
                <ns0:CoNbr>01212</ns0:CoNbr>
             </ns0:Company>
             <ns0:DocNbr>00000011</ns0:DocNbr>
             <ns0:DocType>PV</ns0:DocType>
             <ns0:SupplierOrCustomer>
                <ns0:AddrNbr>00034000</ns0:AddrNbr>
                <ns0:AddrName>Belgium Supplier  1</ns0:AddrName>
                <ns0:AddrMailingName>1 Supplier  ccc</ns0:AddrMailingName>
                <ns0:AddrTaxID>1256889-01</ns0:AddrTaxID>
                <ns0:Addr2ndTaxID/>
                <ns0:AddrPersonCorpCode>C</ns0:AddrPersonCorpCode>
                <ns0:AddrCompleteAddress>
                   <ns0:AddressLine1>street xxx</ns0:AddressLine1>
                   <ns0:AddressLine2>l2</ns0:AddressLine2>
                   <ns0:AddressLine3/>
                   <ns0:AddressLine4/>
                   <ns0:City>belgium</ns0:City>
                   <ns0:ZipCode>1300</ns0:ZipCode>
                   <ns0:State>BEL</ns0:State>
                   <ns0:Country>
                      <ns0:CountryCode>BE</ns0:CountryCode>
                      <ns0:CountryDesc>Belgium</ns0:CountryDesc>
                   </ns0:Country>
                </ns0:AddrCompleteAddress>
                <ns0:AddrPhone>
                   <ns0:AreaCode>12</ns0:AreaCode>
                   <ns0:PhoneNbr>123555</ns0:PhoneNbr>
                </ns0:AddrPhone>
                <ns0:AddrEmail/>
             </ns0:SupplierOrCustomer>
             <ns0:TransactionCurrency>
                <ns0:CurrencyCode>EUR</ns0:CurrencyCode>
                <ns0:CurrencyDesc>European Community Currency</ns0:CurrencyDesc>
             </ns0:TransactionCurrency>
             <ns0:Trans_FlexField>
                <ns0:Tag/>
                <ns0:Value/>
             </ns0:Trans_FlexField>
             <ns0:TransDetail>
                <ns0:LineNumber>000000</ns0:LineNumber>
                <ns0:OrderSuffix>001</ns0:OrderSuffix>
                <ns0:Dates>
                   <ns0:Date_GL>113043</ns0:Date_GL>
                   <ns0:Date_ServiceTax>113046</ns0:Date_ServiceTax>
                   <ns0:Date_OrderTransaction>113134</ns0:Date_OrderTransaction>
                </ns0:Dates>
                <ns0:Batch>
                   <ns0:BatchNbr>06927193</ns0:BatchNbr>
                   <ns0:BatchType>V</ns0:BatchType>
                   <ns0:BatchDate>113134</ns0:BatchDate>
                </ns0:Batch>
                <ns0:Item>
                   <ns0:ItemNbrShort>00000000</ns0:ItemNbrShort>
                   <ns0:ItemNbr2nd/>
                   <ns0:ItemNbr3rd/>
                   <ns0:ItemDesc/>
                </ns0:Item>
                <ns0:UnitOfMeasure/>
                <ns0:BusinessUnit>
                   <ns0:MCUCode>12001</ns0:MCUCode>
                   <ns0:MCUDescription>Turquesa</ns0:MCUDescription>
                   <ns0:MCUAddrNbr>
                      <ns0:AddrNbr>00001001</ns0:AddrNbr>
                      <ns0:AddrName>Edwards, J.D. &amp; Company</ns0:AddrName>
                      <ns0:AddrMailingName>test</ns0:AddrMailingName>
                      <ns0:AddrTaxID>15502499</ns0:AddrTaxID>
                      <ns0:Addr2ndTaxID/>
                      <ns0:AddrPersonCorpCode>P</ns0:AddrPersonCorpCode>
                      <ns0:AddrCompleteAddress>
                         <ns0:AddressLine1>8055 E. Tufts Ave.</ns0:AddressLine1>
                         <ns0:AddressLine2/>
                         <ns0:AddressLine3/>
                         <ns0:AddressLine4/>
                         <ns0:City>Denver</ns0:City>
                         <ns0:ZipCode>80237</ns0:ZipCode>
                         <ns0:State>CO</ns0:State>
                         <ns0:Country>
                            <ns0:CountryCode/>
                            <ns0:CountryDesc>United States</ns0:CountryDesc>
                         </ns0:Country>
                      </ns0:AddrCompleteAddress>
                      <ns0:AddrPhone>
                         <ns0:AreaCode>303</ns0:AreaCode>
                         <ns0:PhoneNbr>844-8000</ns0:PhoneNbr>
                      </ns0:AddrPhone>
                      <ns0:AddrEmail/>
                   </ns0:MCUAddrNbr>
                </ns0:BusinessUnit>
                <ns0:TaxArea>
                   <ns0:TaxRateArea>BEL003</ns0:TaxRateArea>
                   <ns0:TaxDescription>Belgium bel003</ns0:TaxDescription>
                   <ns0:TaxExplCode>V</ns0:TaxExplCode>
                   <ns0:GLOffset>VATB</ns0:GLOffset>
                </ns0:TaxArea>
                <ns0:TransactionTaxInfo>
                   <ns0:TaxRate1>0010000</ns0:TaxRate1>
                   <ns0:TaxRate2>0000000</ns0:TaxRate2>
                   <ns0:TaxRate3>0000000</ns0:TaxRate3>
                   <ns0:TaxRate4>0000000</ns0:TaxRate4>
                   <ns0:TaxRate5>0000000</ns0:TaxRate5>
                   <ns0:SalesTaxAuthority1>00006154</ns0:SalesTaxAuthority1>
                   <ns0:SalesTaxAuthority2>00000000</ns0:SalesTaxAuthority2>
                   <ns0:SalesTaxAuthority3>00000000</ns0:SalesTaxAuthority3>
                   <ns0:SalesTaxAuthority4>00000000</ns0:SalesTaxAuthority4>
                   <ns0:SalesTaxAuthority5>00000000</ns0:SalesTaxAuthority5>
                   <ns0:AmountSalesTaxAuthority1>1500000</ns0:AmountSalesTaxAuthority1>
                   <ns0:AmountSalesTaxAuthority2>0</ns0:AmountSalesTaxAuthority2>
                   <ns0:AmountSalesTaxAuthority3>0</ns0:AmountSalesTaxAuthority3>
                   <ns0:AmountSalesTaxAuthority4>0</ns0:AmountSalesTaxAuthority4>
                   <ns0:AmountSalesTaxAuthority5>0</ns0:AmountSalesTaxAuthority5>
                   <ns0:TaxInfo_FlexField>
                      <ns0:Tag>F740003 RNO 1 Transaction Nature 723</ns0:Tag>
                      <ns0:Value>S</ns0:Value>
                   </ns0:TaxInfo_FlexField>
                </ns0:TransactionTaxInfo>
                <ns0:OrderQuantity>0</ns0:OrderQuantity>
                <ns0:Amounts>
                   <ns0:Amount_Gross>0</ns0:Amount_Gross>
                   <ns0:Amount_Taxable>15000000</ns0:Amount_Taxable>
                   <ns0:Amount_NonTaxable>0</ns0:Amount_NonTaxable>
                   <ns0:Amount_Tax>1500000</ns0:Amount_Tax>
                   <ns0:Amount_ExtendedPrice>16500000</ns0:Amount_ExtendedPrice>
                   <ns0:Amount_TaxVariance>0</ns0:Amount_TaxVariance>
                </ns0:Amounts>
             </ns0:TransDetail>
             <ns0:TransDetail>
                <ns0:LineNumber>000000</ns0:LineNumber>
                <ns0:OrderSuffix>001</ns0:OrderSuffix>
                <ns0:Dates>
                   <ns0:Date_GL>113043</ns0:Date_GL>
                   <ns0:Date_ServiceTax>113046</ns0:Date_ServiceTax>
                   <ns0:Date_OrderTransaction>113137</ns0:Date_OrderTransaction>
                </ns0:Dates>
                <ns0:Batch>
                   <ns0:BatchNbr>06927310</ns0:BatchNbr>
                   <ns0:BatchType>V</ns0:BatchType>
                   <ns0:BatchDate>113137</ns0:BatchDate>
                </ns0:Batch>
                <ns0:Item>
                   <ns0:ItemNbrShort>00000000</ns0:ItemNbrShort>
                   <ns0:ItemNbr2nd/>
                   <ns0:ItemNbr3rd/>
                   <ns0:ItemDesc/>
                </ns0:Item>
                <ns0:UnitOfMeasure/>
                <ns0:BusinessUnit>
                   <ns0:MCUCode>12001</ns0:MCUCode>
                   <ns0:MCUDescription>Turquesa</ns0:MCUDescription>
                   <ns0:MCUAddrNbr>
                      <ns0:AddrNbr>00001001</ns0:AddrNbr>
                      <ns0:AddrName>Edwards, J.D. &amp; Company</ns0:AddrName>
                      <ns0:AddrMailingName>test</ns0:AddrMailingName>
                      <ns0:AddrTaxID>15502499</ns0:AddrTaxID>
                      <ns0:Addr2ndTaxID/>
                      <ns0:AddrPersonCorpCode>P</ns0:AddrPersonCorpCode>
                      <ns0:AddrCompleteAddress>
                         <ns0:AddressLine1>8055 E. Tufts Ave.</ns0:AddressLine1>
                         <ns0:AddressLine2/>
                         <ns0:AddressLine3/>
                         <ns0:AddressLine4/>
                         <ns0:City>Denver</ns0:City>
                         <ns0:ZipCode>80237</ns0:ZipCode>
                         <ns0:State>CO</ns0:State>
                         <ns0:Country>
                            <ns0:CountryCode/>
                            <ns0:CountryDesc>United States</ns0:CountryDesc>
                         </ns0:Country>
                      </ns0:AddrCompleteAddress>
                      <ns0:AddrPhone>
                         <ns0:AreaCode>303</ns0:AreaCode>
                         <ns0:PhoneNbr>844-8000</ns0:PhoneNbr>
                      </ns0:AddrPhone>
                      <ns0:AddrEmail/>
                   </ns0:MCUAddrNbr>
                </ns0:BusinessUnit>
                <ns0:TaxArea>
                   <ns0:TaxRateArea>BEL003</ns0:TaxRateArea>
                   <ns0:TaxDescription>Belgium bel003</ns0:TaxDescription>
                   <ns0:TaxExplCode>V</ns0:TaxExplCode>
                   <ns0:GLOffset>VATB</ns0:GLOffset>
                </ns0:TaxArea>
                <ns0:TransactionTaxInfo>
                   <ns0:TaxRate1>0010000</ns0:TaxRate1>
                   <ns0:TaxRate2>0000000</ns0:TaxRate2>
                   <ns0:TaxRate3>0000000</ns0:TaxRate3>
                   <ns0:TaxRate4>0000000</ns0:TaxRate4>
                   <ns0:TaxRate5>0000000</ns0:TaxRate5>
                   <ns0:SalesTaxAuthority1>00006154</ns0:SalesTaxAuthority1>
                   <ns0:SalesTaxAuthority2>00000000</ns0:SalesTaxAuthority2>
                   <ns0:SalesTaxAuthority3>00000000</ns0:SalesTaxAuthority3>
                   <ns0:SalesTaxAuthority4>00000000</ns0:SalesTaxAuthority4>
                   <ns0:SalesTaxAuthority5>00000000</ns0:SalesTaxAuthority5>
                   <ns0:AmountSalesTaxAuthority1>1000000</ns0:AmountSalesTaxAuthority1>
                   <ns0:AmountSalesTaxAuthority2>0</ns0:AmountSalesTaxAuthority2>
                   <ns0:AmountSalesTaxAuthority3>0</ns0:AmountSalesTaxAuthority3>
                   <ns0:AmountSalesTaxAuthority4>0</ns0:AmountSalesTaxAuthority4>
                   <ns0:AmountSalesTaxAuthority5>0</ns0:AmountSalesTaxAuthority5>
                   <ns0:TaxInfo_FlexField>
                      <ns0:Tag>F740003 RNO 1 Transaction Nature 723</ns0:Tag>
                      <ns0:Value>S</ns0:Value>
                   </ns0:TaxInfo_FlexField>
                   <ns0:TaxInfo_FlexField>
                      <ns0:Tag>F740003 RNO 1 Transaction Nature 723</ns0:Tag>
                      <ns0:Value>G</ns0:Value>
                   </ns0:TaxInfo_FlexField>
                </ns0:TransactionTaxInfo>
                <ns0:OrderQuantity>0</ns0:OrderQuantity>
                <ns0:Amounts>
                   <ns0:Amount_Gross>0</ns0:Amount_Gross>
                   <ns0:Amount_Taxable>10000000</ns0:Amount_Taxable>
                   <ns0:Amount_NonTaxable>0</ns0:Amount_NonTaxable>
                   <ns0:Amount_Tax>1000000</ns0:Amount_Tax>
                   <ns0:Amount_ExtendedPrice>11000000</ns0:Amount_ExtendedPrice>
                   <ns0:Amount_TaxVariance>0</ns0:Amount_TaxVariance>
                </ns0:Amounts>
             </ns0:TransDetail>
             <ns0:TransDetail>
                <ns0:LineNumber>000000</ns0:LineNumber>
                <ns0:OrderSuffix>001</ns0:OrderSuffix>
                <ns0:Dates>
                   <ns0:Date_GL>113036</ns0:Date_GL>
                   <ns0:Date_ServiceTax>113046</ns0:Date_ServiceTax>
                   <ns0:Date_OrderTransaction>113134</ns0:Date_OrderTransaction>
                </ns0:Dates>
                <ns0:Batch>
                   <ns0:BatchNbr>06927195</ns0:BatchNbr>
                   <ns0:BatchType>V</ns0:BatchType>
                   <ns0:BatchDate>113134</ns0:BatchDate>
                </ns0:Batch>
                <ns0:Item>
                   <ns0:ItemNbrShort>00000000</ns0:ItemNbrShort>
                   <ns0:ItemNbr2nd/>
                   <ns0:ItemNbr3rd/>
                   <ns0:ItemDesc/>
                </ns0:Item>
                <ns0:UnitOfMeasure/>
                <ns0:BusinessUnit>
                   <ns0:MCUCode>12001</ns0:MCUCode>
                   <ns0:MCUDescription>Turquesa</ns0:MCUDescription>
                   <ns0:MCUAddrNbr>
                      <ns0:AddrNbr>00001001</ns0:AddrNbr>
                      <ns0:AddrName>Edwards, J.D. &amp; Company</ns0:AddrName>
                      <ns0:AddrMailingName>test</ns0:AddrMailingName>
                      <ns0:AddrTaxID>15502499</ns0:AddrTaxID>
                      <ns0:Addr2ndTaxID/>
                      <ns0:AddrPersonCorpCode>P</ns0:AddrPersonCorpCode>
                      <ns0:AddrCompleteAddress>
                         <ns0:AddressLine1>8055 E. Tufts Ave.</ns0:AddressLine1>
                         <ns0:AddressLine2/>
                         <ns0:AddressLine3/>
                         <ns0:AddressLine4/>
                         <ns0:City>Denver</ns0:City>
                         <ns0:ZipCode>80237</ns0:ZipCode>
                         <ns0:State>CO</ns0:State>
                         <ns0:Country>
                            <ns0:CountryCode/>
                            <ns0:CountryDesc>United States</ns0:CountryDesc>
                         </ns0:Country>
                      </ns0:AddrCompleteAddress>
                      <ns0:AddrPhone>
                         <ns0:AreaCode>303</ns0:AreaCode>
                         <ns0:PhoneNbr>844-8000</ns0:PhoneNbr>
                      </ns0:AddrPhone>
                      <ns0:AddrEmail/>
                   </ns0:MCUAddrNbr>
                </ns0:BusinessUnit>
                <ns0:TaxArea>
                   <ns0:TaxRateArea>BEL002</ns0:TaxRateArea>
                   <ns0:TaxDescription>Belgium bel002</ns0:TaxDescription>
                   <ns0:TaxExplCode>V</ns0:TaxExplCode>
                   <ns0:GLOffset>VATB</ns0:GLOffset>
                </ns0:TaxArea>
                <ns0:TransactionTaxInfo>
                   <ns0:TaxRate1>0010000</ns0:TaxRate1>
                   <ns0:TaxRate2>0000000</ns0:TaxRate2>
                   <ns0:TaxRate3>0000000</ns0:TaxRate3>
                   <ns0:TaxRate4>0000000</ns0:TaxRate4>
                   <ns0:TaxRate5>0000000</ns0:TaxRate5>
                   <ns0:SalesTaxAuthority1>00006154</ns0:SalesTaxAuthority1>
                   <ns0:SalesTaxAuthority2>00000000</ns0:SalesTaxAuthority2>
                   <ns0:SalesTaxAuthority3>00000000</ns0:SalesTaxAuthority3>
                   <ns0:SalesTaxAuthority4>00000000</ns0:SalesTaxAuthority4>
                   <ns0:SalesTaxAuthority5>00000000</ns0:SalesTaxAuthority5>
                   <ns0:AmountSalesTaxAuthority1>20000</ns0:AmountSalesTaxAuthority1>
                   <ns0:AmountSalesTaxAuthority2>0</ns0:AmountSalesTaxAuthority2>
                   <ns0:AmountSalesTaxAuthority3>0</ns0:AmountSalesTaxAuthority3>
                   <ns0:AmountSalesTaxAuthority4>0</ns0:AmountSalesTaxAuthority4>
                   <ns0:AmountSalesTaxAuthority5>0</ns0:AmountSalesTaxAuthority5>
                   <ns0:TaxInfo_FlexField>
                      <ns0:Tag>F740003 RNO 1 Transaction Nature 723</ns0:Tag>
                      <ns0:Value>GT</ns0:Value>
                   </ns0:TaxInfo_FlexField>
                   <ns0:TaxInfo_FlexField>
                      <ns0:Tag>F740003 RNO 1 Transaction Nature 723</ns0:Tag>
                      <ns0:Value>S</ns0:Value>
                   </ns0:TaxInfo_FlexField>
                </ns0:TransactionTaxInfo>
                <ns0:OrderQuantity>0</ns0:OrderQuantity>
                <ns0:Amounts>
                   <ns0:Amount_Gross>0</ns0:Amount_Gross>
                   <ns0:Amount_Taxable>200000</ns0:Amount_Taxable>
                   <ns0:Amount_NonTaxable>0</ns0:Amount_NonTaxable>
                   <ns0:Amount_Tax>20000</ns0:Amount_Tax>
                   <ns0:Amount_ExtendedPrice>220000</ns0:Amount_ExtendedPrice>
                   <ns0:Amount_TaxVariance>0</ns0:Amount_TaxVariance>
                </ns0:Amounts>
             </ns0:TransDetail>
             <ns0:TransDetail>
                <ns0:LineNumber>000000</ns0:LineNumber>
                <ns0:OrderSuffix>001</ns0:OrderSuffix>
                <ns0:Dates>
                   <ns0:Date_GL>113033</ns0:Date_GL>
                   <ns0:Date_ServiceTax>113033</ns0:Date_ServiceTax>
                   <ns0:Date_OrderTransaction>113134</ns0:Date_OrderTransaction>
                </ns0:Dates>
                <ns0:Batch>
                   <ns0:BatchNbr>06927199</ns0:BatchNbr>
                   <ns0:BatchType>I</ns0:BatchType>
                   <ns0:BatchDate>113134</ns0:BatchDate>
                </ns0:Batch>
                <ns0:Item>
                   <ns0:ItemNbrShort>00000000</ns0:ItemNbrShort>
                   <ns0:ItemNbr2nd/>
                   <ns0:ItemNbr3rd/>
                   <ns0:ItemDesc/>
                </ns0:Item>
                <ns0:UnitOfMeasure/>
                <ns0:BusinessUnit>
                   <ns0:MCUCode>12001</ns0:MCUCode>
                   <ns0:MCUDescription>Turquesa</ns0:MCUDescription>
                   <ns0:MCUAddrNbr>
                      <ns0:AddrNbr>00001001</ns0:AddrNbr>
                      <ns0:AddrName>Edwards, J.D. &amp; Company</ns0:AddrName>
                      <ns0:AddrMailingName>test</ns0:AddrMailingName>
                      <ns0:AddrTaxID>15502499</ns0:AddrTaxID>
                      <ns0:Addr2ndTaxID/>
                      <ns0:AddrPersonCorpCode>P</ns0:AddrPersonCorpCode>
                      <ns0:AddrCompleteAddress>
                         <ns0:AddressLine1>8055 E. Tufts Ave.</ns0:AddressLine1>
                         <ns0:AddressLine2/>
                         <ns0:AddressLine3/>
                         <ns0:AddressLine4/>
                         <ns0:City>Denver</ns0:City>
                         <ns0:ZipCode>80237</ns0:ZipCode>
                         <ns0:State>CO</ns0:State>
                         <ns0:Country>
                            <ns0:CountryCode/>
                            <ns0:CountryDesc>United States</ns0:CountryDesc>
                         </ns0:Country>
                      </ns0:AddrCompleteAddress>
                      <ns0:AddrPhone>
                         <ns0:AreaCode>303</ns0:AreaCode>
                         <ns0:PhoneNbr>844-8000</ns0:PhoneNbr>
                      </ns0:AddrPhone>
                      <ns0:AddrEmail/>
                   </ns0:MCUAddrNbr>
                </ns0:BusinessUnit>
                <ns0:TaxArea>
                   <ns0:TaxRateArea>BEL002</ns0:TaxRateArea>
                   <ns0:TaxDescription>Belgium bel002</ns0:TaxDescription>
                   <ns0:TaxExplCode>V</ns0:TaxExplCode>
                   <ns0:GLOffset>VATB</ns0:GLOffset>
                </ns0:TaxArea>
                <ns0:TransactionTaxInfo>
                   <ns0:TaxRate1>0010000</ns0:TaxRate1>
                   <ns0:TaxRate2>0000000</ns0:TaxRate2>
                   <ns0:TaxRate3>0000000</ns0:TaxRate3>
                   <ns0:TaxRate4>0000000</ns0:TaxRate4>
                   <ns0:TaxRate5>0000000</ns0:TaxRate5>
                   <ns0:SalesTaxAuthority1>00006154</ns0:SalesTaxAuthority1>
                   <ns0:SalesTaxAuthority2>00000000</ns0:SalesTaxAuthority2>
                   <ns0:SalesTaxAuthority3>00000000</ns0:SalesTaxAuthority3>
                   <ns0:SalesTaxAuthority4>00000000</ns0:SalesTaxAuthority4>
                   <ns0:SalesTaxAuthority5>00000000</ns0:SalesTaxAuthority5>
                   <ns0:AmountSalesTaxAuthority1>-80000</ns0:AmountSalesTaxAuthority1>
                   <ns0:AmountSalesTaxAuthority2>0</ns0:AmountSalesTaxAuthority2>
                   <ns0:AmountSalesTaxAuthority3>0</ns0:AmountSalesTaxAuthority3>
                   <ns0:AmountSalesTaxAuthority4>0</ns0:AmountSalesTaxAuthority4>
                   <ns0:AmountSalesTaxAuthority5>0</ns0:AmountSalesTaxAuthority5>
                   <ns0:TaxInfo_FlexField>
                      <ns0:Tag>F740003 RNO 1 Transaction Nature 723</ns0:Tag>
                      <ns0:Value>GT</ns0:Value>
                   </ns0:TaxInfo_FlexField>
                   <ns0:TaxInfo_FlexField>
                      <ns0:Tag>F74B0010 Transaction Nature 723</ns0:Tag>
                      <ns0:Value>G</ns0:Value>
                   </ns0:TaxInfo_FlexField>
                </ns0:TransactionTaxInfo>
                <ns0:OrderQuantity>0</ns0:OrderQuantity>
                <ns0:Amounts>
                   <ns0:Amount_Gross>0</ns0:Amount_Gross>
                   <ns0:Amount_Taxable>-800000</ns0:Amount_Taxable>
                   <ns0:Amount_NonTaxable>0</ns0:Amount_NonTaxable>
                   <ns0:Amount_Tax>-80000</ns0:Amount_Tax>
                   <ns0:Amount_ExtendedPrice>-880000</ns0:Amount_ExtendedPrice>
                   <ns0:Amount_TaxVariance>0</ns0:Amount_TaxVariance>
                </ns0:Amounts>
             </ns0:TransDetail>
          </ns0:VATTransaction>
       </ns0:VATTransactionsContainer>
    </ns0:VATGenericExtractor>
    Thanks a lot.

  • How to resolve error while importing data using IDoc method in LSMW ?

    Hi
    I am trying to import my data using IDoc method in LSMW.
    But after completing the whole LSMW process, when I look into the IDOC generated, the error description is as this.
    It talks about the process code and other stuff.
    Function module not allowed : APPL_IDOC_INPUTI
    Message No. B1252
    Diagnosis :
    The function module APPL_IDOC_INPUTI and the application object type which were determined are not valid for this IDoc.
    I am not able to resolve the problem.
    Please help.
    Regards,
    Rachesh Nambiar

    check the below link.
    /people/stephen.johannes/blog/2005/08/18/external-data-loads-for-crm-40-using-xif-adapter

  • Unable to install photoshop elements 13 on new computer.  Error message is:  This installer does not support installation on a 64-Bit windows operating system.  Please download the 64-Bit version of photoshop elements.  How do I do this?

    Unable to install photoshop elements 13 on new computer (Windows 8.1 OS).  Error message is:  This installer does not support installation on a 64-Bit windows operating system.  Please download the 64-Bit version of photoshop elements.  How do I do this?

    You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    Photoshop/Premiere Elements 13: http://prodesigntools.com/photoshop-elements-13-direct-download-links-premiere.html

  • How to resolve Error "Adobe Acrobat (AcroExch.App rc=-2147221005) could not be loaded"

    How to resolve Error  "Adobe Acrobat (AcroExch.App rc=-2147221005) could not be loaded"

    What is your operating system?  Reader version?
    You get this error when doing what?

  • TS3694 How to resolve error code 1015 in restoring apple iphone. Please guide

    How to resolve error code 1015 in restoring apple iphone. Please guide.

    Unauthorized modification of iOS
    http://support.apple.com/kb/HT3743
    ERROR 1015...
    This Error Code is indicative of the Device being jailbroken / Hacked...
    Sorry... But...
    The discussion of Jailbroken Devices is against the Terms of Use of this Forum.
    You will need to look elsewhere.

  • TS3694 Please tell me how to resolve error 1015 when trying to restore an Iphone 3g!!!!

    Please tell me how to resolve error 1015 when trying to restore an Iphone 3g!!!!

    https://discussions.apple.com/message/18540882#18540882

  • HT201210 how to resolve error 21? my iphone 4 just showing apple logo... when i'm trying to restore it... it is showing error 21 n that's not letting me restore it :( pls help

    how to resolve error 21? my iphone 4 just showing apple logo... when i'm trying to restore it... it is showing error 21 n that's not letting me restore it pls help

    From the article that the question was posted from:
    Error 1611
    This error typically occur when security software interferes with the restore and update process. Follow Troubleshooting security software issues to resolve this issue. In rare cases, this error may be a hardware issue. If the errors persist on another computer, the device may need service.
    Try reading the solutions you find in the future and follow them.

  • TS3694 how to resolve error code 1015 ?

    how to resolve error code 1015 ?

    Generally means you've jailbroken your phone & will most likely never be able to install a stock firmware on it.

  • HT1414 how to resolve error 1015 while restoring iphone3g to 4.2.1

    How to resolve error 1015 while restoring iphone 3g to ios 4.2.1

    This error is returned by jailbroken iPhones. Sorry, can't discuss such iPhones as per terms and conditions of this Forum.

  • How to resolve errors - ORA-01033: ORACLE, or closed, or initialized ,ORA-02063: Previous line from D1558A_IFRSQRY

    Hi Expert,
        Please tell me how to resolve errors - ORA-01033: ORACLE, or closed, or initialized ,ORA-02063: Previous line from D1558A_IFRSQRY
    Thanks and Regards

    Google is obviously broken for you: so I've posted what you need to put into your browser.
    https://www.google.co.uk/search?q=ORA-01033

  • HT201210 how to resolve error 1015

    how to resolve error 1015

    Unauthorized modification of iOS
    http://support.apple.com/kb/HT3743
    ERROR 1015...
    This Error Code is indicative of the Device being jailbroken / Hacked...
    Sorry... But...
    The discussion of Jailbroken Devices is against the Terms of Use of this Forum.
    You will need to look elsewhere.

  • HT4623 how to resolve error 3014

    how to resolve error 3014?

    http://support.apple.com/kb/TS3694#error3014
    This error occurs when iTunes is unable to reach gs.apple.com in a timely fashion. Follow the steps below inUnable to contact the iOS software update server gs.apple.com.

  • TS1424 how to resolve error 3194

    how to resolve error 3194??

    Just the usual diagnostic steps. Reboot your computer. Use a USB port directly on the computer, not a hub, disable security software - antivirus and firewall - completely remove iTunes, then download and install a clean copy (current version if 10.2.2), create a new user on your computer and try updating as that user, try a different computer.

  • I am trying to install Elements, I get this constant error message. This installation is not supported by this processor type. Contact your product vendor.

    I am trying to install Elements, I get this constant error message. This installation is not supported by this processor type. Contact your product vendor.
    I am using Windows 8.

    Hi,
    Which version of Photoshop Elements are you trying to install?
    Are you installing from DVD or a download?
    If DVD, make sure you are using the Windows one, not the MAC one.
    What device are you trying to install on?
    Does your system meet the required spec?
    Are you on Windows 8 or Windows 8.1?
    Brian

Maybe you are looking for

  • Error while starting manages server

    Hi All. M facing problem while starting managed server, this might be related to sip server as i see this in the error log. when i click on the sip server tab in the console then io see below error :- +++++++++ Error opening /ext-jsp/sipserver/Config

  • Uploading Product category from csv file

    Hi Experts, I have a csv file contianing the product categories. I have to upload that product category to the standalone SRM system. How can i achieve the same? Please help. Thanks in Advance. Regards, Prashant

  • Why ABC's are more powerful 'interfaces' than interfaces

    A simple answer as to what the value of Abstract Base Classes are is that (1) They act like Interfaces, allowing for polymorphic abstraction of multiple implementations (2) They allow for default implementations, but insist on derivation For this que

  • Aplication server thread pool problem

    I'm using sun app server 8. After some time from starting (and using) the server, it stops responding to clients. When I change the max number of threads on server the number of clients it can serve before hanging folows the change. So I guess that s

  • Slow runtime with Xcelsius

    Hi Experts, Happy new year~ Here's my problem with Xcelsius enterprise 2008 runtime. I just use its embedded Excel as data source. For raw data part, there are about 3 worksheets, 1000+ rows in every sheet. As for formula, i use vlookup/If such easy