2007 Aug 13 10:24 AM
Hi all,
Using SAP_CONVERT_TO_XML_FORMAT Functional Module <b>twice</b>, I Converted 2 Internal Tables to XML Format... i am getting the Result into 2 Seperate XML Files..
But i need Result in a Single XML files...
Internal Tables format are Different from Each Other...
Pls Help me...
Useful Answers will be Rewarded..
2007 Aug 13 10:33 AM
2007 Aug 13 10:37 AM
Actually SAP_CONVERT_TO_XML_FORMAT is used to convert Internal Table format to XML format. So, if you call twice this FM 'SAP_CONVERT_TO_XML_FORMAT' , two XML files will be generated.
So, it's better to first join those 2 internal tables into a single table and then CALL 'SAP_CONVERT_TO_XML_FORMAT'......
This would be helpful...
Regards,
Pavan
2007 Aug 13 10:39 AM
My Internal Table Structure is Different from Each Other.
How to join two internal tables , whos structure is different.