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 to Internal table using Call Transformation

Former Member
0 Likes
568

Hi all,

I am trying to convert an XML to internal table. I am using the call transformation statement below but it is not working. The transformation is called but nothing is transferred to the internal table <fs_template_details>.

CALL TRANSFORMATION ID

SOURCE XML = v_xml_output

RESULT outtab = <fs_template_details>.

what am i doing wrong?

Hi all,

I am trying to convert an XML to internal table. I am using the call transformation statement below but it is not working. The transformation is called but nothing is transferred to the internal table <fs_template_details>.

CALL TRANSFORMATION ID

SOURCE XML = v_xml_output

RESULT outtab = <fs_template_details>.

what am i doing wrong?

2 REPLIES 2
Read only

Former Member
0 Likes
526

This message was moderated.

Read only

Former Member
0 Likes
526

I had to pass an XSLT program in the transformation statement.