<?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: Multiple calling logical database ADA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-calling-logical-database-ada/m-p/7144359#M1513848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The exception LDB_NOT_REENTRANT means: The logical database is not prepared to accept several successive calls within a transaction. So obviously you can't use LDB_PROCESS  for your purpose. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps your goal is possible if you use a sequence of commands&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GET &amp;lt;ldb_node_1&amp;gt;. 
GET &amp;lt;ldb_node_1&amp;gt; LATE.
GET &amp;lt;ldb_node_2&amp;gt;.
GET &amp;lt;ldb_node_2&amp;gt; LATE.
etc...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;where  ldb_node_1, ldb_node_2, etc... are some nodes included in logical database ADA. As I am not familiar with this particular LDB I can't tell which nodes are required to achieve your goal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Aug 2010 16:46:50 GMT</pubDate>
    <dc:creator>adrian_dorn</dc:creator>
    <dc:date>2010-08-27T16:46:50Z</dc:date>
    <item>
      <title>Multiple calling logical database ADA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-calling-logical-database-ada/m-p/7144358#M1513847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to call logical database ADA two times in my program. I use calling logical database using LDB_PROCESS function module. I need to call LDB for depreciation areas 01 and 60. If I call second time, I get exception  LDB_NOT_REENTRANT. I found, that for multiple calls of LDB, there should be LDB_PROCESS_INIT subroutine in logical database proram. In this case, program is SAPDBADA and in this program, LDB_PROCESS_INIT is missing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you pls. help me, how to call ADA logical database two times?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jirka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 12:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-calling-logical-database-ada/m-p/7144358#M1513847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T12:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple calling logical database ADA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-calling-logical-database-ada/m-p/7144359#M1513848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The exception LDB_NOT_REENTRANT means: The logical database is not prepared to accept several successive calls within a transaction. So obviously you can't use LDB_PROCESS  for your purpose. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps your goal is possible if you use a sequence of commands&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GET &amp;lt;ldb_node_1&amp;gt;. 
GET &amp;lt;ldb_node_1&amp;gt; LATE.
GET &amp;lt;ldb_node_2&amp;gt;.
GET &amp;lt;ldb_node_2&amp;gt; LATE.
etc...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;where  ldb_node_1, ldb_node_2, etc... are some nodes included in logical database ADA. As I am not familiar with this particular LDB I can't tell which nodes are required to achieve your goal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 16:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-calling-logical-database-ada/m-p/7144359#M1513848</guid>
      <dc:creator>adrian_dorn</dc:creator>
      <dc:date>2010-08-27T16:46:50Z</dc:date>
    </item>
  </channel>
</rss>

