‎2010 May 11 4:33 PM
Hello,
I want to perform a deserialization (XML to ABAP) using simple transformation.
Some of the XML elements are optinal - they can optionally appear in the XML structure.
Example:
<X>
<Y>
</Y>
</X>
Can be delivered as:
<X>
</X>
So that Y element is optional.
How is it possible to handle it?
Thanks in advance,
Sergey
‎2010 May 11 7:07 PM
Something like this:
...
<tt:cond frq="?">
<Y>
<tt:value ref="Y"/>
</Y>
</tt:cond>
‎2010 May 11 7:07 PM
Something like this:
...
<tt:cond frq="?">
<Y>
<tt:value ref="Y"/>
</Y>
</tt:cond>
‎2010 May 11 10:30 PM
Please read the doc: [sap library - ST - index|http://help.sap.com/saphelp_nw04s/helpdata/EN/18/d16240e85cef6fe10000000a1550b0/frameset.htm]