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: 

SAP to XML Conversion

Former Member
0 Kudos
93

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..

3 REPLIES 3

Former Member
0 Kudos
62

pls update my thread

Former Member
0 Kudos
62

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

Former Member
0 Kudos
62

My Internal Table Structure is Different from Each Other.

How to join two internal tables , whos structure is different.