<?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: reg. table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-table/m-p/1622766#M278516</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;Tables can be both client dependent and client independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This all depends on the first field in the table. If the first field in table is MANDT then it is client dependent else it is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table is client dependent then you will not be able to see data across the client. All application data is client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Sep 2006 14:43:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-27T14:43:18Z</dc:date>
    <item>
      <title>reg. table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-table/m-p/1622764#M278514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quick question.&lt;/P&gt;&lt;P&gt;Is table client-dependent or client-independent?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean if the data is added to the table in one client, will that data be able to access from the other client in that system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 14:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-table/m-p/1622764#M278514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-27T14:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: reg. table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-table/m-p/1622765#M278515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Krishen,&lt;/P&gt;&lt;P&gt; It is Client IndependentOR Dependent ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we add a field MANDT of type MANDT then our table is client dependent and is visible to only that client. But if this Field is not added to the table then we can access the table using any client number.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Santosh Kumar P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 14:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-table/m-p/1622765#M278515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-27T14:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: reg. table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-table/m-p/1622766#M278516</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;Tables can be both client dependent and client independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This all depends on the first field in the table. If the first field in table is MANDT then it is client dependent else it is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table is client dependent then you will not be able to see data across the client. All application data is client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 14:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-table/m-p/1622766#M278516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-27T14:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: reg. table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-table/m-p/1622767#M278517</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;  It depends on how you create the table in SE11..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if you have MANDT then it becomes client dependant..&lt;/P&gt;&lt;P&gt;    ex. VBAP, VBAK..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if you don't have MANDT in the table then it becomes client independant..&lt;/P&gt;&lt;P&gt;    Ex. TVIMF..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 14:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-table/m-p/1622767#M278517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-27T14:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: reg. table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-table/m-p/1622768#M278518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi krishen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. MANDT field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If the first field of the table&lt;/P&gt;&lt;P&gt;   contains MANDT,&lt;/P&gt;&lt;P&gt;   then it is CLIENT DEPENDENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (Thats the only Criteria for dependency)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. This field is AUTOMATICALLY filled up&lt;/P&gt;&lt;P&gt;   by the system, based upon the current logged in client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Moreover,&lt;/P&gt;&lt;P&gt;   while displaying data in se11,se16,&lt;/P&gt;&lt;P&gt;   it will show only those records,&lt;/P&gt;&lt;P&gt;   which pertain to the current logged in client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 14:48:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-table/m-p/1622768#M278518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-27T14:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: reg. table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-table/m-p/1622769#M278519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it all depends upon the configuration of the table. i mean to say when u r making the table at that time u can set that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the first field in table is MANDT then it is client dependent else it is not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 14:49:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-table/m-p/1622769#M278519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-27T14:49:47Z</dc:date>
    </item>
  </channel>
</rss>

