<?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: XML File in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file/m-p/912729#M57431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can import the file directly and read the XML file using the following codes. Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: xmlfile TYPE REF TO cl_xml_document_base.&lt;/P&gt;&lt;P&gt;  DATA: retcode LIKE sy-subrc.&lt;/P&gt;&lt;P&gt;  DATA: filename TYPE localfile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Import an XML file and return the Code.&lt;/P&gt;&lt;P&gt;    retcode = xmlfile-&amp;gt;import_from_file( filename ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Feb 2005 15:51:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-02-28T15:51:46Z</dc:date>
    <item>
      <title>XML File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file/m-p/912726#M57428</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;Need to find out some stuff. I want to import some data using an XML file. I have written a FM to read the file from Windows. The question is, can I use FM 'KD_GET_FILENAME_ON_F4' to get the file name from UNIX? And do I need to write a another routine to read file cause I read that I need to use OPEN DataSet and READ DataSet to read and dump the contents into a internal table for UNIX? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Conrad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 12:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file/m-p/912726#M57428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-10T12:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: XML File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file/m-p/912727#M57429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Have a look at &lt;A href="http://help.sap.com/saphelp_470/helpdata/EN/fc/eb3dc4358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_470/helpdata/EN/fc/eb3dc4358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also useful is this&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_470/helpdata/EN/fc/eb3c72358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_470/helpdata/EN/fc/eb3c72358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2005 12:54:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file/m-p/912727#M57429</guid>
      <dc:creator>eddy_declercq</dc:creator>
      <dc:date>2005-02-10T12:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: XML File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file/m-p/912728#M57430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Conrad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to read/write xml files using ABAP Objects .I did followed the documentation on using various objects to do this.But still having problems.can you pl send a piece of ABAP code that reads or writes xml file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Bharath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Feb 2005 00:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file/m-p/912728#M57430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-26T00:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: XML File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file/m-p/912729#M57431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can import the file directly and read the XML file using the following codes. Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: xmlfile TYPE REF TO cl_xml_document_base.&lt;/P&gt;&lt;P&gt;  DATA: retcode LIKE sy-subrc.&lt;/P&gt;&lt;P&gt;  DATA: filename TYPE localfile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Import an XML file and return the Code.&lt;/P&gt;&lt;P&gt;    retcode = xmlfile-&amp;gt;import_from_file( filename ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 15:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file/m-p/912729#M57431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-28T15:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: XML File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file/m-p/912730#M57432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response,as i'm trying to write/ build a xml file/dom from internal tables and write in in file system ,i thought of using iXML library given by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible to create dom,build XML file and render it to file system using class cl_xml_document_base.Is there any other related class to this to create a complete XML application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 17:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file/m-p/912730#M57432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-28T17:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: XML File</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file/m-p/912731#M57433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is. Read the description of each method in the cl_xml_document_base class. It will give u a clue on what each method does.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2005 17:53:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-file/m-p/912731#M57433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-09T17:53:21Z</dc:date>
    </item>
  </channel>
</rss>

