<?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: ABAP DICTIONARY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105670#M737237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its the same as it is in any other database system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a table holds records, a view is a window to a table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in abap dictionary, you can club multiple tables based on join conditions in a view to show data from multiple tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Priyank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Nov 2007 08:23:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-23T08:23:03Z</dc:date>
    <item>
      <title>ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105667#M737234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the difference between a database table and a view in the abap dictionary?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 08:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105667#M737234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T08:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105668#M737235</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;table can hold records but view is only meant for display .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;view can be from one table or from combination of multiple .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need certain fields of the table or combination of fields from more than one table or entries from one table such that those entries exist in another table, u can use databse view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work simply as a select query on the database,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sankar M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 08:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105668#M737235</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-11-23T08:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105669#M737236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tables and database views can be defined in the ABAP Dictionary.&lt;/P&gt;&lt;P&gt;These objects are created in the underlying database with this definition. Changes in the definition of a table or database view are also automatically made in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data from several tables can be combined in a meaningful way using a view (join).&lt;/P&gt;&lt;P&gt;You can also hide information that is of no interest to you (projection) or only display&lt;/P&gt;&lt;P&gt;those data records that satisfy certain conditions (selection).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database views implement an inner join. You only get those records which have an&lt;/P&gt;&lt;P&gt;entry in all the tables included in the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in views db modifications are not possible&lt;/P&gt;&lt;P&gt;views only contain data at run time&lt;/P&gt;&lt;P&gt;when they consult the database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case of views the join definitions are already sstored in the database itself&lt;/P&gt;&lt;P&gt;whereas join as open sql is a query to oracle database as similar select statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Views are optimized by SAP and stored in the repository while Joins &lt;/P&gt;&lt;P&gt;are in reports that needs to be compiled at every execution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 08:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105669#M737236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T08:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105670#M737237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its the same as it is in any other database system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a table holds records, a view is a window to a table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in abap dictionary, you can club multiple tables based on join conditions in a view to show data from multiple tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Priyank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 08:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105670#M737237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T08:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105671#M737238</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;&amp;lt;b&amp;gt;A database table&amp;lt;/b&amp;gt; is the central data structure of the ABAP/4 data dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The structure of the objects of application development are mapped in tables on the underlying relational database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attributes of these objects correspond to fields of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table consists of columns (fields) and rows (entries). It has a name and different attributes, such as delivery class and maintenance authorization. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A field has a unique name and attributes; for example it can be a key field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table has one or more key fields, called the primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values of these key fields uniquely identify a table entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must specify a reference table for fields containing a currency (data type CURR) or quantity (data type QUAN). It must contain a field (reference field) with the format for currency keys (data type CUKY) or the format for units (data type UNIT). The field is only assigned to the reference field at program runtime. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;A view&amp;lt;/b&amp;gt; is a logical view on one or more tables, that is, a view is not actually physically stored, instead being derived from one or more other tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data of a view can be displayed exactly like the data of a table in the extended table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data for an application object is often distributed on several database tables. Database systems therefore provide you with a way of defining application-specific views on the data contained in several tables. These are called views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data from several tables can be combined in a meaningful way using a view (join). You can also hide information that is of no interest to you (projection) or only display those data records that satisfy certain conditions (selection).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Tables and database views can be defined in the ABAP Dictionary.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These objects are created in the underlying database with this definition. Changes in the definition of a table or database view are also automatically made in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indexes can be defined in the ABAP Dictionary to speed up access to data in a table. These indexes are also created in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP Dictionary supports program development with a number of services:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Input helps (F4 helps) for screen fields can be defined with search helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen fields can easily be assigned a field help (F1 help) by creating documentation for the data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An input check that ensures that the values entered are consistent can easily be defined for screen fields using foreign keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The performance when accessing this data can be improved for database objects (tables, views) with buffering settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 08:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105671#M737238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T08:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105672#M737239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;View is better than table.&lt;/P&gt;&lt;P&gt;Using View u can avoid extra codings in ur program(u can avoid Joining conditions in program).&lt;/P&gt;&lt;P&gt;Also View has faster access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 08:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105672#M737239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T08:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105673#M737240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A one-line punch statement is....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATABASE TABLE HOLDS PHYSICAL DATA&lt;/P&gt;&lt;P&gt;VIEWS DOESN'T HOLDS PHYSICAL DATA, ONLY AT RUNTIME DATA WILL BE LOADED INTO IT...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 08:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105673#M737240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T08:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105674#M737241</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;A table can have data independently and view is independent on the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table can hold data about itself, but a view can have data from more than one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 08:51:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105674#M737241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T08:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP DICTIONARY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105675#M737242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;View is a program to fetch data from 1 or more database tables and show in screen, database tables holds actual values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2007 08:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-dictionary/m-p/3105675#M737242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-23T08:54:36Z</dc:date>
    </item>
  </channel>
</rss>

