<?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: Convert XML to ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940714#M942756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some dome coding how to convert your data with XSLT, you can read a short tutorial I've made:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.heidoc.net/joomla/en/technology-science/sap-and-xslt/5-tutorial-data-exchange-between-abap-and-xml" target="test_blank"&gt;http://www.heidoc.net/joomla/en/technology-science/sap-and-xslt/5-tutorial-data-exchange-between-abap-and-xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now for the question: What is better: XSLT or ST?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, that depends...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantages XSLT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Compatibility: XSLT is compatible with Internet Explorer, Java, .NET etc.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Flexibility: XSLT can read source data multiple times in any order, ST can read source data only once in serial order.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Conversion: XSLT can transform any given XML, ST can only transform from or to ABAP tables.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantages ST:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Symmetry: Use the same stylesheet in both directions.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Cleanliness: XSLT coding can be quite messy...&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Speed: ST is faster&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jan Krohn on Jul 15, 2011 10:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2008 15:00:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-19T15:00:06Z</dc:date>
    <item>
      <title>Convert XML to ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940705#M942747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I want to convert XML to ABAP.. I came to know through sdn...These are the two methods..&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;    1. XSLT  &lt;/P&gt;&lt;P&gt;    2. Simple transformation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Can you tell me which is the best method among these.If not is there any other methods.Pls suggest...Provide me the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 15:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940705#M942747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T15:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Convert XML to ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940706#M942748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do F1 on statement CALL TRANSFORMATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G@urav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 15:15:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940706#M942748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T15:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Convert XML to ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940707#M942749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gupta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Can u tell which is the best way among this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 15:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940707#M942749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T15:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Convert XML to ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940708#M942750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this link&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="718847"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 16:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940708#M942750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T16:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Convert XML to ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940709#M942751</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;PRE&gt;&lt;CODE&gt;&amp;amp;---------------------------------------------------------------------
*&amp;amp; Report z_xit_xml_check
&amp;amp;---------------------------------------------------------------------
report z_xit_xml_check.

class cl_ixml definition load.

type-pools: ixml.

types: begin of t_xml_line,
data(256) type x,
end of t_xml_line,

begin of tsfixml,
data(1024) type c,
end of tsfixml.


data: l_ixml type ref to if_ixml,
l_streamfactory type ref to if_ixml_stream_factory,
l_parser type ref to if_ixml_parser,
l_istream type ref to if_ixml_istream,
l_document type ref to if_ixml_document,
l_node type ref to if_ixml_node,
l_xmldata type string.

data: l_elem type ref to if_ixml_element,
l_root_node type ref to if_ixml_node,
l_next_node type ref to if_ixml_node,
l_name type string,
l_iterator type ref to if_ixml_node_iterator.

data: l_xml_table type table of t_xml_line,
l_xml_line type t_xml_line,
l_xml_table_size type i.
data: l_filename type string.


parameters: pa_file type char1024 default
'd:\joao\desenvolvimentos\fi\fact\teste.xml'.


Validation of XML file: Only DTD included in xml document is supported 
parameters: pa_val type char1 as checkbox.

start-of-selection.


Creating the main iXML factory 
l_ixml = cl_ixml=&amp;gt;create( ).


Creating a stream factory 
l_streamfactory = l_ixml-&amp;gt;create_stream_factory( ).


perform get_xml_table changing l_xml_table_size l_xml_table.



wrap the table containing the file into a stream 
l_istream = l_streamfactory-&amp;gt;create_istream_itable( table =
l_xml_table
size =
l_xml_table_size ).


Creating a document 
l_document = l_ixml-&amp;gt;create_document( ).


Create a Parser 
l_parser = l_ixml-&amp;gt;create_parser( stream_factory = l_streamfactory
istream = l_istream
document = l_document ).


Validate a document 
if pa_val eq 'X'.

