<?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 ZTABLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable/m-p/3064673#M726173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) while creating ztable in the last step ie: for creating table entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;utilities-&amp;gt;table controls-&amp;gt;create entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its showing a pop window saying that "the table is cross client." &lt;/P&gt;&lt;P&gt;what does it actually mean an when i click on the tick mark its showing an error mesage " create data processing functional maodule" what does it mean. can any one help me plz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Nov 2007 15:26:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-25T15:26:14Z</dc:date>
    <item>
      <title>ZTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable/m-p/3064673#M726173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) while creating ztable in the last step ie: for creating table entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;utilities-&amp;gt;table controls-&amp;gt;create entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its showing a pop window saying that "the table is cross client." &lt;/P&gt;&lt;P&gt;what does it actually mean an when i click on the tick mark its showing an error mesage " create data processing functional maodule" what does it mean. can any one help me plz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Nov 2007 15:26:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable/m-p/3064673#M726173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-25T15:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: ZTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable/m-p/3064674#M726174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the table Doesn't have the field MANDT its a cross client table.. It means all the clients within a system will have the same entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose your development system has 2 clients 100, 110&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if the table is cross client, if you insert entry in the table in Client 100, the same will appear in client 110 also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table is not cross client ( Client dependent table )  then if you insert entry in client 100, it will not appear in client 110. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables with field MANDT are Client dependent tables&lt;/P&gt;&lt;P&gt;and tables without MANDT field are called Client Independent or Cross Client tables&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;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Nov 2007 15:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable/m-p/3064674#M726174</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-11-25T15:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: ZTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable/m-p/3064675#M726175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a field in your table...with following details...&lt;/P&gt;&lt;P&gt;Name: MANDT&lt;/P&gt;&lt;P&gt;Type: MANDT&lt;/P&gt;&lt;P&gt;Assign it as a key field....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This field will tell the corresponding Client, where the data belongs to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you know a SAP system may have many clients....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two types of data available....&lt;/P&gt;&lt;P&gt;1. Client - Dependent &lt;/P&gt;&lt;P&gt;2. Client - Independent (The data which are not having this MANDT field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cross Client data means that Client Independent data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Country table, Currency Table, Language Table are all Cross-Client tables...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 04:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable/m-p/3064675#M726175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T04:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: ZTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable/m-p/3064676#M726176</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;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The table is cross-client&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;You are in the process of maintaining a cross-client table. You are using the standard table maintenance screen here, which is frequently used to maintain client-specific Customizing entries. This message serves to warn you that each change you make will have an effect on all other clients in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System response&lt;/P&gt;&lt;P&gt;You have the authorization required for cross-client maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;Think carefully about the effect of your changes. Due to logical dependencies between client-specific Customizing and applications data on the one hand and cross-client Customizing data on the other hand, changing or deleting cross-client data could result in inconsistencies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore such changes should be carefully planned and coordinated, taking all the clients in the system into consideration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 05:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable/m-p/3064676#M726176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T05:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: ZTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable/m-p/3064677#M726177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             My in short advice is to create Table Maintainance to create/maintain entries in the table( T-code SM30). Before this just insert one field at first row Mandt with type Mandt check as key field. You wont get that Pop window for cross client. &lt;/P&gt;&lt;P&gt;              After creating this table field just go for table maintainance.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;steps are....&lt;/P&gt;&lt;P&gt;Go for Menu &lt;/P&gt;&lt;P&gt;Utilities -&amp;gt; Table Maintenace Generator&lt;/P&gt;&lt;P&gt;Then enter Authorisation group as "&amp;amp;NC&amp;amp;".&lt;/P&gt;&lt;P&gt;Just see any authorisation object....&lt;/P&gt;&lt;P&gt;Create one new function group....&lt;/P&gt;&lt;P&gt;then check for ONE step.&lt;/P&gt;&lt;P&gt;then maintain screen number ...overview screen ( enter one number eg. 100)&lt;/P&gt;&lt;P&gt;then create&lt;/P&gt;&lt;P&gt;it will ask for Package/development class....&lt;/P&gt;&lt;P&gt;save and come out&lt;/P&gt;&lt;P&gt;Then activate Ztable....&lt;/P&gt;&lt;P&gt;Then go to transaction SM30 and enter Ztable name....&lt;/P&gt;&lt;P&gt;and click on Maintain.&lt;/P&gt;&lt;P&gt;Then click on new entries and start entering the values/entries in the table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the way in which you are going to maintain entries in the table...&lt;/P&gt;&lt;P&gt;&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;Cheers,&lt;/P&gt;&lt;P&gt;Enjoy,,&lt;/P&gt;&lt;P&gt;Sagun Desai....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 08:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable/m-p/3064677#M726177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T08:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: ZTABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ztable/m-p/3064678#M726178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 types of data available -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;i.  Client Dependent &lt;/P&gt;&lt;P&gt;ii. Client Independent(For which there is no Mandt field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cross Client data means that Client Independent data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Anushree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 10:44:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ztable/m-p/3064678#M726178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T10:44:32Z</dc:date>
    </item>
  </channel>
</rss>

