<?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 Creating database tables dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-database-tables-dynamically/m-p/8820419#M1682102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I was wondering if there is a way to create database tables through BAPI or FM's. More on the similar ground on proxy generated structures,they are created dynamically. Can we in the similar way create database tables dynamically through code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2012 09:03:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-12T09:03:17Z</dc:date>
    <item>
      <title>Creating database tables dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-database-tables-dynamically/m-p/8820419#M1682102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I was wondering if there is a way to create database tables through BAPI or FM's. More on the similar ground on proxy generated structures,they are created dynamically. Can we in the similar way create database tables dynamically through code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 09:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-database-tables-dynamically/m-p/8820419#M1682102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-12T09:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating database tables dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-database-tables-dynamically/m-p/8820420#M1682103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I must admit I've never tried anything like this before, but I guess you could create an RFC enabled FM and do a BDC recording to achieve this...I take it you have taken all the risks involved into account.&lt;/P&gt;&lt;P&gt;As far as I know I don't think there is a standard FM to create DB tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 09:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-database-tables-dynamically/m-p/8820420#M1682103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-12T09:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating database tables dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-database-tables-dynamically/m-p/8820421#M1682104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could take a look at FM DD_CREATE_TABLE.&lt;/P&gt;&lt;P&gt;Please check on the same here.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/261676"&gt;http://scn.sap.com/thread/261676&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also you can use Native SQL to create table, but this will not be available in Data dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shambu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 09:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-database-tables-dynamically/m-p/8820421#M1682104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-12T09:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating database tables dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-database-tables-dynamically/m-p/8820422#M1682105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perform some search at scn on &lt;A href="http://search.sap.com/ui/scn#query=DD_CREATE_TABLE"&gt;DD_CREATE_TABLE&lt;/A&gt; or DDIF_TABL_PUT / DDIF_TABL_ACTIVATE.&lt;/P&gt;&lt;P&gt;(&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;But first&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;ask the question&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to the managers of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the database&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Also those are internal not released FM, the "official" way to table creation is transaction SE11 (&lt;A class="urLnkFunction urVt1" href="https://service.sap.com/sap/support/notes/618242" title="Right mouse click to add this SAP Note to your browser favorites"&gt;&lt;SPAN class="urTxtH1" id="header_data"&gt;Note 618242 - Creating / changing database table in ABAP Dictionary&lt;/SPAN&gt;&lt;/A&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 09:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-database-tables-dynamically/m-p/8820422#M1682105</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-06-12T09:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating database tables dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-database-tables-dynamically/m-p/8820423#M1682106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search in SCN forums you will get it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 09:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-database-tables-dynamically/m-p/8820423#M1682106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-12T09:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating database tables dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-database-tables-dynamically/m-p/8820424#M1682107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAPLink uses DDIF_TABL_PUT (internal use only, no surprise) to create DB Tables. However the new table would still need to be assigned to a package other than $TMP, possibly via TR_TADIR_INTERFACE, activated and inserted into a transport request..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 09:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-database-tables-dynamically/m-p/8820424#M1682107</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2012-06-12T09:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating database tables dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-database-tables-dynamically/m-p/8820425#M1682108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are just trying to automate a process of creating tables,rather automating of all the data dictionary objects. We started with tables,seems lot of trouble involved(though will give it a try),what else of the data dictionary part can be controlled via code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 09:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-database-tables-dynamically/m-p/8820425#M1682108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-12T09:23:40Z</dc:date>
    </item>
  </channel>
</rss>

