<?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 Native SQL -&amp;gt; DDIC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-gt-ddic/m-p/946389#M64305</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;With Native SQL it is possible to create a table in the SQL DB (not in DDIC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to transform the tables created with native SQL from SQL DB to DDIC. Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jurko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Feb 2024 05:17:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2024-02-04T05:17:15Z</dc:date>
    <item>
      <title>Native SQL -&gt; DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-gt-ddic/m-p/946389#M64305</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;With Native SQL it is possible to create a table in the SQL DB (not in DDIC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to transform the tables created with native SQL from SQL DB to DDIC. Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jurko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Feb 2024 05:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-gt-ddic/m-p/946389#M64305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2024-02-04T05:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL -&gt; DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-gt-ddic/m-p/946390#M64306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jurko;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Native SQL gives you access to all of the language features of your SQL database, so the answer to your first question appears to be yes.  That being said, I have never done it myself but the documentation appears to indicate that you can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   As for question #2, does your database support operations that can retrieve the table layout?  If I am reading your question correctly, you are trying to make a DDIC table that has the same layout as a SQL table...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2005 15:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-gt-ddic/m-p/946390#M64306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-29T15:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL -&gt; DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-gt-ddic/m-p/946391#M64307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to do following:&lt;/P&gt;&lt;P&gt;from the txt-file that contains information like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;  CREATE TABLE AVERI_CLNT ( &lt;/P&gt;&lt;P&gt;         CLIENT   CHAR(3)  NOT NULL, &lt;/P&gt;&lt;P&gt;         ARG1     CHAR(3)  NOT NULL, &lt;/P&gt;&lt;P&gt;         ARG2     CHAR(3)  NOT NULL, &lt;/P&gt;&lt;P&gt;         FUNCTION CHAR(10) NOT NULL, &lt;/P&gt;&lt;P&gt;         PRIMARY KEY (CLIENT, ARG1, ARG2) &lt;/P&gt;&lt;P&gt;                          )&amp;lt;/i&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create a Table in ABAP Dictionary automatic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2005 15:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-gt-ddic/m-p/946391#M64307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-29T15:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Native SQL -&gt; DDIC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-gt-ddic/m-p/946392#M64308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jurko;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   To create the database at the SQL level from ABAP, wrap your code around the EXEC SQL command like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt;  CREATE TABLE AVERI_CLNT (&lt;/P&gt;&lt;P&gt;    CLIENT CHAR(3) NOT NULL,&lt;/P&gt;&lt;P&gt;    ARG1 CHAR(3) NOT NULL,&lt;/P&gt;&lt;P&gt;    ARG2 CHAR(3) NOT NULL,&lt;/P&gt;&lt;P&gt;    FUNCTION CHAR(10) NOT NULL,&lt;/P&gt;&lt;P&gt;  PRIMARY KEY (CLIENT, ARG1, ARG2)&lt;/P&gt;&lt;P&gt;  )&lt;/P&gt;&lt;P&gt;ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I know that will work at the database level, but I doubt the DDIC would recognize it.  It seems that Open SQL (for ABAP) can not do it.  The best way I know of is either transaction SE11 or SE80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2005 16:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/native-sql-gt-ddic/m-p/946392#M64308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-29T16:15:21Z</dc:date>
    </item>
  </channel>
</rss>

