<?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 select  mandt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-mandt/m-p/1800003#M343501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am working on client 100 and i am using select query to fetch data from client 200 how can i do it using select statement........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2006 14:09:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-11T14:09:05Z</dc:date>
    <item>
      <title>select  mandt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-mandt/m-p/1800003#M343501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am working on client 100 and i am using select query to fetch data from client 200 how can i do it using select statement........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 14:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-mandt/m-p/1800003#M343501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T14:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: select  mandt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-mandt/m-p/1800004#M343502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * from xxxx CLIENT SPECIFIED 
 where mandt = 200 xxxxx&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So long...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 14:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-mandt/m-p/1800004#M343502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T14:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: select  mandt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-mandt/m-p/1800005#M343503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like the below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM SCUSTOM CLIENT SPECIFIED INTO WA_SCUSTOM &lt;/P&gt;&lt;P&gt;         WHERE MANDT = '003'. &lt;/P&gt;&lt;P&gt;  WRITE: / WA_SCUSTOM-ID, WA_SCUSTOM-NAME. &lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 14:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-mandt/m-p/1800005#M343503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T14:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: select  mandt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-mandt/m-p/1800006#M343504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default, only data from the current client is selected (without you having to specify the client field specifically in the WHERE clause). If you want to select data from several clients, you must use the ... CLIENT SPECIFIED addition in the FROM clause. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and u can use the SELECT statement as told by others&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 14:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-mandt/m-p/1800006#M343504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T14:17:03Z</dc:date>
    </item>
  </channel>
</rss>