l_parser-&amp;gt;set_validating( mode = if_ixml_parser=&amp;gt;co_validate ). 
endif.


Parse the stream 
if l_parser-&amp;gt;parse( ) ne 0.
if l_parser-&amp;gt;num_errors( ) ne 0.
data: parseerror type ref to if_ixml_parse_error,
str type string,
i type i,
count type i,
index type i.

count = l_parser-&amp;gt;num_errors( ).
write: count, ' parse errors have occured:'.
index = 0.
while index &amp;lt; count.
parseerror = l_parser-&amp;gt;get_error( index = index ).
i = parseerror-&amp;gt;get_line( ).
write: 'line: ', i.
i = parseerror-&amp;gt;get_column( ).
write: 'column: ', i.
str = parseerror-&amp;gt;get_reason( ).
write: str.
index = index + 1.
endwhile.
endif.
endif.


Process the document 
if l_parser-&amp;gt;is_dom_generating( ) eq 'X'.
perform process_dom using l_document.
endif.

&amp;amp;--------------------------------------------------------------------
*&amp;amp; Form get_xml_table
&amp;amp;--------------------------------------------------------------------
form get_xml_table changing l_xml_table_size type i
l_xml_table type standard table.



Local variable declaration 
data: l_len type i,
l_len2 type i,
l_tab type tsfixml,
l_content type string,
l_str1 type string,

c_conv TYPE REF TO cl_abap_conv_in_ce, 
l_itab type table of string.

l_filename = pa_file.


upload a file from the client's workstation 
call method cl_gui_frontend_services=&amp;gt;gui_upload
exporting
filename = l_filename
filetype = 'BIN'
importing
filelength = l_xml_table_size
changing
data_tab = l_xml_table
exceptions
others = 19.
if sy-subrc 0.
message id sy-msgid type sy-msgty number sy-msgno
with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
endif.


Writing the XML document to the screen 
CLEAR l_str1. 
LOOP AT l_xml_table INTO l_xml_line. 
c_conv = cl_abap_conv_in_ce=&amp;gt;create( input = l_xml_line-data 
*replacement = space ).

c_conv-&amp;gt;read( IMPORTING data = l_content len = l_len ). 
CONCATENATE l_str1 l_content INTO l_str1. 
ENDLOOP. 
l_str1 = l_str1+0(l_xml_table_size). 
SPLIT l_str1 AT cl_abap_char_utilities=&amp;gt;cr_lf INTO TABLE l_itab. 
WRITE: /. 
WRITE: /' XML File'. 
WRITE: /. 
LOOP AT l_itab INTO l_str1. 
REPLACE ALL OCCURRENCES OF cl_abap_char_utilities=&amp;gt;horizontal_tab 
*IN

l_str1 WITH space. 
WRITE: / l_str1. 
ENDLOOP. 
WRITE: /. 
endform. "get_xml_table

&amp;amp;--------------------------------------------------------------------
*&amp;amp; Form process_dom
&amp;amp;--------------------------------------------------------------------
form process_dom using document type ref to if_ixml_document.

data: node type ref to if_ixml_node,
iterator type ref to if_ixml_node_iterator,
nodemap type ref to if_ixml_named_node_map,
attr type ref to if_ixml_node,
name type string,
prefix type string,
value type string,
indent type i,
count type i,
index type i.

data: name2 type string,
name_root type string,
node_parent type ref to if_ixml_node,
node_root type ref to if_ixml_node,
num_children type i.


node ?= document.

check not node is initial.

uline.
write: /.
write: /' DOM-TREE'.
write: /.
if node is initial. exit. endif.


create a node iterator 
iterator = node-&amp;gt;create_iterator( ).

get current node 
node = iterator-&amp;gt;get_next( ).


loop over all nodes 
while not node is initial.
indent = node-&amp;gt;get_height( ) * 2.
indent = indent + 20.

num_children = node-&amp;gt;num_children( ).
case node-&amp;gt;get_type( ).
when if_ixml_node=&amp;gt;co_node_element.

