<?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: Check if object exists remotely in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-object-exists-remotely/m-p/11319970#M1919041</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;could you try to copy it and change it as your requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/802411" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ebra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2015 16:41:31 GMT</pubDate>
    <dc:creator>former_member184158</dc:creator>
    <dc:date>2015-10-02T16:41:31Z</dc:date>
    <item>
      <title>Check if object exists remotely</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-object-exists-remotely/m-p/11319969#M1919040</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;I found the FM TR_CHECK_EXIST which allows to check whether a given object (of type e071) exists in system or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FM is greatly doing the job, but my requirement is to do the check in remote systems using RFC connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the FM &lt;SPAN style="font-size: 13.3333px;"&gt;TR_CHECK_EXIST is not remote-enabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a workaround by using FM TR_CHECK_TYPE to convert the object from E071 to TADIR and then using the FM DEV_CHECK_OBJECT_EXISTS which is remote enabled. But I'm not happy with this coding and I want a way to check &lt;SPAN style="font-size: 13.3333px;"&gt;whether a given object (of type e071) exists in a remote system or not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 16:23:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-object-exists-remotely/m-p/11319969#M1919040</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-10-02T16:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Check if object exists remotely</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-object-exists-remotely/m-p/11319970#M1919041</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;could you try to copy it and change it as your requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/802411" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ebra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 16:41:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-object-exists-remotely/m-p/11319970#M1919041</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-10-02T16:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Check if object exists remotely</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-object-exists-remotely/m-p/11319971#M1919042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This way I will need to create the copied FM (or even FUGR) in the other system, and it's not possible in my case ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 06:39:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-object-exists-remotely/m-p/11319971#M1919042</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-10-03T06:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Check if object exists remotely</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-object-exists-remotely/m-p/11319972#M1919043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Copy function modules is a bad idea. The copy doesn't get any updates. The solution is simple. Create your own RFC enabled function module with the same interface as &lt;SPAN style="color: #333333; font-size: 13.3333px;"&gt;TR_CHECK_EXIST, which calls &lt;SPAN style="color: #333333; font-size: 13.3333px;"&gt;TR_CHECK_EXIST, &lt;/SPAN&gt;and use that instead.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 07:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-object-exists-remotely/m-p/11319972#M1919043</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2015-10-03T07:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Check if object exists remotely</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-object-exists-remotely/m-p/11319973#M1919044</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 are right, but I did not mean it to copy it the same, , &lt;/P&gt;&lt;P&gt; I mean he can copy what he wants, just to meet his requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 08:30:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-object-exists-remotely/m-p/11319973#M1919044</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-10-03T08:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Check if object exists remotely</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-object-exists-remotely/m-p/11319974#M1919045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. But in this case I will still need to &lt;SPAN style="color: #333333; font-size: 12px;"&gt;create the remote enabled FM in all the other systems in order tu use it, and it's not possible in my case ...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2015 12:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-if-object-exists-remotely/m-p/11319974#M1919045</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-10-03T12:10:43Z</dc:date>
    </item>
  </channel>
</rss>

