2007 Jan 15 10:26 AM
Hi,
How to set the parameters in the function module.
TEXT_CONVERT_XML_TO_SAP
any example you have?
Regards,
Ratna
2007 Jan 15 10:35 AM
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.
Hi,
How to set the parameters in the function module.
TEXT_CONVERT_XML_TO_SAP
any example you have?
Regards,
Ratna
2007 Jan 15 10:35 AM
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.
2007 Jan 15 10:38 AM
2007 Jan 15 10:40 AM
not a direct answer to your question.
brief us what you want to do , may be we could come up another FM of a better approach.
if you are looking at parsing XML check out this FM
SMUM_XML_PARSE
Regards
Raja
2012 Jan 23 4:42 PM
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...
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |