2012 May 31 4:45 PM
Hi All,
I am facing a problem.
I am getting a XML structure, in this the position of elements changes sometimes. So then to solve this again I have to change the template structure in Simple Transformation.
Is there any solution that could avoid manual maintaining of Simple transformation, since the elements are same everytime, but only their positions get changed and it also does not happens frequently.
I had enquired about this from the XML providers and they say that it is due to their framework, and whenever the server restarts it could be possible that position of some elements get changed.
So, now I need to find some solution for this if I could solve it from my end in Simple Transformation.
Please help with your experience.
Regards,
Monis
2012 Jun 01 7:32 AM
Hi,
have a look at
<tt:group>
case1
case2
...
</tt:group>
http://help.sap.com/saphelp_nw04/helpdata/en/6b/fafd3f0521c842e10000000a1550b0/frameset.htm
That helps, if only the position changes within the hierarchy.
Greetins René
2012 Jun 01 7:32 AM
Hi,
have a look at
<tt:group>
case1
case2
...
</tt:group>
http://help.sap.com/saphelp_nw04/helpdata/en/6b/fafd3f0521c842e10000000a1550b0/frameset.htm
That helps, if only the position changes within the hierarchy.
Greetins René
2012 Jun 01 9:07 AM