<?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>Question Re: IDT &amp; UDT - SQL Difference in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729936#M3483525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jawahar - Yes i know those details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Preetha - Thanks for the details and clarification. I hope if you use multi source universe and create universe with custom SQL thare also this SQL-92 standard only will work. am i correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Aug 2013 12:41:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-08-27T12:41:32Z</dc:date>
    <item>
      <title>IDT &amp; UDT - SQL Difference</title>
      <link>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaq-p/9729932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN BI4.0 - When we build the universe in IDT there is different SQL option for Single source and Multi Source.&lt;/P&gt;&lt;P&gt;Single source - Database specific SQL Syntax&lt;/P&gt;&lt;P&gt;Multi Source - Standard SQL-92 and SAP Business Objects SQL functions&lt;/P&gt;&lt;P&gt;What is the difference between this two? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 17:05:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaq-p/9729932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-26T17:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: IDT &amp; UDT - SQL Difference</title>
      <link>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729933#M3483522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Multi Source in IDT, it will allow to connect to 2 different DB (Oracle/SQL Server) or data sources and build the universe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previous versions of BI (3.1 or before)&amp;nbsp; you cannot build the universe with only one DB or data source. BI 4.0 will allow to connect to multiple Data sources.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 18:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729933#M3483522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-26T18:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: IDT &amp; UDT - SQL Difference</title>
      <link>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729934#M3483523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satheesh, &lt;/P&gt;&lt;P&gt;Say you have a BO Object called TODAY, you can define it anyway as below:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Database specific SQL syntax - syntax which will work only for a specific database &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SYSDATE - will work only for oracle &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GETDATE() - will work only for mssql&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Standard SQL-92 - syntax which will work in any database &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ﻿&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CURRENT_TIMESTAMP will work in any database (irrespective of oracle or mssql)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;SAP BO SQL Functions - BO will generate syntax based on the database&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; curDate﻿() will work for any db&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In multisource since there could be 2 different databases involved it generally use sql-92 or SAP BO functions sql, if apart from these any specific function(like lead, lag in oracle or @@servername in mssql) needs to be used, they have to be defined as database specific sql. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 18:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729934#M3483523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-26T18:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: IDT &amp; UDT - SQL Difference</title>
      <link>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729935#M3483524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great explanation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 18:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729935#M3483524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-26T18:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: IDT &amp; UDT - SQL Difference</title>
      <link>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729936#M3483525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jawahar - Yes i know those details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Preetha - Thanks for the details and clarification. I hope if you use multi source universe and create universe with custom SQL thare also this SQL-92 standard only will work. am i correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 12:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729936#M3483525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-27T12:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: IDT &amp; UDT - SQL Difference</title>
      <link>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729937#M3483526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satheesh - If you use multisource universe it use sql-92 syntax. If you are trying to create a custom sql (derived tbl/ col) that uses any specific function which is not in SQL-92 they are defined as database specific (shown in screenshots below).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/268884" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/268885" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 13:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729937#M3483526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-27T13:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: IDT &amp; UDT - SQL Difference</title>
      <link>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729938#M3483527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="postbody"&gt;IDT is the new tool introduced in BI 4. Concept is same as UDT, but presentation is different. &lt;BR /&gt;&lt;BR /&gt;1. We have structure pane and class n object pane in UDT, in IDT, they have Data foundation layer (in stead of structure pane) and Business Layer (instead of Class n object pane). First of all, a project is created, then a relational or OLAP connection, then data foundation and then business layer. Then the universe is published as .unx &lt;BR /&gt;&lt;BR /&gt;2. In IDT, the biggest advantage is that you have create universe based on multiple data sources. It could be different relational data sources (must be 64-bit), or different SAP BW source or them combined. &lt;BR /&gt;&lt;BR /&gt;3. You can create universe based of SAP BW. The tables underneath the cube would be extracted, and would be used like any relational database. &lt;BR /&gt;&lt;BR /&gt;4. They have introduced the concept of 'views' in Data Foundation Layer. If you have many tables to be used in the universe, it would be difficult to manage joins and structure. So you can create multiple windows. For ex., one view or window would be related to client and all the related tables. another window could be related to product and related tables, and another could be related to FACT and the main dimension tables. The master view would be the union of all these views. &lt;BR /&gt;&lt;BR /&gt;5. In UDT, you can add a table any time and then can drag it to object pane to create objects automatically. In IDT, automatic classes and objects are created only once when you create the Business Layer for the first time. After that, if you add any table, you have to create objects based on it manually. &lt;BR /&gt;&lt;BR /&gt;6. Identifying loops and creating contexts is not as clean in IDT as in UDT. &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 09:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729938#M3483527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-12T09:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: IDT &amp; UDT - SQL Difference</title>
      <link>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729939#M3483528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep - You can create classes/objects automatically in IDT at anytime. In BLX drag the table and drop it into the right location (say within a folder or below the universe name). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 20:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729939#M3483528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-12T20:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: IDT &amp; UDT - SQL Difference</title>
      <link>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729940#M3483529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 07:03:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/idt-udt-sql-difference/qaa-p/9729940#M3483529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-23T07:03:30Z</dc:date>
    </item>
  </channel>
</rss>

