<?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 CLIENT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2708465#M627659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHAT IS THE DIFFERANCE BETWEEN CLIENT INDEPENDANT AND CLIENT DEPENDANT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2007 09:59:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-27T09:59:39Z</dc:date>
    <item>
      <title>CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2708465#M627659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHAT IS THE DIFFERANCE BETWEEN CLIENT INDEPENDANT AND CLIENT DEPENDANT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 09:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2708465#M627659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T09:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2708466#M627660</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;Client Independant: These objects are not specific to any client. And it is universal which can be viewed,changed across the clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client Dependant: These are the objects can be viewed, changed for the client for which it has been assigned. Other clients do not have access on these objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP, all objects are finally stored as tables. "Mandt" is key field which determines whether the object is client dependant or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client Independant transport requests will make the transported objects available across the clients. and Client dependent transport request make the objects available only for the client mentioned by field "Mandt"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/b7/8a9a3aaf894871e10000000a114084/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/b7/8a9a3aaf894871e10000000a114084/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 10:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2708466#M627660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T10:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2708467#M627661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From tables point of view&lt;/P&gt;&lt;P&gt;1. Client Dependent table: contains a field that stores the client ID:&lt;/P&gt;&lt;P&gt;    MANDT  type CLNT.&lt;/P&gt;&lt;P&gt;   generally Application data (Master data + transaction data) tables&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;2. Client independent table: does not have a client field. So the all records of this table can be accessed from all the clients in the system. &lt;/P&gt;&lt;P&gt;   Generally repository data tables like TSTC...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 10:03:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2708467#M627661</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-27T10:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2708468#M627662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The table with MANDT field is client dependant and those tables with out MANDT is client independant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 10:04:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2708468#M627662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T10:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2708469#M627663</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;Client Independent(cross client) objects can be accessed from any client without transporting. For example, Reports and smartforms are client independent that means if you create a report or smartform in one client, this report and smartform can be viewed in another client without transporting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where as client dependent objects can be viewed or accessed only in the client in which you create them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All scripts are client dependent and some tables are client dependent.&lt;/P&gt;&lt;P&gt;There are two types of objects in SAP, client dependent and client independent. Objects used in several clients are called client independent while objects used in a specific client is called client dependent. To identify if a table is client dependent, one can use tcodes SE11 or SE12. In the table field attributes, if the MANDT field is present that table is client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Almost all the programs and database objects are client independent.&lt;/P&gt;&lt;P&gt;Only the data in Database tables are client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the below PDF file, it is having 4 pages which explains why SAP has Client independent and Client dependant..&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/basis/clntadm.pdf#search=%22ABAP%20%2B%20client%20independent%20and%20client%20dependant%20%22" target="test_blank"&gt;http://www.sappoint.com/basis/clntadm.pdf#search=%22ABAP%20%2B%20client%20independent%20and%20client%20dependant%20%22&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 10:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2708469#M627663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T10:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2708470#M627664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the data of client dependent tables can be viewed only when logged into that particular client whereas client independent tables data can be viewed by logging into any client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 10:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2708470#M627664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T10:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2708471#M627665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client Independant: These objects are not specific to any client. And it is universal which can be viewed,changed across the clients. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client Dependant: These are the objects can be viewed, changed for the client for which it has been assigned. Other clients do not have access on these objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP, all objects are finally stored as tables. "Mandt" is key field which determines whether the object is client dependant or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client Independant transport requests will make the transported objects available across the clients. and Client dependent transport request make the objects available only for the client mentioned by field "Mandt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 10:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2708471#M627665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T10:17:22Z</dc:date>
    </item>
  </channel>
</rss>

