<?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 definitions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-definitions/m-p/806069#M41325</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;This (trying to upload table definitions and change table structure/definition in the production system) is not a suitable way to interfere database definitions at production system. You should use standard transport mechanism instead. If you want to create table definitions dynamically, that will be another issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Aug 2004 10:16:42 GMT</pubDate>
    <dc:creator>ssimsekler</dc:creator>
    <dc:date>2004-08-24T10:16:42Z</dc:date>
    <item>
      <title>Table definitions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-definitions/m-p/806065#M41321</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;How to save table definitions into a local file? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;V Balaji.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2004 15:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-definitions/m-p/806065#M41321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-23T15:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table definitions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-definitions/m-p/806066#M41322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is program RDDSRCG0.  It generates programming langauge structure descriptions.  But given the languages it generates for (Cobol, PL/1, C, and RPG) this program is a little dated.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want something more recent (like MS Excel), you might want to look at the type Desccriptor classes (cl_abap_typedescr and its children).  I have used them before to build a simple download to Excel utility.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2004 19:56:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-definitions/m-p/806066#M41322</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2004-08-23T19:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table definitions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-definitions/m-p/806067#M41323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Balaji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to write a program that use function module DDIF_TABL_GET or run this function directly using SE37. Then download the content of internal table DD03P_TAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2004 19:56:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-definitions/m-p/806067#M41323</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2004-08-23T19:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table definitions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-definitions/m-p/806068#M41324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I upload the downloaded file into other production system, whether domains &amp;amp; other properties are copied. It's advisable to create a "Z" table in this manner?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balaji Viswanath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2004 03:36:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-definitions/m-p/806068#M41324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-08-24T03:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table definitions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-definitions/m-p/806069#M41325</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;This (trying to upload table definitions and change table structure/definition in the production system) is not a suitable way to interfere database definitions at production system. You should use standard transport mechanism instead. If you want to create table definitions dynamically, that will be another issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2004 10:16:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-definitions/m-p/806069#M41325</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2004-08-24T10:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table definitions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-definitions/m-p/806070#M41326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I certainly wouldn't recommend it.  Why not just create the table in development and transport it?  You wouldn't want your systems to become out of sync.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2004 12:13:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-definitions/m-p/806070#M41326</guid>
      <dc:creator>thomas_jung</dc:creator>
      <dc:date>2004-08-24T12:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table definitions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-definitions/m-p/806071#M41327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should not upload DDIC definition into production using a custom program although the DDIC is a custom one. However in development system, you can look at function group SIFD that has function modules to read and maintain DDIC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2004 15:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-definitions/m-p/806071#M41327</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2004-08-24T15:20:51Z</dc:date>
    </item>
  </channel>
</rss>

