<?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: Why 'CLIENT SPECIFIED' doesn't works? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-client-specified-doesn-t-works/m-p/13915135#M2037551</link>
    <description>&lt;P&gt;That's spot on! I've not noticed that OP wants to read from another &lt;STRONG&gt;system&lt;/STRONG&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2024 07:51:48 GMT</pubDate>
    <dc:creator>Dominik_Tylczynski</dc:creator>
    <dc:date>2024-10-22T07:51:48Z</dc:date>
    <item>
      <title>Why 'CLIENT SPECIFIED' doesn't works?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-client-specified-doesn-t-works/m-p/13914499#M2037531</link>
      <description>&lt;P&gt;Hi, experts.&lt;BR /&gt;Why client specified doesn't work.&lt;BR /&gt;I'm sure that i'm having roles for updating values in system and that table is not initial.&lt;BR /&gt;When i try to remove WHERE statement - it's just getting a values from current system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="abap"&gt;data : lt_tab type table of mara.
select  * from mara CLIENT SPECIFIED
      into CORRESPONDING FIELDS OF TABLE lt_tab
  where mandt = '500'.
write : '123'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Current mandt EGD - 300. I want to get values from EGP 500.&lt;BR /&gt;I think it's just ignores 'CLIENT SPECIFIED' for some reasons.&lt;/P&gt;&lt;P&gt;And sy-subrc = 4.&lt;BR /&gt;Here's trace&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="trace.jpg" style="width: 848px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/181950i5C0F993A1200ECD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="trace.jpg" alt="trace.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 18:00:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-client-specified-doesn-t-works/m-p/13914499#M2037531</guid>
      <dc:creator>BergOff</dc:creator>
      <dc:date>2024-10-21T18:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why 'CLIENT SPECIFIED' doesn't works?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-client-specified-doesn-t-works/m-p/13914522#M2037532</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1816435"&gt;@BergOff&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think CLIENT SPECIFIED is ignored. Look at your trace. The last lines show variable value = 500, which is the client number you have specified in the query.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 17:48:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-client-specified-doesn-t-works/m-p/13914522#M2037532</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2024-10-21T17:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why 'CLIENT SPECIFIED' doesn't works?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-client-specified-doesn-t-works/m-p/13915018#M2037546</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i think using client is missing&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/index.htm" target="_blank"&gt;https://help.sap.com/doc/abapdocu_752_index_htm/7.52/en-US/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 06:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-client-specified-doesn-t-works/m-p/13915018#M2037546</guid>
      <dc:creator>RobertVit</dc:creator>
      <dc:date>2024-10-22T06:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why 'CLIENT SPECIFIED' doesn't works?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-client-specified-doesn-t-works/m-p/13915052#M2037549</link>
      <description>&lt;P&gt;I would be having same value for the variable if i remove 'client specified'. It would be trying to find records with another mandt field, as i think it does now and just ignores 'client specified'. Sy-subrc = 4.&lt;/P&gt;&lt;P&gt;And as i told, if not to specify mandt field - it will collect data from current mandt not from all of them.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 07:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-client-specified-doesn-t-works/m-p/13915052#M2037549</guid>
      <dc:creator>BergOff</dc:creator>
      <dc:date>2024-10-22T07:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why 'CLIENT SPECIFIED' doesn't works?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-client-specified-doesn-t-works/m-p/13915095#M2037550</link>
      <description>&lt;P&gt;Client specified will read data from current system for another client, not from another system&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Don't expect to read data from system EGP client 500, but from current system EGD client 500.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;To read from another system consider RFC enabled FM such as RFC_READ_TABLE&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 22 Oct 2024 07:21:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-client-specified-doesn-t-works/m-p/13915095#M2037550</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2024-10-22T07:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why 'CLIENT SPECIFIED' doesn't works?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-client-specified-doesn-t-works/m-p/13915135#M2037551</link>
      <description>&lt;P&gt;That's spot on! I've not noticed that OP wants to read from another &lt;STRONG&gt;system&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 07:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-client-specified-doesn-t-works/m-p/13915135#M2037551</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2024-10-22T07:51:48Z</dc:date>
    </item>
  </channel>
</rss>

