<?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 data base in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-data-base/m-p/4130263#M987614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check with links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sample-code-abap.blogspot.com/2008/06/hr-abap-02-getting-started-ldb-pnp.html" target="test_blank"&gt;http://sample-code-abap.blogspot.com/2008/06/hr-abap-02-getting-started-ldb-pnp.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2008 08:33:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-26T08:33:24Z</dc:date>
    <item>
      <title>Logical data base</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-data-base/m-p/4130260#M987611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thedefinition of the logical database describes "central authorization checks for database accesses".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the authorization check is performed? How can we give the authorization check to particular LDB? Based on the user we will give the authorization means where should we give the authority checks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im little bit confused. Can any one explain me about authorization checks in LDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any links or materials also welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;helps will  be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 19:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-data-base/m-p/4130260#M987611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T19:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Logical data base</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-data-base/m-p/4130261#M987612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nandini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this links&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp60_sp/helpdata/en/4f/d52815575e11d189270000e8322f96/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp60_sp/helpdata/en/4f/d52815575e11d189270000e8322f96/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp60_sp/helpdata/en/4f/d52897575e11d189270000e8322f96/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp60_sp/helpdata/en/4f/d52897575e11d189270000e8322f96/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/9f/db99b435c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/9f/db99b435c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tasks of Logical Databases&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical databases serve mainly to reuse predefined functionality for reading data from database tables, but they can also be programmed for other tasks. To keep the application logic of application programs free from technical details, logical databases can perform the following tasks:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Reading the same data for several programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The individual programs do not then need to know the exact structure of the relevant database tables (and especially not their foreign key relationships). Instead, they can rely on the logical database to read the database entries in the right order during the GET event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Defining the same user interface for several programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical databases have a built-in selection screen. Therefore, all of the programs that use the logical database have the same user interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        &lt;STRONG&gt;&lt;U&gt;Central authorization checks&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorization checks for central and sensitive data can be programmed centrally in the database to prevent them from being bypassed by simple application programs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Improving Performance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to improve response times, logical databases permit you to take a number of measures to achieve this (for example, using joins instead of nested SELECT statements). These become immediately effective in all of the application programs concerned and save you from having to modify their source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Authorization Checks in Reporting (PA-APP)&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally, authorization checks in reporting do not differ from those in the transactions. Since data access in reporting is always of the read type, the system checks for a read authorization; the authorization group must be R or *.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some situations, you may want to use a simplified authorization check when running reports. The object RPABAP is required for the check as well as the object RPORGIN ; if these authorizations are available, a simpler and faster check is performed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the report cannot read certain applicant data due to lack of authorization, data for these persons is not processed at the GET APPLICANT time point. A note appears at the end of the list stating the number of applicants who were skipped due to lack of authorization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 19:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-data-base/m-p/4130261#M987612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T19:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Logical data base</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-data-base/m-p/4130262#M987613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ldb means logical view of two r more table (hier of table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t.code is se36 ...if u try to create ldb there system itself will generate coding...u can see the coding there(author check is perfomed by system itself that to u can view there)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 03:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-data-base/m-p/4130262#M987613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T03:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Logical data base</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-data-base/m-p/4130263#M987614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check with links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9b5e35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sample-code-abap.blogspot.com/2008/06/hr-abap-02-getting-started-ldb-pnp.html" target="test_blank"&gt;http://sample-code-abap.blogspot.com/2008/06/hr-abap-02-getting-started-ldb-pnp.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 08:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-data-base/m-p/4130263#M987614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T08:33:24Z</dc:date>
    </item>
  </channel>
</rss>

