<?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 dependent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483827#M559952</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;scripts are client dependent.tables may be client dependent/independent.&lt;/P&gt;&lt;P&gt;see the case of tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client dependent:if the first field in the table is "CLNT" type then we can call that table as a  client dependent.&lt;/P&gt;&lt;P&gt;eg:mara,lfa1,etc...&lt;/P&gt;&lt;P&gt;client independent:if the first field in the table is other than "CLNT" type then we can call that table as a  client independent.&lt;/P&gt;&lt;P&gt;eg:SHDSTCIU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in client independent tables data is different for different for each client,where as in client independent tables same data will be present in all the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in client independent tables u can access the data from any client.if u want ot access the data from client dependent tables from one client u have to use the RFCs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 07:38:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-29T07:38:24Z</dc:date>
    <item>
      <title>client dependent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483823#M559948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;   can any one explain client dependent and independent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;aru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 07:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483823#M559948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T07:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483824#M559949</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 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 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;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 07:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483824#M559949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T07:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483825#M559950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;client dependent as in can b taken as if you say&lt;/P&gt;&lt;P&gt;1&amp;gt; the requirements of client&lt;/P&gt;&lt;P&gt;2&amp;gt; for any modifications all depends on client &lt;/P&gt;&lt;P&gt;client is the person with company deals  into&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope ths is what u r asking &lt;/P&gt;&lt;P&gt;thnkx &lt;/P&gt;&lt;P&gt;bhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 07:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483825#M559950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T07:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483826#M559951</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;Create a new scirpt in one client and open the same in the other client. You will not find the scirpt. You have to copy the script from one client to another.Scripts are stored in some database table while the smartforms are stored as function modules.&lt;/P&gt;&lt;P&gt;While in smartforms if you have created a smartform in one client and open the same smartform in the other client, you will find the smartform(unlike sap scritps). &lt;/P&gt;&lt;P&gt;Thus you can say that sap scripts are client dependent. Any changes to script in one client do not reflect in the other. You have to manually make the same changes in the other client for consistency.&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;Anitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 07:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483826#M559951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T07:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483827#M559952</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;scripts are client dependent.tables may be client dependent/independent.&lt;/P&gt;&lt;P&gt;see the case of tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client dependent:if the first field in the table is "CLNT" type then we can call that table as a  client dependent.&lt;/P&gt;&lt;P&gt;eg:mara,lfa1,etc...&lt;/P&gt;&lt;P&gt;client independent:if the first field in the table is other than "CLNT" type then we can call that table as a  client independent.&lt;/P&gt;&lt;P&gt;eg:SHDSTCIU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in client independent tables data is different for different for each client,where as in client independent tables same data will be present in all the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in client independent tables u can access the data from any client.if u want ot access the data from client dependent tables from one client u have to use the RFCs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 07:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483827#M559952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T07:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483828#M559953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP scripts and Standard texts are client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you have dev box,(Client 100 &amp;amp; 200) where you do all your changes. Usually, whatever changes are done in cleint 100 will be cascaded to Client 200 ( it will reflect),  that is cleint independent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to SAP script if you modify in cleint 100 it will not reflet in clent 200, your have to IMPORT it.Clent DEPENDENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope now the concept is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SaiRam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 07:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483828#M559953</guid>
      <dc:creator>former_member196280</dc:creator>
      <dc:date>2007-06-29T07:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483829#M559954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;client dependent data is available only for a specific client&lt;/P&gt;&lt;P&gt;other cant view that data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;in se11&lt;/P&gt;&lt;P&gt;A table is said to contain client dependent data if it has the first field of type &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;clnt&amp;lt;/b&amp;gt;  and size of 3..and also it should also b a part of primary key...&lt;/P&gt;&lt;P&gt;ie there should exist another primary key also...along with this field....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 07:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483829#M559954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T07:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483830#M559955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi aravind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    client dependent is nothing but when u create the field CLNT with data type MANDT,it is purely based on client requirements.&lt;/P&gt;&lt;P&gt;Client independent is that it is purely based on the programmer..&lt;/P&gt;&lt;P&gt;changes can be made acordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF USEFUL....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 08:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent/m-p/2483830#M559955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T08:15:24Z</dc:date>
    </item>
  </channel>
</rss>

