<?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: Accessing a class remotely in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-class-remotely/m-p/5791117#M1309922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With classes, it is possible only if you create a web service for it. Refer Building web services with ABAP section in [this|https://www.sdn.sap.com/irj/sdn/webservices?rid=/webcontent/uuid/83b7ec4d-0a01-0010-03a9-e5a3b42522b8] &lt;B&gt;[original link is broken]&lt;/B&gt;;web page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2009 13:40:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-17T13:40:46Z</dc:date>
    <item>
      <title>Accessing a class remotely</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-class-remotely/m-p/5791114#M1309919</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;I have created a class with 2 static methods and I want to access this class remotely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a function module, for example, when we choose "REMOTE-ENABLED MODULE" it is possible to access this function module remotely from another server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do the same but I need to use my class. I want to access that class from another server.&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jorge Castro on Jun 17, 2009 3:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 13:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-class-remotely/m-p/5791114#M1309919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T13:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a class remotely</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-class-remotely/m-p/5791115#M1309920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, not yet. But it should only be a matter of time (I guess) before this option is available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 13:34:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-class-remotely/m-p/5791115#M1309920</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-06-17T13:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a class remotely</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-class-remotely/m-p/5791116#M1309921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess there is not a direct way to call the Static methods remotely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can wrap this methods into one Remote Enabled Function Module and call this RFC FM to access this static method of the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;Create a ZRFC_FM as an RFC FM.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FUNCTION ZRFC_FM.

  CALL METHOD ZCL_TEST_CLASS=&amp;gt;STATIC_METHOD.

ENDFUNCTION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 13:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-class-remotely/m-p/5791116#M1309921</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-06-17T13:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a class remotely</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-class-remotely/m-p/5791117#M1309922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With classes, it is possible only if you create a web service for it. Refer Building web services with ABAP section in [this|https://www.sdn.sap.com/irj/sdn/webservices?rid=/webcontent/uuid/83b7ec4d-0a01-0010-03a9-e5a3b42522b8] &lt;B&gt;[original link is broken]&lt;/B&gt;;web page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 13:40:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-class-remotely/m-p/5791117#M1309922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T13:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a class remotely</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-class-remotely/m-p/5791118#M1309923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Web Service for the Class?&lt;/P&gt;&lt;P&gt;I don't see the option when I try to create a Web Service using the Web Service Creation Wizard. I have only 4 options: FM, FG, BO, XI Message Interface. I am on ECC 5.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 13:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-class-remotely/m-p/5791118#M1309923</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2009-06-17T13:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing a class remotely</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-class-remotely/m-p/5791119#M1309924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for helping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 20:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accessing-a-class-remotely/m-p/5791119#M1309924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T20:00:14Z</dc:date>
    </item>
  </channel>
</rss>

