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 ABAP BMECat2

Former Member
0 Likes
452

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
Read only

athavanraja
Active Contributor
0 Likes
416

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

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.

Ö

2 REPLIES 2
Read only

sergey_korolev
Active Contributor
0 Likes
416

Hello

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

Read only

athavanraja
Active Contributor
0 Likes
417

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