<?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 dependent &amp; client independent objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-client-independent-objects/m-p/3139431#M746058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is meant by client independent &amp;amp; client dependent ?&lt;/P&gt;&lt;P&gt;I know that sapscripts are client dependent while smartfiorms are client independent. Also reports &amp;amp; FMs are client independent.&lt;/P&gt;&lt;P&gt;Want to have a better idea on this concept....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;Sweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Dec 2007 06:12:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-24T06:12:24Z</dc:date>
    <item>
      <title>client dependent &amp; client independent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-client-independent-objects/m-p/3139431#M746058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is meant by client independent &amp;amp; client dependent ?&lt;/P&gt;&lt;P&gt;I know that sapscripts are client dependent while smartfiorms are client independent. Also reports &amp;amp; FMs are client independent.&lt;/P&gt;&lt;P&gt;Want to have a better idea on this concept....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;Sweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 06:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-client-independent-objects/m-p/3139431#M746058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T06:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent &amp; client independent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-client-independent-objects/m-p/3139432#M746059</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;A client is an independent business unit within an R/3 System, Data in the R/3 are classified as cleint-Dependent and client-independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client-independent data such as ABAP Programs, R/3 repository objects throught the entire system. Other data is client-dependent. meaning, it can be viewed from one client. Cleint-dependent data includes customizing application and user data.&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;Pankaj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pankaj  Sharma on Dec 24, 2007 11:47 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 06:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-client-independent-objects/m-p/3139432#M746059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T06:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent &amp; client independent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-client-independent-objects/m-p/3139433#M746060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swetha,&lt;/P&gt;&lt;P&gt;&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;client specific means that you have to copy the script form client to client. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: you have a SAP system with 2 clients 000 and 001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have created a Script in 000 you want to use it in client 001. To use it in 001 you have to copy it from 000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With smart form it is client independent so you can use it in any client without the need to copy it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kanagaraja L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 06:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-client-independent-objects/m-p/3139433#M746060</guid>
      <dc:creator>Kanagaraja_L</dc:creator>
      <dc:date>2007-12-24T06:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent &amp; client independent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-client-independent-objects/m-p/3139434#M746061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create a table in 010 client in DEV server with CLNT as its first fields type, then you will find that table structure in all clients in DEV server. (i.e client independent)&lt;/P&gt;&lt;P&gt;example: function module, abap program, smart form.&lt;/P&gt;&lt;P&gt;If you create a record in that table in 010 client, you will not find that record in other clients. (i.e client dependent)&lt;/P&gt;&lt;P&gt;Example: script.&lt;/P&gt;&lt;P&gt;Sap script was developed a long back.&lt;/P&gt;&lt;P&gt;smartform is developed to avoid these type of some restrictions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client dependent Means if you create that data in one client is limited to that client only and it is not accessable in other clients&lt;/P&gt;&lt;P&gt;Like SAP SCRIPTS and STD texts data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as Client Independent means the data if you create in one client that is available in that as well as in other clients&lt;/P&gt;&lt;P&gt;Like SMARTFORMS, All dictionary Objects data and Repository objects data like Programs, Fun modules, tables etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no specific reason behind why scripts are client dep[endent and smartforms are client independent!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for SAP -- Scripts are called client dependent because if you create client in say,200 it would be available in that only.If you want to test the script in client 300 then it won't be there,you will have to go to transaction se71 in 300 .Then Utilities-&amp;gt; Copy from client.Give the source as 200 &amp;amp; form name(i.e. script name) &amp;amp; copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Few more reasons why....? Please read below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPscript technology is based on a mainframe product from the 1980s.SAPscript forms have always been -- under the hood -- relatively passive objects, with minimal embedded logic. These forms were designed to be driven and controlled by ABAP programs, much in the way ABAP programs read in database tables to produce reports; &lt;/P&gt;&lt;P&gt;if you ever download a SAPscript form (e.g., via utility program RSTXSCRP), and look at the portable text file it produces you'll see what I mean. &lt;/P&gt;&lt;P&gt;Many text objects (e.g., invoice header texts) are bound directly to documents which are client-dependent, so it makes sense for these text objects to also be client-dependent. From a complexity standpoint, SAPscript forms are close enough to these text objects where I can see how it made sense at the time to make them client-dependent too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT is the field which differenciates the table from Client Dependent and Client Independent Tables. &lt;/P&gt;&lt;P&gt;All the Scripts are Client Dependent Objects&lt;/P&gt;&lt;P&gt;Smart Forms, Function Modules are Client Independent Objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 06:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-client-independent-objects/m-p/3139434#M746061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T06:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent &amp; client independent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-client-independent-objects/m-p/3139435#M746062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually the concept of client dependent and client independent comes in Dictionary tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where If we create any Ztable and if we specify field MANDT then it is said to be client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we dosent specify field mandt in any table it is called as Client independent 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;SAP scirpts are said as client dependent because we have a print program for SAP scripts and we have to write the source code in that print program to execute the Form . so it is called as client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as in SAP Smartforms we have a option to write the source code in form smartform itself..... so  it is not depend on the client so it is called as lient independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function modules are gobal objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sunil kairam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 06:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-client-independent-objects/m-p/3139435#M746062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T06:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent &amp; client independent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-client-independent-objects/m-p/3139436#M746063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Differentiating Between Dependent and Independent Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Summary:&lt;/P&gt;&lt;P&gt;How can I make a differentiation between dependent and independent data? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Adapted from response by Carlos on Mon, 8 Jul 2002&lt;/P&gt;&lt;P&gt;&lt;A href="http://Groups.ITtoolbox.com/archives/archives.asp?l=sap-basis&amp;amp;i=112164" target="test_blank"&gt;http://Groups.ITtoolbox.com/archives/archives.asp?l=sap-basis&amp;amp;i=112164&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you double click a Transfer requirement in SE10 or SE09 and then press F4 in the field category, you will find some helpful information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client dependent or independent transfer requirements include client specific or cross client objects in the change requests. Workbench objects like SAPscripts are client specific, some entries in customizing are client independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you display the object list for one change request, and then for each object the object attributes, you will find the flag client specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If one object in the task list has this flag on, then that transport will be client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also find a list of the high class objects in SAP, here you will see the flag on/off. Use TCODE SOBJ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Adapted from response by Pascal on Mon, 08 Jul 2002&lt;/P&gt;&lt;P&gt;&lt;A href="http://Groups.ITtoolbox.com/archives/archives.asp?l=sap-basis&amp;amp;i=112131" target="test_blank"&gt;http://Groups.ITtoolbox.com/archives/archives.asp?l=sap-basis&amp;amp;i=112131&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start STMS and double click on the request itself, you will see which type of request it is (Workbench -&amp;gt; client independent or Customizing -&amp;gt; client dependent).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you to import every request on each client without looking inside the request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 06:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-client-independent-objects/m-p/3139436#M746063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T06:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent &amp; client independent objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-client-independent-objects/m-p/3139437#M746064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swetha,&lt;/P&gt;&lt;P&gt;               This is kiran kumar.G.I will explain some of the DIFFERENCES between client dependent and independent..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.At the time of creation of ur ztable(CUSTOM TABLE).If we Mention the field MANDT.(CLIENT FILED).That table data is availble in that client only.If we switch from client 200 to client 300 that ztable is not present in client 300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Scripts are client dependent .That means if we create a script in one client that script is present in that client only it is not available in other client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.Smartforms are Client indepentdent.That means we have accesss that smartform in other clients to...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLIENT DEPENDENT: Means we have to access all the things in that client only.we cannot access in other clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLIENT INDEPENDENT: We can access ur things in all clients if it is client indenpendent..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Award points if helpful&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Kiran Kumar.G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            Have a Nice Day...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 06:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-client-independent-objects/m-p/3139437#M746064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T06:38:40Z</dc:date>
    </item>
  </channel>
</rss>