element node 
name = node-&amp;gt;get_name( ).
nodemap = node-&amp;gt;get_attributes( ).
node_root = node-&amp;gt;get_root( ).
name_root = node_root-&amp;gt;get_name( ).
write: / 'ELEMENT :'.
write: at indent name color col_positive inverse.
write: 'NUM_CHILDREN:', num_children.
write: 'ROOT:', name_root.
node_parent = node-&amp;gt;get_parent( ).
name2 = node_parent-&amp;gt;get_name( ).
write: 'NAME2: ' , name2.

if not nodemap is initial.

attributes 
count = nodemap-&amp;gt;get_length( ).
do count times.
index = sy-index - 1.
attr = nodemap-&amp;gt;get_item( index ).
name = attr-&amp;gt;get_name( ).

prefix = attr-&amp;gt;get_namespace_prefix( ). 
value = attr-&amp;gt;get_value( ).
write: / 'ATTRIBUTE:'.
write: at indent name color col_heading inverse, '=',
value color col_total inverse.
enddo.
endif.
when if_ixml_node=&amp;gt;co_node_text or
if_ixml_node=&amp;gt;co_node_cdata_section.

text node 
value = node-&amp;gt;get_value( ).
write: / 'VALUE :'.


mjprocha 
node_parent = node-&amp;gt;get_parent( ).
write: at indent value color col_group inverse.
name2 = node_parent-&amp;gt;get_name( ).
write: 'NAME2: ' , name2.
endcase.

advance to next node 
node = iterator-&amp;gt;get_next( ).
endwhile.
endform. "process_dom&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Aug 14, 2008 2:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 16:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940709#M942751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T16:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Convert XML to ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940710#M942752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hans Bauer  had asked a simple question in plain english which everybody can understand. which is the best method XSLT or ST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you dont know the answer, do not type in , copy/paste some junk here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2008 09:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940710#M942752</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2008-06-08T09:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Convert XML to ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940711#M942753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The link i provided contains code as to how to convert xml to abap thats the reason why i provided it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2008 10:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940711#M942753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-08T10:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Convert XML to ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940712#M942754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no actual experience in practice, however, I did get to know a bit more about XML and ABAP by reading the blogs from Tobias Trapp. In this blog series about XML processing in ABAP, you will get your answer. To get back to your question, there is no real good answer to your question. It will be a matter of what exactly you want to do. ST is an SAP proprietary language which is designed for converting XML in ABAP types and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bottom line, read the blog series, and hopefully you will get your answer from this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[XML processing in ABAP|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1601] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2008 19:35:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940712#M942754</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-06-08T19:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Convert XML to ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940713#M942755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simple transformation method is best compare with XSLT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2008 18:47:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940713#M942755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-14T18:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Convert XML to ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940714#M942756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some dome coding how to convert your data with XSLT, you can read a short tutorial I've made:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.heidoc.net/joomla/en/technology-science/sap-and-xslt/5-tutorial-data-exchange-between-abap-and-xml" target="test_blank"&gt;http://www.heidoc.net/joomla/en/technology-science/sap-and-xslt/5-tutorial-data-exchange-between-abap-and-xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now for the question: What is better: XSLT or ST?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, that depends...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantages XSLT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Compatibility: XSLT is compatible with Internet Explorer, Java, .NET etc.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Flexibility: XSLT can read source data multiple times in any order, ST can read source data only once in serial order.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Conversion: XSLT can transform any given XML, ST can only transform from or to ABAP tables.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advantages ST:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Symmetry: Use the same stylesheet in both directions.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Cleanliness: XSLT coding can be quite messy...&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Speed: ST is faster&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jan Krohn on Jul 15, 2011 10:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 15:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-xml-to-abap/m-p/3940714#M942756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T15:00:06Z</dc:date>
    </item>
  </channel>
</rss>

