<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Quection about function  TEXT_CONVERT_XML_TO_SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/quection-about-function-text-convert-xml-to-sap/m-p/2782151#M648491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2012 16:42:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-23T16:42:06Z</dc:date>
    <item>
      <title>Quection about function  TEXT_CONVERT_XML_TO_SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quection-about-function-text-convert-xml-to-sap/m-p/2782148#M648488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai to all,&lt;/P&gt;&lt;P&gt;Please provide information regarding this function module&lt;/P&gt;&lt;P&gt;if possible provide one example program on this function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEXT_CONVERT_XML_TO_SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;surya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 05:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quection-about-function-text-convert-xml-to-sap/m-p/2782148#M648488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T05:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Quection about function  TEXT_CONVERT_XML_TO_SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quection-about-function-text-convert-xml-to-sap/m-p/2782149#M648489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link for sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="462440"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 08:57:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quection-about-function-text-convert-xml-to-sap/m-p/2782149#M648489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T08:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Quection about function  TEXT_CONVERT_XML_TO_SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quection-about-function-text-convert-xml-to-sap/m-p/2782150#M648490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the import parameters pass the following data...&lt;/P&gt;&lt;P&gt;1) Field Separator value&lt;/P&gt;&lt;P&gt;2) Internal Table Line Header&lt;/P&gt;&lt;P&gt;3) Raw data (Internal table data)&lt;/P&gt;&lt;P&gt;4) File Name&lt;/P&gt;&lt;P&gt;5) Total file size (Internal table count)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will inturn return data in the tables section which can be used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer the below link&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="296216"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 09:02:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quection-about-function-text-convert-xml-to-sap/m-p/2782150#M648490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T09:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Quection about function  TEXT_CONVERT_XML_TO_SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quection-about-function-text-convert-xml-to-sap/m-p/2782151#M648491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 16:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quection-about-function-text-convert-xml-to-sap/m-p/2782151#M648491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-23T16:42:06Z</dc:date>
    </item>
  </channel>
</rss>

