<?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 SPECIFIED word in Select statement..? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468704#M833796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Akshitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It displays the progress indicator in the current window. CLIENT SPECIFIED means it fetches values form the CLIENT which is specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg. if the client is 100 it fetches values from the table where mandt (client) is 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Feb 2008 09:20:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-29T09:20:07Z</dc:date>
    <item>
      <title>CLIENT SPECIFIED word in Select statement..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468700#M833792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you pls let me know what is the purpose of the below FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What will happen when we include CLIENT SPECIFIED for select statement like below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT * FROM GLPCT CLIENT SPECIFIED&lt;/P&gt;&lt;P&gt;         INTO CORRESPONDING FIELDS OF TABLE temp_GLPCT      &lt;/P&gt;&lt;P&gt;  WHERE rclnt =  syst-mandt and                             &lt;/P&gt;&lt;P&gt;        RLDNR IN RLDNR and                                 &lt;/P&gt;&lt;P&gt;        RRCTY IN RRCTY and                                  &lt;/P&gt;&lt;P&gt;        RVERS IN RVERS and                                  &lt;/P&gt;&lt;P&gt;        kokrs = kokrs.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any relationship for FM and select query above pls let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Akshitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 09:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468700#M833792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T09:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT SPECIFIED word in Select statement..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468701#M833793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  To get data from another client in the program executed in present client, we use client specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 29, 2008 5:29 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 09:17:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468701#M833793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T09:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT SPECIFIED word in Select statement..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468702#M833794</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;with CLIENT SPECIFIED addition you can select data from other client(s) (other(s) than you are currently logged on). The code you inserted does not make much sense, as it is selecting from the same client, so without the CLIENT SPECIFIED addition and the WHERE condition on the client, it would be the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 09:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468702#M833794</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-02-29T09:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT SPECIFIED word in Select statement..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468703#M833795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'  is an absolete FM in 4.6b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the below&lt;/P&gt;&lt;P&gt;Class - &lt;STRONG&gt;CL_FMCY_COPY_HANDLER&lt;/STRONG&gt; with Method - &lt;STRONG&gt;CALL_PROGRESS_INDICATOR&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 09:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468703#M833795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T09:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT SPECIFIED word in Select statement..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468704#M833796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Akshitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It displays the progress indicator in the current window. CLIENT SPECIFIED means it fetches values form the CLIENT which is specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg. if the client is 100 it fetches values from the table where mandt (client) is 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 09:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468704#M833796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T09:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT SPECIFIED word in Select statement..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468705#M833797</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;First of all the FM SAPGUI_PROGRESS_INDICATOR will just show you the status of the Program execution i.e where it is currently executing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second Client Specified is used in select query when you want the data from the specific client in R/3. for e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to client 100 200&lt;/P&gt;&lt;P&gt;Now i want the data from the Client 100 only then I can mention client specified in my select query for fetching the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also You can use the FM in any Query.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&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;Dhruv Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 09:20:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468705#M833797</guid>
      <dc:creator>dhruv_shah3</dc:creator>
      <dc:date>2008-02-29T09:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT SPECIFIED word in Select statement..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468706#M833798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;'SAPGUI_PROGRESS_INDICATOR' - Just to show  what is currently under progress in the program being run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An add-on functionality. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 29, 2008 5:30 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 09:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468706#M833798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T09:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT SPECIFIED word in Select statement..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468707#M833799</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 SPECIFIED will pertain to the database tables from where you are querying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Different clients may have database tables with the same name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you specify the client as 800, the database table from where data is to be fetched will be table A of client 800 (suppose) instead of tabale A of client 600 if both these clients have a database table each by the same name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 29, 2008 5:30 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 09:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468707#M833799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T09:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT SPECIFIED word in Select statement..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468708#M833800</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; Probably the 'CLIENT SPECIFIED' key is used only when retrieving the data from the 'Change' tables (esp. CDHDR &amp;amp; CDPOS...etc), besides this, query on the regular tables will be done without this key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;CK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 11:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-specified-word-in-select-statement/m-p/3468708#M833800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T11:52:42Z</dc:date>
    </item>
  </channel>
</rss>

