Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XML Mapping with Simple Transformation if XML elements position changes

mk123monis
Explorer
0 Likes
519

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

1 ACCEPTED SOLUTION
Read only

rene_libbert
Explorer
0 Likes
491

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é

2 REPLIES 2
Read only

rene_libbert
Explorer
0 Likes
492

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é

Read only

0 Likes
491

Thank you very much.