Hi Community, hi Experts,
I'm searching the last two days for a solution for my problem.
I didn't find anything yet.
My Problem:
I must map a IDOC from SAP ERP to an XML file.
The XSD file have one special element:
<xs:element name="Property"> | |||||
<xs:complexType> | |||||
<xs:simpleContent> | |||||
<xs:extension base="xs:string"> | |||||
<xs:anyAttribute namespace="##local" processContents="skip"/> | |||||
</xs:extension> | |||||
</xs:simpleContent> | |||||
</xs:complexType> | |||||
</xs:element> |
You see the "anyAttribute".
From SAP ERP the IDOC has a NAME/VALUE element.
In this picture you see the mapping in PI.
Now my question: How can i map this element?
COuld someone help me please.
Thanks in Advance.
Matthias