<?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: Data Dictionary in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3210974#M765493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If in a table there is field called&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MANDT	MANDT	CLNT	3	0	Client&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its client Dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If &amp;lt;b&amp;gt;MANDT&amp;lt;/b&amp;gt; is not there in the table it makes it clicnt independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the tables are client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2007 16:39:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-07T16:39:25Z</dc:date>
    <item>
      <title>Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3210972#M765491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is difference between client dependant and client independant???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 16:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3210972#M765491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T16:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3210973#M765492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u use mandt or clnt while u crate a view.. its client dependent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if just join with fields ignoring client its client independent...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 16:37:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3210973#M765492</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2007-12-07T16:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3210974#M765493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If in a table there is field called&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MANDT	MANDT	CLNT	3	0	Client&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its client Dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If &amp;lt;b&amp;gt;MANDT&amp;lt;/b&amp;gt; is not there in the table it makes it clicnt independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the tables are client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 16:39:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3210974#M765493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T16:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3210975#M765494</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;Whenever you login in the SAP system you login with some client. So basically a CLIENT is something that allows you to access some of the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the SAP system all the data are stored with a field called MANDT and with the datatype CLNT. This field contains the client details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when you access a table you can access the data of the table of your current execution client. And so that Table is called client dependent. You can only access data of the table of your logon client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when you mention client independent you can execute any data from any of the client. This is called the Client Independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Rewards points for useful answers.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 16:40:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary/m-p/3210975#M765494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T16:40:20Z</dc:date>
    </item>
  </channel>
</rss>

