<?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: Creating CDS view - missing 'DDL Source' option in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-cds-view-missing-ddl-source-option/m-p/341929#M6207</link>
    <description>&lt;P&gt;It is "Data Definition".&lt;/P&gt;</description>
    <pubDate>Wed, 21 Dec 2016 17:19:38 GMT</pubDate>
    <dc:creator>retired_member</dc:creator>
    <dc:date>2016-12-21T17:19:38Z</dc:date>
    <item>
      <title>Creating CDS view - missing 'DDL Source' option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-cds-view-missing-ddl-source-option/m-p/341928#M6206</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to create a CDS view using Eclipse Neon. I have installed latest 'ABAP Development Tools for SAP NetWeaver' from "SAP Development Tools for Eclipse Neon - https://tools.hana.ondemand.com/neon/". Also, have ABAP system 7.40 service pack 009.&lt;/P&gt;&lt;P&gt;But still I am not able to see the DDL Source option to create (see the attached jpeg). Do you know what I am missing?&lt;/P&gt;&lt;P&gt;Please advise. Thanks in advance.&lt;A href="https://answers.sap.com/storage/attachments/12170-ddl-source.jpg"&gt;ddl-source.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 16:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-cds-view-missing-ddl-source-option/m-p/341928#M6206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-12-21T16:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating CDS view - missing 'DDL Source' option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-cds-view-missing-ddl-source-option/m-p/341929#M6207</link>
      <description>&lt;P&gt;It is "Data Definition".&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 17:19:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-cds-view-missing-ddl-source-option/m-p/341929#M6207</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2016-12-21T17:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating CDS view - missing 'DDL Source' option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-cds-view-missing-ddl-source-option/m-p/341930#M6208</link>
      <description>&lt;P&gt;Thank you very much Horst. I was going through 2014 Open SAP course that is where I got 'DDL Source'.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2016 17:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-cds-view-missing-ddl-source-option/m-p/341930#M6208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-12-21T17:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating CDS view - missing 'DDL Source' option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-cds-view-missing-ddl-source-option/m-p/341931#M6209</link>
      <description>&lt;P&gt;Could you please provide more details about renaming the CDS development objects. &lt;/P&gt;&lt;P&gt;All the videos on the HANA Academy channel for modeling CDS views (uploaded July 2016) show it as a DDL Source.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2016 14:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-cds-view-missing-ddl-source-option/m-p/341931#M6209</guid>
      <dc:creator>galeksan</dc:creator>
      <dc:date>2016-12-22T14:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating CDS view - missing 'DDL Source' option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-cds-view-missing-ddl-source-option/m-p/341932#M6210</link>
      <description>&lt;P&gt;The node in ADT is &lt;STRONG&gt;Core Data Services&lt;/STRONG&gt; with subnodes &lt;STRONG&gt;Access Control &lt;/STRONG&gt;and &lt;STRONG&gt;Data Definitions&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;Under Data Definitions there are the &lt;STRONG&gt;DDL source codes&lt;/STRONG&gt; that define &lt;STRONG&gt;CDS Views &lt;/STRONG&gt;or &lt;STRONG&gt;CDS Table Functions&lt;/STRONG&gt;. The source codes are the transportable repository objects (DDLS in TADIR). Nevertheless we speak of &lt;STRONG&gt;Data Definitions&lt;/STRONG&gt;. Similar to ABAP, where we speak of classes rather than of their class pools.&lt;/P&gt;&lt;P&gt;Each DDL source defines one &lt;STRONG&gt;CDS entity&lt;/STRONG&gt;. The entity is instantiated when you activate the DDL. This also happens in the target system after a transport. Instantiation means that the description of the DDL is transformed to metadata entries in system tables. ABAP looks up these metadata when addressed behind TYPE or in Open SQL. Furthermore, for CDS views the SQL view is instantiated on the DB. For technical reasons, for each view there is also a classical database view generated in the ABAP Dictionary, visible in SE11, but that should not be used itself.&lt;/P&gt;&lt;P&gt;A DDL source code for a data definition can have a different name than the CDS entity defined therein, but this is not recommended.&lt;/P&gt;&lt;P&gt;Under Access Control, you find the DCL sources for CDS roles.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2016 17:51:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-cds-view-missing-ddl-source-option/m-p/341932#M6210</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2016-12-22T17:51:37Z</dc:date>
    </item>
  </channel>
</rss>

