<?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: client data dependent or independent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-data-dependent-or-independent/m-p/1825891#M352390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Data is client independent. nothing will have id you test in 100 and then in 600.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly , tables which are having mandt field is client dependent and which does not have mandt field are client independent.&lt;/P&gt;&lt;P&gt;If you change the structure of the table only then it will be changed, orelse i will not depend on the client, it is client independent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2007 11:05:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-24T11:05:47Z</dc:date>
    <item>
      <title>client data dependent or independent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-data-dependent-or-independent/m-p/1825886#M352385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have one doubt. now iam working in client 100.iam creating some sales order ,deliveries and billing documents.is it implies any impact on the client having th realtime data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have the data in client 600. is my work disturb any database tables here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because iam testing all the functiomodules what i have in client 100. later i have to check in 600. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;advance thanks ....right answers are rewarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-data-dependent-or-independent/m-p/1825886#M352385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: client data dependent or independent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-data-dependent-or-independent/m-p/1825887#M352386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No the data that you are creating in client 100 will have no impact on client 600&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only if you change the code or the structure of the table could there be any changes because these are client independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data which you are creating are client dependent and hence will have no effect on other clients.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 11:00:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-data-dependent-or-independent/m-p/1825887#M352386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T11:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: client data dependent or independent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-data-dependent-or-independent/m-p/1825888#M352387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Do not worry, the Data is Client Dependent, so there will be no effect in the other client&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 11:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-data-dependent-or-independent/m-p/1825888#M352387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T11:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: client data dependent or independent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-data-dependent-or-independent/m-p/1825889#M352388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the database table have a field called MANDT as the key field, the data in that particular table will be client dependant or else client independant &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose u have two clients say ,&lt;/P&gt;&lt;P&gt;client 1 - 600&lt;/P&gt;&lt;P&gt;client 2 - 800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client independent means not dependent upon client. For example a report is client independent.ie, a report (zex1) which is created in client 600 can be accessed in both clients 600 and 800 and viceversa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client dependent means dependent upon client. For example script is client dependent ie, If u create a script (zscript1) in client 600 then, that script is accessible in client 600 only, we cannot access it in client 800 and viceversa. &lt;/P&gt;&lt;P&gt;If u want to access it in client 800 we have to transport it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly , tables which are having mandt field is client dependent and which does not have mandt field are client independent. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 11:01:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-data-dependent-or-independent/m-p/1825889#M352388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T11:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: client data dependent or independent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-data-dependent-or-independent/m-p/1825890#M352389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data is client dependent so the changes will not be reflected in the other clients as long as u do not transport the changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 11:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-data-dependent-or-independent/m-p/1825890#M352389</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2007-01-24T11:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: client data dependent or independent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-data-dependent-or-independent/m-p/1825891#M352390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Data is client independent. nothing will have id you test in 100 and then in 600.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly , tables which are having mandt field is client dependent and which does not have mandt field are client independent.&lt;/P&gt;&lt;P&gt;If you change the structure of the table only then it will be changed, orelse i will not depend on the client, it is client independent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 11:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-data-dependent-or-independent/m-p/1825891#M352390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T11:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: client data dependent or independent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-data-dependent-or-independent/m-p/1825892#M352391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data created in one client doesnot reflect in other client as most of the database tables maintain MANDT fields due to which data is client dependent....So, if u create in 100, there won't be any affect in 600.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 11:06:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-data-dependent-or-independent/m-p/1825892#M352391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T11:06:47Z</dc:date>
    </item>
  </channel>
</rss>

