<?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: Table type/structure to XML in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-structure-to-xml/m-p/5418217#M1243887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you take a dump from table DD03L. This table contains information about Table fields, their length, data type position and key field information etc.You can download them to any format you want from Table content(SE16) output screen by menu path System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2009 09:14:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-09T09:14:00Z</dc:date>
    <item>
      <title>Table type/structure to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-structure-to-xml/m-p/5418216#M1243886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to Export a u201CTable Typeu201D to XML or any other readable format. I need to send the SE11 structure of the Table/Structure to a 3rd party vendor so they can create the table on there side. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one give me a Function module or Class that will download the Table type/Structure to a readable format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 09:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-structure-to-xml/m-p/5418216#M1243886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T09:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table type/structure to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-structure-to-xml/m-p/5418217#M1243887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you take a dump from table DD03L. This table contains information about Table fields, their length, data type position and key field information etc.You can download them to any format you want from Table content(SE16) output screen by menu path System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 09:14:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-structure-to-xml/m-p/5418217#M1243887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T09:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table type/structure to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-structure-to-xml/m-p/5418218#M1243888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fm DDIF_FIELDINFO_GET returns all metadata of a DDIC structure (alternatively you may use RFC_GET_NAMETAB or DD_GET_NAMETAB_FOR_RFC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can convert the itab data (DFIES or X031L) into an XML using CALL TRANSFORMATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you may have a look at function group SDIXML (available on ERP 6.0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 09:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-structure-to-xml/m-p/5418218#M1243888</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2009-04-09T09:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table type/structure to XML</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-structure-to-xml/m-p/5418219#M1243889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that table and structures I would like to send to the 3rd party guys is nested with other table types and structures. These functions and DD03L table does not display the nested table but only the first level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table was rather simple then I would run the Functions for the nested structures and put all the fields together manualy but the problem is that the table is very complex and I will change a lot over time depending on requirements. Therefore I need some sort of automated solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 09:35:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-type-structure-to-xml/m-p/5418219#M1243889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T09:35:13Z</dc:date>
    </item>
  </channel>
</rss>

