Application Development 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: 

XML ABAP BMECat2

Former Member
0 Kudos

Hello All,

Can we convert data say in an internal table to XML BMECat2 format using Func Mod or Classes .

We dont have CATexport tool currently.

Please suggest.

Ö

1 ACCEPTED SOLUTION

athavanraja
Active Contributor
0 Kudos

there is no standard XSLT available to do that. you have to write your own XSLT program and use the same in CALL TRANSFORMATION to convert your itab to xml format.

Regards

Raja

2 REPLIES 2

sergey_korolev
Active Contributor
0 Kudos

Hello

Look at the class CL_XML_DOCUMENT. Also you can transform your data into XML using CALL TRANSFORMATION and XSLT program

athavanraja
Active Contributor
0 Kudos

there is no standard XSLT available to do that. you have to write your own XSLT program and use the same in CALL TRANSFORMATION to convert your itab to xml format.

Regards

Raja