<?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: Problem with LDB in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/1735853#M320019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you putting any filtering conditions before GET statement. If so that could be one possibility of error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2006 21:47:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-07T21:47:39Z</dc:date>
    <item>
      <title>Problem with LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/1735852#M320018</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;  I am using the LDB DDF. In START-OF-SELECTION, I am getting the data for BSID using GET BSID and then filling the internal table. Then I am using GET KNB1. After this statement the data for BSID is becoming initial for all the fields.&lt;/P&gt;&lt;P&gt;Can anyone pls tell me why this is happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 21:37:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/1735852#M320018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T21:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/1735853#M320019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you putting any filtering conditions before GET statement. If so that could be one possibility of error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 21:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/1735853#M320019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T21:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LDB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/1735854#M320020</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;I don't know DDF in detail but I know logical databases are very complex and I think is caused by the internal design. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare a field and store BSID after GET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:
  GS_BSID type BSID.
GET BSID.
GS_BSID = BSID.
GET KNB1.
* use GS_BSID here...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The results for GET are defined to be valid when GET is executed - not necessarily until the next GET for the same structure.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 22:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ldb/m-p/1735854#M320020</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-12-07T22:19:18Z</dc:date>
    </item>
  </channel>
</rss>

