<?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 Logical Database in Abap Objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-in-abap-objects/m-p/2757520#M641793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want do it a program report using a Logical Database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible ??? But when I make a GET &amp;lt;node&amp;gt;, occurs the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         "" Statement "ENDMETHOD" missing.  ""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm doing the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS MONFIN IMPLEMENTATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       METHOD TRAER_DATOS.&lt;/P&gt;&lt;P&gt;               GET VBRK.&lt;/P&gt;&lt;P&gt;       ENDMETHOD.&lt;/P&gt;&lt;P&gt;ENDCLASS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, somebody tell me how I use the logical database in Abap Objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&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;Dario R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2007 16:03:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-29T16:03:45Z</dc:date>
    <item>
      <title>Logical Database in Abap Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-in-abap-objects/m-p/2757520#M641793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want do it a program report using a Logical Database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible ??? But when I make a GET &amp;lt;node&amp;gt;, occurs the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         "" Statement "ENDMETHOD" missing.  ""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm doing the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS MONFIN IMPLEMENTATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       METHOD TRAER_DATOS.&lt;/P&gt;&lt;P&gt;               GET VBRK.&lt;/P&gt;&lt;P&gt;       ENDMETHOD.&lt;/P&gt;&lt;P&gt;ENDCLASS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, somebody tell me how I use the logical database in Abap Objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&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;Dario R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 16:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-in-abap-objects/m-p/2757520#M641793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T16:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database in Abap Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-in-abap-objects/m-p/2757521#M641794</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;Instead of using GET statement in the method why don't you try to use function module LDB_PROCESS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the example program "demo_logical_database"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 19:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-in-abap-objects/m-p/2757521#M641794</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-29T19:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database in Abap Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-in-abap-objects/m-p/2757522#M641795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think that logical databases are supported in ABAP OO,  you will need to implement using classical procedural ABAP.  BTW, logical databases are obselete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 20:01:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-in-abap-objects/m-p/2757522#M641795</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-29T20:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database in Abap Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-in-abap-objects/m-p/2757523#M641796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we cant use logical databases in ABAP oop&lt;/P&gt;&lt;P&gt;u go with normal usage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Giridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 06:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-in-abap-objects/m-p/2757523#M641796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T06:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database in Abap Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-in-abap-objects/m-p/2757524#M641797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logical Databases are not completely obsolete. They are for most modules (SD, FICO, MM, etc.) but in HR/Payroll/Time, that is the only way to extract data out of the HR clusters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 13:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-in-abap-objects/m-p/2757524#M641797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T13:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Database in Abap Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-in-abap-objects/m-p/2757525#M641798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical databases whilst of "some use" are not really part of OO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use a logical database in an abap OO program I would create a special class which just does the get data from your DB and pass this either at record or table level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Techniques such as GET XXXX LATE aren't really part of any OO type of application since at Object Instantiation time you should be able to access ALL the attributes of that object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as OO is concerned Logical databases are a throwback to "Dinosaur Technology".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since however modules such as SD and FI are still heavily reliant on relational structures (i.e linked tables etc)  then there is still some limited life in this stuff but for OO try and solve it by another method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really must use this stuff in OO then do it via a FMOD call and save the data in a table which your method will pass back to your application program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't issue a GET command directly in a method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jimbo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 16:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-database-in-abap-objects/m-p/2757525#M641798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T16:26:41Z</dc:date>
    </item>
  </channel>
</rss>

