<?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: how do i acess client dependent data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-acess-client-dependent-data/m-p/2298362#M502103</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;    You need to write select statement using MANDT in where condition ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   ex:   select * from &amp;lt; Table &amp;gt; client specified &lt;/P&gt;&lt;P&gt;                  into  itab                   &lt;/P&gt;&lt;P&gt;                  where  ........... ( condition 1 )&lt;/P&gt;&lt;P&gt;                         mandt = 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  this will definately work ...&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;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 May 2007 08:02:49 GMT</pubDate>
    <dc:creator>former_member196299</dc:creator>
    <dc:date>2007-05-17T08:02:49Z</dc:date>
    <item>
      <title>how do i acess client dependent data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-acess-client-dependent-data/m-p/2298359#M502100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do i acess client dependent data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 07:53:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-acess-client-dependent-data/m-p/2298359#M502100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T07:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: how do i acess client dependent data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-acess-client-dependent-data/m-p/2298360#M502101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You need to use MANDT in the select statment ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 07:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-acess-client-dependent-data/m-p/2298360#M502101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T07:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: how do i acess client dependent data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-acess-client-dependent-data/m-p/2298361#M502102</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;PRE&gt;&lt;CODE&gt;
SELECT  *
  INTO  table itab
  FROM  (name) CLIENT SPECIFIED
  WHERE mandt = '000'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 08:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-acess-client-dependent-data/m-p/2298361#M502102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T08:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: how do i acess client dependent data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-acess-client-dependent-data/m-p/2298362#M502103</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;    You need to write select statement using MANDT in where condition ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   ex:   select * from &amp;lt; Table &amp;gt; client specified &lt;/P&gt;&lt;P&gt;                  into  itab                   &lt;/P&gt;&lt;P&gt;                  where  ........... ( condition 1 )&lt;/P&gt;&lt;P&gt;                         mandt = 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  this will definately work ...&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;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 08:02:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-acess-client-dependent-data/m-p/2298362#M502103</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-05-17T08:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: how do i acess client dependent data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-acess-client-dependent-data/m-p/2298363#M502104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correction...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use MANDT in select statement, but this is possible only if you also use CLIENT SPECIFIED in the select statement, without which MANDT cannot be used...&lt;/P&gt;&lt;P&gt;One more thing, MANDT may not necessarily be the name of the client field, find out from the table definition before using it... It's the first field in the table, with type CLNT...&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dushyant Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 08:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-acess-client-dependent-data/m-p/2298363#M502104</guid>
      <dc:creator>dustyplanet</dc:creator>
      <dc:date>2007-05-17T08:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: how do i acess client dependent data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-acess-client-dependent-data/m-p/2298364#M502105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanku for ur answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 08:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-i-acess-client-dependent-data/m-p/2298364#M502105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T08:37:53Z</dc:date>
    </item>
  </channel>
</rss>

