<?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: table contents in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/3166724#M753308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have a client specific table i.e. if you have a client field in the table...&lt;/P&gt;&lt;P&gt;whenever you enter any record into that table if client not specified system enters the current client number...&lt;/P&gt;&lt;P&gt;so the data becomes client specific-...&lt;/P&gt;&lt;P&gt;client specific table has client  specific data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 12:24:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-19T12:24:03Z</dc:date>
    <item>
      <title>table contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/3166723#M753307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi mentors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hw one can knw whether table enteries are client-dependent or client-independent?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;i repeat, table enteries not table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;thanku in advance&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 12:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/3166723#M753307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T12:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: table contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/3166724#M753308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have a client specific table i.e. if you have a client field in the table...&lt;/P&gt;&lt;P&gt;whenever you enter any record into that table if client not specified system enters the current client number...&lt;/P&gt;&lt;P&gt;so the data becomes client specific-...&lt;/P&gt;&lt;P&gt;client specific table has client  specific data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 12:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/3166724#M753308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T12:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: table contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/3166725#M753309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a table if mandt field is there, then table is client dependent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a record &lt;/P&gt;&lt;P&gt;mandt is having 800 or 200 or some thing else&lt;/P&gt;&lt;P&gt;then that record belongs to that client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on ur login client it will show the table contents based on mandt field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 12:33:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/3166725#M753309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T12:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: table contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/3166726#M753310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Most of the tables are client dependent.so the data available in one cleint wont be available in another cleint unless you copy from client.&lt;/P&gt;&lt;P&gt;Mandt field is the cleint field.&lt;/P&gt;&lt;P&gt;if it is client dependent table emans first field should be mandt in that database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise you can specify client name in select stmt also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from vbak&lt;/P&gt;&lt;P&gt;into table itab&lt;/P&gt;&lt;P&gt;up to 10 rows&lt;/P&gt;&lt;P&gt;cleint specified&lt;/P&gt;&lt;P&gt;where mandt = '025'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Sivaparvathi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward poinjts if helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 12:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/3166726#M753310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T12:36:43Z</dc:date>
    </item>
  </channel>
</rss>

