<?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 ldb in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/2150290#M453935</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;wt is the diff between get and get late?&lt;/P&gt;&lt;P&gt;how many primary keys we can create for  a table?&lt;/P&gt;&lt;P&gt;pls give me example of client independent field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx in adv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2007 06:54:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-30T06:54:39Z</dc:date>
    <item>
      <title>ldb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/2150290#M453935</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;wt is the diff between get and get late?&lt;/P&gt;&lt;P&gt;how many primary keys we can create for  a table?&lt;/P&gt;&lt;P&gt;pls give me example of client independent field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx in adv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 06:54:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/2150290#M453935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T06:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: ldb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/2150291#M453936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;GET will fetch the table data immediately&lt;/P&gt;&lt;P&gt;GET LATE &lt;/P&gt;&lt;P&gt;In the LDB when you define the table structure in hierarchy, first it will fetch the higher node data and then all the below node tables data and comes to a second record in the top node table. for this GET Late is used.&lt;/P&gt;&lt;P&gt;You can create any number of primary keys in a table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script forms (developed in SE71) are client dependent  and the programs developed in SE38 are client independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 07:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/2150291#M453936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T07:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: ldb</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/2150292#M453937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;client independent&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont give MANDT field in table. Then it becomes client indepentent .&lt;/P&gt;&lt;P&gt;the structure of the table is not client-dependent - only the content of the table &lt;/P&gt;&lt;P&gt;records at the table whose first field is MANDT with type MANDT, are client depemdents.&lt;/P&gt;&lt;P&gt;THESE ARE SOME CHARACTERISTICS OF CLIENT DEPENDENT AND CROSS CLIENT TABLES.&lt;/P&gt;&lt;P&gt;Client-Dependent Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class A and C: Data is only imported into client 000. Existing data records are overwritten. &lt;/P&gt;&lt;P&gt;Class E, S and W: Data is imported into all clients. Existing data records are overwritten. &lt;/P&gt;&lt;P&gt;Class G: Existing data records are overwritten in client 000. In all other clients, new data records are inserted, but existing data records are not overwritten. &lt;/P&gt;&lt;P&gt;Class L: No data is imported.&lt;/P&gt;&lt;P&gt;Cross-Client Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Classes A, L and C: No data is imported. &lt;/P&gt;&lt;P&gt;Classes E, S, and W: Data is imported. Existing data records with the same key are overwritten. &lt;/P&gt;&lt;P&gt;Class G: Non-existent data records are inserted, but no existing data records are overwritten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;number of primary keys&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Primary Keys = Composite Key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e some set of columns will enable you to identify a unique row from a set of rows in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be achieved by checking the primary key check box in se11.&lt;/P&gt;&lt;P&gt;number is restricted by ur need or the numbers of colums in the table&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;navjot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2007 07:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ldb/m-p/2150292#M453937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-30T07:07:37Z</dc:date>
    </item>
  </channel>
</rss>

