2010 Mar 02 9:32 AM
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?
2010 Mar 02 9:34 AM
2010 Mar 02 9:49 AM
I had to pass an XSLT program in the transformation statement.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |