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

convert xml into SAP using dataset

Former Member
0 Likes
352

Hi All,

How to convert XML into itab using dataset, in this conversion have any function module available? please give me a sample program (having any). and material also.

Thanks,

Suresh maniarasu

1 REPLY 1
Read only

Former Member
0 Likes
302

Hi,

First you need to get the XML file Data into SAP using the Function Module and can populate the data into an inernal table.

TEXT_CONVERT_XML_TO_SAP

DMC_CONVERT_XML_TO_TABLE

or you can use the following classes

CL_RSRD_CONVERTER_XML

CL_WDR_XML_CONVERT_UTIL

CL_EXM_IM_ISHCM_CONV_XML_SAP

Thank U,

Jay....