<?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: Program to convert text(Idoc) to XML in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-convert-text-idoc-to-xml/m-p/2189073#M466498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anup,&lt;/P&gt;&lt;P&gt;- if the content of the txt file is in xml format you don't need such a tool.&lt;/P&gt;&lt;P&gt;- if the content of the text file is an unstructured text stream there can be no such tool.&lt;/P&gt;&lt;P&gt;- if the content of the text file is in any known and defined (but not XML) structured form, try to find a specific existing converter to XML for that.&lt;/P&gt;&lt;P&gt;- if the content of the text file is in an undefined but structured form or if you don't want to pay for the aforementioned transformer, get yourself any scripting language(e.g. PHP), learn regular expressions and parse the text file to XML you'll get maximum capabilities with that approach.&lt;/P&gt;&lt;P&gt; check this link also :&lt;/P&gt;&lt;P&gt;&lt;A href="http://sourceforge.net/projects/txt2xml/" target="test_blank"&gt;http://sourceforge.net/projects/txt2xml/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/a6/0e623c4f69b712e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/a6/0e623c4f69b712e10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 May 2007 09:59:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-04T09:59:13Z</dc:date>
    <item>
      <title>Program to convert text(Idoc) to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-convert-text-idoc-to-xml/m-p/2189070#M466495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Can some1 give me the name of this program.&lt;/P&gt;&lt;P&gt;I know it exists in SAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 09:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-convert-text-idoc-to-xml/m-p/2189070#M466495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T09:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Program to convert text(Idoc) to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-convert-text-idoc-to-xml/m-p/2189071#M466496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; function module IDOC_XML_FROM_FILE to convert XML to IDOC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general source Idoc, target Idoc Xml XSD take .&lt;/P&gt;&lt;P&gt;and map it, so it will be easy to do in XI.&lt;/P&gt;&lt;P&gt;With Business Connector see the below links&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="64165"&gt;&lt;/A&gt;&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="169739"&gt;&lt;/A&gt;&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="137884"&gt;&lt;/A&gt;&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="123767"&gt;&lt;/A&gt;&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="321945"&gt;&lt;/A&gt;&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="247741"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;More info on XI can be found at &lt;A href="https://service.sap.com/xi" target="test_blank"&gt;https://service.sap.com/xi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and webAS on &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/f3/e20f3adfd0a706e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/f3/e20f3adfd0a706e10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check this also-&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/6f/1bd5c2a85b11d6b28500508b5d5211/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/6f/1bd5c2a85b11d6b28500508b5d5211/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b4f3755a-0401-0010-b6b3-9b65bb7d4503" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b4f3755a-0401-0010-b6b3-9b65bb7d4503&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 09:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-convert-text-idoc-to-xml/m-p/2189071#M466496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T09:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Program to convert text(Idoc) to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-convert-text-idoc-to-xml/m-p/2189072#M466497</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;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/46759682-0401-0010-1791-bd1972bc0b8a" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/46759682-0401-0010-1791-bd1972bc0b8a&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.iedigroup.com/disaster2/" target="test_blank"&gt;http://www.iedigroup.com/disaster2/&lt;/A&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, 04 May 2007 09:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-convert-text-idoc-to-xml/m-p/2189072#M466497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T09:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Program to convert text(Idoc) to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-convert-text-idoc-to-xml/m-p/2189073#M466498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anup,&lt;/P&gt;&lt;P&gt;- if the content of the txt file is in xml format you don't need such a tool.&lt;/P&gt;&lt;P&gt;- if the content of the text file is an unstructured text stream there can be no such tool.&lt;/P&gt;&lt;P&gt;- if the content of the text file is in any known and defined (but not XML) structured form, try to find a specific existing converter to XML for that.&lt;/P&gt;&lt;P&gt;- if the content of the text file is in an undefined but structured form or if you don't want to pay for the aforementioned transformer, get yourself any scripting language(e.g. PHP), learn regular expressions and parse the text file to XML you'll get maximum capabilities with that approach.&lt;/P&gt;&lt;P&gt; check this link also :&lt;/P&gt;&lt;P&gt;&lt;A href="http://sourceforge.net/projects/txt2xml/" target="test_blank"&gt;http://sourceforge.net/projects/txt2xml/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/a6/0e623c4f69b712e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/a6/0e623c4f69b712e10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 09:59:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-convert-text-idoc-to-xml/m-p/2189073#M466498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T09:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Program to convert text(Idoc) to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-convert-text-idoc-to-xml/m-p/2189074#M466499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;guys &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;There is a Single program which converts the IDoc to the XML format&lt;/P&gt;&lt;P&gt;The PDF is good, but is somewhat of an overkill,good for XI.&lt;/P&gt;&lt;P&gt;not for traditional EDI/ALE.&lt;/P&gt;&lt;P&gt;Do u know the name of the Program!?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 11:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-convert-text-idoc-to-xml/m-p/2189074#M466499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T11:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Program to convert text(Idoc) to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-convert-text-idoc-to-xml/m-p/2189075#M466500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simply create an Port (via WE21) for XML document creation which works like an RFC-Port but writes a XML file.&lt;/P&gt;&lt;P&gt;Of course you also need define a logical system that uses this port and a distribution model (BD64).&lt;/P&gt;&lt;P&gt;But then you can simply use RSEOUT00 to send the IDOC data to the XML-file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 11:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-to-convert-text-idoc-to-xml/m-p/2189075#M466500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T11:50:31Z</dc:date>
    </item>
  </channel>
</rss>

