Hallo specialisten,
ich habe ein xml schema mit so einen kopf:
<?xml version="1.0" encoding="UTF-8"?>
-<SCLSCT:BBkSCFBlkCdtTrf xsi:schemaLocation="urn:BBkSCF:xsd:$BBkSCFBlkCdtTrf BBkSCFBlkCdtTrf.xsd" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:SCLSCT="urn:BBkSCF:xsd:$BBkSCFBlkCdtTrf">
<SCLSCT:SndgInst>MARKDEFF</SCLSCT:SndgInst>
<SCLSCT:RcvgInst>BOURDEFFXXX</SCLSCT:RcvgInst>
<SCLSCT:SrvcId>SCT</SCLSCT:SrvcId>
<SCLSCT:TstCode>P</SCLSCT:TstCode>
<SCLSCT:FType>SCF</SCLSCT:FType>
<SCLSCT:FileRef>2012120400600087</SCLSCT:FileRef>
<SCLSCT:RoutingInd>ALL</SCLSCT:RoutingInd>
<SCLSCT:FileBusDt>2012-12-04</SCLSCT:FileBusDt>
<SCLSCT:FileCycleNo>07</SCLSCT:FileCycleNo>
<SCLSCT:FIToFICstmrCdtTrf xmlns="urn:iso:std:iso:20022:tech:xsd:sct:pacs.008.001.02">
wie könnte ich die simple transformation für diese abschnitt herstellen denn ich bekomme immer ein fehler dass die erwatete und gelesene stimmen nicht überein
so sieht mein simple transformation aus
<?sap.transform simple?>
<tt:transform xmlns:tt="
http://www.sap.com/transformation-templates"
xmlns:ddic="
http://www.sap.com/abapxml/types/dictionary"
xmlns:def="
http://www.sap.com/abapxml/types/defined">
<tt:root name="RESPONSE" type="?"/>
<tt:root name="SZAI_SEPA_DB" type="ddic:ZAI_SEPA_DB"/>
<tt:template>
<BBkSCFBlkCdtTrf schemaLocation="urn:BBkSCF:xsd:$BBkSCFBlkCdtTrf BBkSCFBlkCdtTrf.xsd"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance">
.......
........
........
........
wurde mich auf ihr reaktion freuen
G