<?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 in data selection with Logical database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-data-selection-with-logical-database/m-p/494347#M16808</link>
    <description>&lt;P&gt;The idea is, if you want to use obsolete Logical Databases, you have to learn how they work and with that knowledge analyze your problem, e.g. by debugging the program flow.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2017 06:00:45 GMT</pubDate>
    <dc:creator>retired_member</dc:creator>
    <dc:date>2017-08-03T06:00:45Z</dc:date>
    <item>
      <title>Problem in data selection with Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-data-selection-with-logical-database/m-p/494342#M16803</link>
      <description>&lt;P&gt;Hello All , &lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;I try to get some posts in BSEG with BKPF Key &lt;BR /&gt;GET BSIK &lt;BR /&gt;GET BKPF &lt;BR /&gt;GET BSEG &lt;BR /&gt;append gs_bseg to gt_bseg &lt;/P&gt;
  &lt;P&gt;i found just the first post for each header bkpf data &lt;BR /&gt;so just bseg-buzei = 1&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;in my case in bseg table i have three posts for a header data&lt;/P&gt;
  &lt;P&gt;Please , i'm beginner in logical database &lt;BR /&gt;can you please provide me an answer to my question &lt;/P&gt;
  &lt;P&gt;Thanks in advance,&lt;BR /&gt;Rachid &lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 16:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-data-selection-with-logical-database/m-p/494342#M16803</guid>
      <dc:creator>former_member421809</dc:creator>
      <dc:date>2017-08-02T16:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in data selection with Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-data-selection-with-logical-database/m-p/494343#M16804</link>
      <description>&lt;P&gt;&lt;A href="https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abenldb.htm" target="test_blank"&gt;https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/index.htm?file=abenldb.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 16:32:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-data-selection-with-logical-database/m-p/494343#M16804</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-08-02T16:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in data selection with Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-data-selection-with-logical-database/m-p/494344#M16805</link>
      <description>&lt;P&gt;Thanks Horst ,&lt;BR /&gt;but i didn't found what i need there , i'm asking if i can get all posts for a bkpf header ,because here it retrieves just the first post for each header data &lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 16:42:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-data-selection-with-logical-database/m-p/494344#M16805</guid>
      <dc:creator>former_member421809</dc:creator>
      <dc:date>2017-08-02T16:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in data selection with Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-data-selection-with-logical-database/m-p/494345#M16806</link>
      <description>&lt;P&gt;Why are you using a logical database? If you have the document number then just do SELECT yourself. It's not clear what you're doing or trying to achieve though.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 19:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-data-selection-with-logical-database/m-p/494345#M16806</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2017-08-02T19:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in data selection with Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-data-selection-with-logical-database/m-p/494346#M16807</link>
      <description>&lt;P&gt;Your first GET is GET BSIK so I suppose your are using logical database KDF (?) which only contains the record with vendor account in BSEG node, so usually only one per document, except if you add GET GSEG for offset accounts. If you want every item you must append BSEG and GSEG records to rebuild the full document.&lt;/P&gt;
  &lt;P&gt;Hint: As logical database are now obsolete (and rarely used outside of HR) why wouldn't you build you report with direct access to database table so BSIK and BSAK -&amp;gt; BKPF -&amp;gt; BSEG every records.&lt;/P&gt;
  &lt;P&gt;&lt;EM&gt;NB: In cas of doubt, build a simple test query/dataset with SQ01/SQ02 on the logical database. Or look for statements PUT bseg/gseg in the logical database program. (You should find a SELECT SINGLE with equal BUZEI and a SELECT INTO TABLE with non-equal BUZEI)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 05:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-data-selection-with-logical-database/m-p/494346#M16807</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-08-03T05:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in data selection with Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-data-selection-with-logical-database/m-p/494347#M16808</link>
      <description>&lt;P&gt;The idea is, if you want to use obsolete Logical Databases, you have to learn how they work and with that knowledge analyze your problem, e.g. by debugging the program flow.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 06:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-data-selection-with-logical-database/m-p/494347#M16808</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-08-03T06:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in data selection with Logical database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-data-selection-with-logical-database/m-p/494348#M16809</link>
      <description>&lt;P&gt;Thanks Raymond&lt;BR /&gt;Yes , i'm working with 'KDF' as logical database &lt;/P&gt;
  &lt;P&gt;I add a GET GSEG to retrieve other posts &lt;BR /&gt;That's what i want to achieve &lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2017 08:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-data-selection-with-logical-database/m-p/494348#M16809</guid>
      <dc:creator>former_member421809</dc:creator>
      <dc:date>2017-08-03T08:22:51Z</dc:date>
    </item>
  </channel>
</rss>

