<?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: Logical Tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-tables/m-p/3630631#M874466</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;Views are generally called  "Virtual Tables"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Views are generally used to get data from more than one table . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main advantage is Security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference Link:[http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea31446011d189700000e8322d00/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from Virtual  Tables we have logical database tables too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical database tables are programs which retrieve data from databases and makes it available to the application programs which use the LD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LD links the database and the application programs,&lt;/P&gt;&lt;P&gt;Reference link : [http://help.sap.com/saphelp_46c/helpdata/EN/9f/db9b5e35c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points of helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Rewards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Apr 2008 01:21:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-19T01:21:45Z</dc:date>
    <item>
      <title>Logical Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-tables/m-p/3630630#M874465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are logical tables in ABAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 21:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-tables/m-p/3630630#M874465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T21:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-tables/m-p/3630631#M874466</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;Views are generally called  "Virtual Tables"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Views are generally used to get data from more than one table . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main advantage is Security.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference Link:[http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea31446011d189700000e8322d00/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from Virtual  Tables we have logical database tables too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical database tables are programs which retrieve data from databases and makes it available to the application programs which use the LD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LD links the database and the application programs,&lt;/P&gt;&lt;P&gt;Reference link : [http://help.sap.com/saphelp_46c/helpdata/EN/9f/db9b5e35c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points of helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Rewards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2008 01:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-tables/m-p/3630631#M874466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-19T01:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-tables/m-p/3630632#M874467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;A logical database is a special ABAP/4 program which combines the contents of certain database tables. You can link a logical database to an ABAP/4 report program as an attribute. The logical database then supplies the report program with a set of hierarchically structured table lines which can be taken from different database tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Reading a SAP standard logical database (DB M - MRP Documents) in your ABAP/4 program. *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection. &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;get is equal to select * from.... &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;get mdkp. &lt;/P&gt;&lt;P&gt;   check field-name. &lt;/P&gt;&lt;P&gt;get mdtb. &lt;/P&gt;&lt;P&gt;   check field-name &lt;/P&gt;&lt;P&gt;end-of-selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to find the logical database for a table name, you can used SE36 - Logical Database Bulider. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps :- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SE36 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click Extras -&amp;gt; Table usage &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supply the Table name and hit enter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A Display Logical Database will be shown on a pop-up windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below klink will give you more information about the LDB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/EN/9f/db9b5e35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/EN/9f/db9b5e35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2008 02:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-tables/m-p/3630632#M874467</guid>
      <dc:creator>former_member254848</dc:creator>
      <dc:date>2008-04-19T02:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-tables/m-p/3630633#M874468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;/P&gt;&lt;P&gt;  Swapnali, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Logical tables means logical databases, which  we use frequently in executable programs due to its most common use to read data from database tables and linking them to executable ABAP programs while setting the program contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Logical databases provide a particular view of database tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. It is appropriate to use logical databases if the database tables you want to read correspond largely to the structure of the logical database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. The data structure in a logical database is hierarchical. Many tables in the R/3 System are linked to each other using foreign key relationships&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.  Logical database can read the lines of these tables one after the other into an executable program in a sequence which is normally defined by the hierarchical(tree) structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Major Tasks of Logical Databases&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Reading the same data for several programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Defining the same user interface for several programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Central authorization checks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Improving Performance (Response time)&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;gt;  it has also been possible to call logical databases independently of this tool using the function module LDB_PROCESS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; This allows you to call several logical databases from any ABAP program, nested in any  way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; You edit logical databases using the Logical Database Builder in the ABAP Workbench.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful , reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;G.V.K.Prasad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: PRASAD GVK on Apr 20, 2008 7:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Apr 2008 05:34:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-tables/m-p/3630633#M874468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-20T05:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-tables/m-p/3630634#M874469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Logical Database is special type of ABAP program that combines the contents of certain related database tables and retrieve some related data and make it available to application programs.Mostly used for HR programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words, a LDB is a method by which ABAP programs read and process the data. The sequence in which the data is supplied to the  program is determined by a tree structure.&lt;/P&gt;&lt;P&gt;The LDB usually consists of the following components.&lt;/P&gt;&lt;P&gt;Structure&lt;/P&gt;&lt;P&gt;Selections&lt;/P&gt;&lt;P&gt;Database programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical databases have a tree structure.&lt;/P&gt;&lt;P&gt;A logical database can contain a maximum of 300 tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functions of   LDB:&lt;/P&gt;&lt;P&gt;Data retrieval : &lt;/P&gt;&lt;P&gt;The personnel data of each employee is loaded into the main memory where it can be accessed for processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screening : &lt;/P&gt;&lt;P&gt;Employees can be selected according to the organizational criteria entered on the selection screen.&lt;/P&gt;&lt;P&gt;There are two types of screening..Person selection and data selection period.&lt;/P&gt;&lt;P&gt;Person selection defines those employees for whom a report is to be run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorization check : This ensures that the person starting the evaluation Is authorized to access the report data.&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;Mrunal&lt;/P&gt;&lt;P&gt;Intelligroup Inc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 05:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-tables/m-p/3630634#M874469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T05:44:01Z</dc:date>
    </item>
  </channel>
</rss>

