<?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: Table Mappings in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mappings/m-p/6363718#M1400833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP Dictionary and Data Dictionary are actually the same Only there is a difference in the name. Data Dictionary is the Logical View of the database. &lt;/P&gt;&lt;P&gt;ABAP Dictionary= data dictionary = SAP dictionary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: nihad omerbegovic on Dec 8, 2009 3:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Dec 2009 14:16:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-08T14:16:30Z</dc:date>
    <item>
      <title>Table Mappings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mappings/m-p/6363717#M1400832</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;&lt;/P&gt;&lt;P&gt;Was looking into the ABAP technical tables and  &lt;/P&gt;&lt;P&gt;have a few questions regarding these tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[1]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the difference between Data Dictionary and ABAP dictionary.Are they same?&lt;/P&gt;&lt;P&gt;I know what an ABAP dictionary is.What is a data dictionary then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[2]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are the SD  tables related.For example:-&lt;/P&gt;&lt;P&gt;If I look into a diagram of "SalesDocumentHeader"(See attcahed figure)- I see the VBAK table as base table and VBAP,VEPVG,VBEP as derived tables(With the arrows,Do they also have a meaning.Some arrows are there in both directions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what does this Base - derived relationship mean.&lt;/P&gt;&lt;P&gt;Should I have to look this in an object oriented way as in programming,so that if I access a derived table,I could access the fields in the  Base table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would appreciate if someone could answer the above questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 14:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mappings/m-p/6363717#M1400832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T14:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table Mappings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mappings/m-p/6363718#M1400833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ABAP Dictionary and Data Dictionary are actually the same Only there is a difference in the name. Data Dictionary is the Logical View of the database. &lt;/P&gt;&lt;P&gt;ABAP Dictionary= data dictionary = SAP dictionary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: nihad omerbegovic on Dec 8, 2009 3:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 14:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mappings/m-p/6363718#M1400833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T14:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table Mappings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mappings/m-p/6363719#M1400834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For second question. &lt;/P&gt;&lt;P&gt;No it doesn't mean object oriented derivation. It only means tables has similar keys. And in runtime generally you need to build your own logic to access logically connected tables (creating tables using joins). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only case similar this derivation is logical databases. If you are fetching data using logical database you can access many tables at once (but it is actually a system program selecting data for you it is actually not a derivation).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 14:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mappings/m-p/6363719#M1400834</guid>
      <dc:creator>former_member194416</dc:creator>
      <dc:date>2009-12-08T14:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table Mappings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mappings/m-p/6363720#M1400835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys....1 question though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBAK table.Is it a logical table belonging to a logical database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 15:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mappings/m-p/6363720#M1400835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T15:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Table Mappings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mappings/m-p/6363721#M1400836</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;goto se36, press F4 on LDB and insert VBAK in tablename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 15:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mappings/m-p/6363721#M1400836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Table Mappings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mappings/m-p/6363722#M1400837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did that it shows me that it is a transparent table.So its a representation of a table in the database and not a logical table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 15:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mappings/m-p/6363722#M1400837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T15:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table Mappings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mappings/m-p/6363723#M1400838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;    Tables can be only of 3 type : transparent,clusture or pooled tables.There is no other type of table like logical table.Logical database are not any tables or database.They are the programs to fetch data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 04:46:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mappings/m-p/6363723#M1400838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T04:46:11Z</dc:date>
    </item>
  </channel>
</rss>

