2010 Oct 11 5:08 AM
Hi Guys,
I have a requirement that i have to convert the internal table data into xml format and viceversa . for my requirement i came to know that i have to use Transformations concept. i done the converting the data from internal table into xml data by using standard Tranformations. My Question is
1) Can i use same Transformation to convert the xml data into abap internal table. if it is possible then how ???
2) Is it possible using the standard Transformation or I have to go for XSLT approach
Please help me out from this guys,
Thanks and Regards
Koti
Hi Guys,
I have a requirement that i have to convert the internal table data into xml format and viceversa . for my requirement i came to know that i have to use Transformations concept. i done the converting the data from internal table into xml data by using standard Tranformations. My Question is
1) Can i use same Transformation to convert the xml data into abap internal table. if it is possible then how ???
2) Is it possible using the standard Transformation or I have to go for XSLT approach
Please help me out from this guys,
Thanks and Regards
Koti
2010 Oct 11 6:09 AM
Hi Koti,
This is possible. There is a link. With the help of this link you can convert ABAP data to XML and vice versa.
2010 Oct 11 8:04 AM
1) Can i use same Transformation to convert the xml data into abap internal table. if it is possible then how ???
Why don't you try it yourself. If you already have data converted to XML, it seems resonable that the reverse operation is also feasible. How? Simply by rearranging the parameters order.
Regards
Marcin
2010 Oct 11 9:27 AM
Hi Guys,
Thanks a lot for your useful contribution to solve my question .