<?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: when to include mandt in a z table? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-include-mandt-in-a-z-table/m-p/3371812#M809416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;if u want u r ztable to be client dependent then u declare mandt feild.&lt;/P&gt;&lt;P&gt;and if u want it to be client independent then dont use mandt feild&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2008 16:04:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-07T16:04:51Z</dc:date>
    <item>
      <title>when to include mandt in a z table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-include-mandt-in-a-z-table/m-p/3371809#M809413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When creating a Z table, when is the MANDT field mandatory and when not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Ven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 15:22:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-include-mandt-in-a-z-table/m-p/3371809#M809413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T15:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: when to include mandt in a z table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-include-mandt-in-a-z-table/m-p/3371810#M809414</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;Mandt - It specifies wheather a table is client dependent or client independent.&lt;/P&gt;&lt;P&gt;If mandt is present the table is client dependent.&lt;/P&gt;&lt;P&gt;If mandt is not present the table is client independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client Dependent :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u declare a table as a client dependent , that table can be used with in that particular client , other clients can't access that table.&lt;/P&gt;&lt;P&gt;here we should specify first field is mandt.&lt;/P&gt;&lt;P&gt;Generally SAP Script is a cleint dependent, we can't use this Scripts directly to other clients without some conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client Independent :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u declare a table as a client independent, We can access this table other client also.&lt;/P&gt;&lt;P&gt;here we need not to specify first field is mandt.&lt;/P&gt;&lt;P&gt;Generally Smart forms are client Independent, We can use those Smart forms into other clients also.&lt;/P&gt;&lt;P&gt;because when activating one Smart form, system automatically generate the one function module automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 15:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-include-mandt-in-a-z-table/m-p/3371810#M809414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T15:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: when to include mandt in a z table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-include-mandt-in-a-z-table/m-p/3371811#M809415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MANDT field is never mandatory. If you think you need to separate data between different clients in the same system, you need to have MANDT field in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typically, if the table is configuration table, you don't need MANDT field. If it is an application data table, you should have MANDT field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bottom line, you are better off keeping a MANDT field in all the application the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't use a MANDT field when the table is used for data extracts (for further loading into external databases such as BW) since we have only one client in production system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 15:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-include-mandt-in-a-z-table/m-p/3371811#M809415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T15:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: when to include mandt in a z table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-include-mandt-in-a-z-table/m-p/3371812#M809416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;if u want u r ztable to be client dependent then u declare mandt feild.&lt;/P&gt;&lt;P&gt;and if u want it to be client independent then dont use mandt feild&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 16:04:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-include-mandt-in-a-z-table/m-p/3371812#M809416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T16:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: when to include mandt in a z table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-include-mandt-in-a-z-table/m-p/3371813#M809417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I split the points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 16:50:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-include-mandt-in-a-z-table/m-p/3371813#M809417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T16:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: when to include mandt in a z table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-include-mandt-in-a-z-table/m-p/3371814#M809418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mandt - It specifies wheather a table is client dependent or client independent.&lt;/P&gt;&lt;P&gt;If mandt is present the table is client dependent.&lt;/P&gt;&lt;P&gt;If mandt is not present the table is client independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client Dependent :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u declare a table as a client dependent , that table can be used with in that particular client , other clients can't access that table.&lt;/P&gt;&lt;P&gt;here we should specify first field is mandt.&lt;/P&gt;&lt;P&gt;Generally SAP Script is a cleint dependent, we can't use this Scripts directly to other clients without some conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client Independent :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u declare a table as a client independent, We can access this table other client also.&lt;/P&gt;&lt;P&gt;here we need not to specify first field is mandt.&lt;/P&gt;&lt;P&gt;Generally Smart forms are client Independent, We can use those Smart forms into other clients also.&lt;/P&gt;&lt;P&gt;because when activating one Smart form, system automatically generate the one function module automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 06:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/when-to-include-mandt-in-a-z-table/m-p/3371814#M809418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T06:29:42Z</dc:date>
    </item>
  </channel>
</rss>

