<?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: table contents in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/2544190#M578504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is also transaction SCMP, which is useful for finding diffferences between Config Tables in different systems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2007 10:41:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-11T10:41:32Z</dc:date>
    <item>
      <title>table contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/2544185#M578499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to extract table contents for  table belonging in another client from a different client&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 10:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/2544185#M578499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T10:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: table contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/2544186#M578500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Use the client specified addition with the select statement and specify the client in the where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * FROM vbak
INTO TABLE IT_VBAK
CLIENT SPECIFIED
WHERE MANDT EQ 'XXX'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 10:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/2544186#M578500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T10:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: table contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/2544187#M578501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your client is on a different system you can use the function module RFC_READ_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 10:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/2544187#M578501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T10:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: table contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/2544188#M578502</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;if your table has mandt field(client specific) then it can be accessed by another client&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 10:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/2544188#M578502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T10:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: table contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/2544189#M578503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you can try with the standard program RSAVGL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is sueful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 10:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/2544189#M578503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T10:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: table contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/2544190#M578504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is also transaction SCMP, which is useful for finding diffferences between Config Tables in different systems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 10:41:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/2544190#M578504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T10:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: table contents</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/2544191#M578505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can not access client dependent data without using RFC FMs..&lt;/P&gt;&lt;P&gt;U can create ur function module to read data from other client.&lt;/P&gt;&lt;P&gt;U need to create a RFC destination for target client..&lt;/P&gt;&lt;P&gt;and make FM RFC enabled.&lt;/P&gt;&lt;P&gt;When u call that FM... specify destination as RFC Destination name..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 10:47:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-contents/m-p/2544191#M578505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T10:47:30Z</dc:date>
    </item>
  </channel>
</rss>

