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

Quection about function TEXT_CONVERT_XML_TO_SAP

Former Member
0 Likes
753

hai to all,

Please provide information regarding this function module

if possible provide one example program on this function module

TEXT_CONVERT_XML_TO_SAP

regards,

surya.

3 REPLIES 3
Read only

Former Member
0 Likes
548

hi

good

check this link for sample code.

thanks

mrutyun^

Read only

Former Member
0 Likes
548

In the import parameters pass the following data...

1) Field Separator value

2) Internal Table Line Header

3) Raw data (Internal table data)

4) File Name

5) Total file size (Internal table count)

This will inturn return data in the tables section which can be used.

refer the below link

Read only

0 Likes
548

Just in case anyone stumbles across this thread looking for generic code to load an XML file, save yourself some time and ignore this function.

The function can be used to load XML - but unless it's in a specific format it will just dump. If you fix that issue then the function also changes the XML...