<?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 to Internal Table with CDATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-with-cdata/m-p/12752715#M2021868</link>
    <description>&lt;P&gt;Thankyou ,&lt;BR /&gt;I coppied the FM and added this "&lt;STRONG&gt;if_ixml_node&lt;/STRONG&gt;&lt;STRONG&gt;=&amp;gt;&lt;/STRONG&gt;&lt;STRONG&gt;co_node_cdata_section&lt;/STRONG&gt;" inside the &lt;STRONG&gt;get_element &lt;/STRONG&gt;next to the "&lt;STRONG&gt;when if_ixml_node=&amp;gt;&lt;/STRONG&gt;&lt;STRONG&gt;co_node_text&lt;/STRONG&gt;" and I got the result I need.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;and I also found other solution in this link &lt;BR /&gt;&lt;A href="https://jjji35.tistory.com/111" target="test_blank"&gt;https://jjji35.tistory.com/111&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 03:41:05 GMT</pubDate>
    <dc:creator>AJeB</dc:creator>
    <dc:date>2023-07-12T03:41:05Z</dc:date>
    <item>
      <title>XML to Internal Table with CDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-with-cdata/m-p/12752711#M2021864</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Function Module: SMUM_XML_PARSE&lt;BR /&gt;I have an XML file and I want to upload it into ITAB, The upload was successful but it is not getting some values of the XML tags with CDATA, &lt;BR /&gt;&lt;BR /&gt;sample XML tag with CDATA&lt;BR /&gt;&amp;lt;CompanyName&amp;gt;&lt;STRONG&gt;&amp;lt;![CDATA[ABCD INC.]]&amp;gt;&lt;/STRONG&gt;&amp;lt;/CompanyName&amp;gt; = Getting the data is not successful&lt;/P&gt;
  &lt;P&gt;&amp;lt;Location&amp;gt;Location 1&amp;lt;/Location&amp;gt; = Getting the value is successful&lt;BR /&gt;&lt;BR /&gt;How to fix this or What other FM I can use to get the XML value with CDATA ?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 03:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-with-cdata/m-p/12752711#M2021864</guid>
      <dc:creator>AJeB</dc:creator>
      <dc:date>2023-07-11T03:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: XML to Internal Table with CDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-with-cdata/m-p/12752712#M2021865</link>
      <description>&lt;P&gt;use xslt......&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 04:05:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-with-cdata/m-p/12752712#M2021865</guid>
      <dc:creator>junwu</dc:creator>
      <dc:date>2023-07-11T04:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: XML to Internal Table with CDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-with-cdata/m-p/12752713#M2021866</link>
      <description>&lt;P&gt;As already answered in the forum: IXML, SXML, ST, XSLT, etc.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 05:00:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-with-cdata/m-p/12752713#M2021866</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-07-11T05:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: XML to Internal Table with CDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-with-cdata/m-p/12752714#M2021867</link>
      <description>&lt;P&gt;SMUM_XML_PARSE is just a "weakening" wrapper of IXML, so just copy its code and handle nodes of types CDATA (if_ixml_node=&amp;gt;co_node_cdata_section and if_ixml_cdata_section / method GET_VALUE to get directly "ABCD INC.")&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 09:06:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-with-cdata/m-p/12752714#M2021867</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-07-11T09:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: XML to Internal Table with CDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-with-cdata/m-p/12752715#M2021868</link>
      <description>&lt;P&gt;Thankyou ,&lt;BR /&gt;I coppied the FM and added this "&lt;STRONG&gt;if_ixml_node&lt;/STRONG&gt;&lt;STRONG&gt;=&amp;gt;&lt;/STRONG&gt;&lt;STRONG&gt;co_node_cdata_section&lt;/STRONG&gt;" inside the &lt;STRONG&gt;get_element &lt;/STRONG&gt;next to the "&lt;STRONG&gt;when if_ixml_node=&amp;gt;&lt;/STRONG&gt;&lt;STRONG&gt;co_node_text&lt;/STRONG&gt;" and I got the result I need.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;and I also found other solution in this link &lt;BR /&gt;&lt;A href="https://jjji35.tistory.com/111" target="test_blank"&gt;https://jjji35.tistory.com/111&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 03:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-with-cdata/m-p/12752715#M2021868</guid>
      <dc:creator>AJeB</dc:creator>
      <dc:date>2023-07-12T03:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: XML to Internal Table with CDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-with-cdata/m-p/12752716#M2021869</link>
      <description>&lt;P&gt;"other solution in this link" which gives in fact code about if_ixml_node=&amp;gt;co_node_cdata_section, method get_value, which doesn't add much to the answer.&lt;/P&gt;&lt;P&gt;To help future visitors, I guess what you did in the copy of subroutine GET_ELEMENT of include LSMUMF01 (used by SMUM_XML_PARSE), is to change this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    when if_ixml_node=&amp;gt;co_node_text.
&lt;/CODE&gt;&lt;/PRE&gt;to&lt;PRE&gt;&lt;CODE&gt;    when if_ixml_node=&amp;gt;co_node_text
    or if_ixml_node=&amp;gt;co_node_cdata_section.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Jul 2023 05:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/xml-to-internal-table-with-cdata/m-p/12752716#M2021869</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-07-12T05:41:28Z</dc:date>
    </item>
  </channel>
</rss>

